{ "name": "zhuzi-admin", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@alova/adapter-axios": "^2.0.16", "@alova/mock": "^2.0.17", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "alova": "^3.3.4", "ant-design-vue": "^4.2.6", "axios": "^1.12.2", "date-fns": "^4.1.0", "localforage": "^1.10.0", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.5.0", "sass": "^1.92.1", "vue": "^3.5.18", "vue-router": "^4.5.1" }, "devDependencies": { "@eslint/js": "^9.35.0", "@types/node": "^24.4.0", "@vitejs/plugin-vue": "^6.0.1", "@vue/tsconfig": "^0.7.0", "eslint": "^9.35.0", "eslint-plugin-vue": "^10.4.0", "globals": "^16.4.0", "jiti": "^2.5.1", "typescript": "~5.8.3", "typescript-eslint": "^8.43.0", "unplugin-vue-components": "^29.0.0", "vite": "^7.1.2", "vue-eslint-parser": "^10.2.0", "vue-tsc": "^3.0.5" } }