{ "name": "vite-project", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@element-plus/icons-vue": "^2.0.6", "@types/node": "^18.6.2", "axios": "^0.27.2", "element-plus": "^2.2.11", "js-md5": "^0.7.3", "mockjs": "^1.1.0", "path": "^0.12.7", "pinia": "^2.0.17", "qs": "^6.11.0", "sass": "^1.54.0", "sockjs-client": "^1.6.1", "stompjs": "^2.3.3", "swiper": "^8.3.2", "vue": "^3.2.37", "vue-router": "^4.1.3", "xgplayer": "^2.31.7" }, "devDependencies": { "@vitejs/plugin-vue": "^3.0.0", "autoprefixer": "^10.4.7", "postcss": "^8.4.14", "tailwindcss": "^3.1.6", "typescript": "^4.6.4", "vite": "^3.0.0", "vite-plugin-mock": "^2.9.6", "vue-tsc": "^0.38.4" } }