{ "name": "vite-project", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "dev:zhijiang": "vite serve --mode zhijiang", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@antv/data-set": "^0.11.8", "@antv/g2": "^4.2.7", "@vitejs/plugin-legacy": "^3.0.1", "axios": "^0.27.2", "crypto-js": "^4.1.1", "dotenv": "^16.0.2", "element-plus": "^2.2.15", "js-cookie": "^3.0.1", "moment": "^2.29.4", "pinia": "^2.0.21", "terser": "^5.16.1", "vue": "^3.2.37" }, "devDependencies": { "@types/crypto-js": "^4.1.1", "@types/js-cookie": "^3.0.2", "@types/node": "^18.7.14", "@vitejs/plugin-vue": "^3.0.3", "amfe-flexible": "^2.2.1", "node-sass": "^7.0.1", "path": "^0.12.7", "postcss-pxtorem": "^6.0.0", "sass": "^1.54.6", "sass-loader": "^13.0.2", "typescript": "^4.6.4", "vite": "^3.0.7", "vue-router": "^4.1.5", "vue-tsc": "^0.39.5" } }