Files
pqs-9100_tool_client/frontend/package.json
hongawen 51d607d970 调整界面
调整脚本
增加功能:备份、恢复、清空
2026-04-03 14:05:18 +08:00

40 lines
998 B
JSON

{
"name": "ee",
"version": "4.0.0",
"scripts": {
"dev": "vite --host --port 8080",
"serve": "vite --host --port 8080",
"build-staging": "vite build --mode staging",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^3.2.20",
"axios": "^1.12.2",
"jsencrypt": "^3.5.4",
"node-forge": "^1.3.1",
"pinia": "^3.0.3",
"pqs9100_tool": "file:..",
"socket.io-client": "^4.8.1",
"store2": "^2.14.4",
"vue": "^3.5.22",
"vue-router": "^4.6.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^20.16.0",
"@types/node-forge": "^1.3.14",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/compiler-sfc": "^3.5.22",
"less": "^4.4.2",
"less-loader": "^12.3.0",
"postcss": "^8.5.6",
"postcss-pxtorem": "^6.1.0",
"terser": "^5.44.0",
"typescript": "^5.9.3",
"vite": "^6.4.0",
"vite-plugin-compression": "^0.5.1"
}
}