{ "name": "supermanagement", "appName": "超级后台", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "ant-design-vue": "^4.2.3", "axios": "^1.7.5", "jsencrypt": "^3.3.2", "lodash-es": "^4.17.21", "pinia": "^2.2.2", "pinia-plugin-persistedstate": "^3.2.0", "vue-component-type-helpers": "^2.1.2", "sass": "^1.77.8", "vue": "^3.4.37", "vue-router": "4", "vue-uuid": "^3.0.0" }, "devDependencies": { "@types/lodash-es": "^4.17.8", "@types/node": "^22.5.1", "@vitejs/plugin-vue": "^5.1.2", "@vitejs/plugin-vue-jsx": "^4.0.1", "autoprefixer": "^10.4.20", "postcss": "^8.4.44", "tailwindcss": "^3.4.10", "typescript": "^5.5.3", "unplugin-vue-components": "^0.27.4", "vite": "^5.4.1", "vue-tsc": "^2.0.29" } }