perf:基础架构升级
This commit is contained in:
34
package.json
34
package.json
@@ -2,28 +2,30 @@
|
||||
"name": "vue-frame",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
"dev": "rsbuild dev",
|
||||
"build": "rsbuild build",
|
||||
"preview": "rsbuild preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.2",
|
||||
"dayjs": "^1.11.11",
|
||||
"element-plus": "^2.7.3",
|
||||
"axios": "^1.7.8",
|
||||
"dayjs": "^1.11.13",
|
||||
"element-plus": "^2.9.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"pinia": "^2.2.2",
|
||||
"pinia": "^2.2.8",
|
||||
"qs": "^6.11.2",
|
||||
"vue": "^3.4.27",
|
||||
"vue-router": "^4.3.2"
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rsbuild/core": "^1.1.7",
|
||||
"@rsbuild/plugin-sass": "^1.1.1",
|
||||
"@rsbuild/plugin-vue": "^1.0.5",
|
||||
"@types/node": "^18.17.1",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"sass": "^1.77.2",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"sass": "^1.81.1",
|
||||
"typescript": "^5.0.0",
|
||||
"unplugin-auto-import": "^0.17.6",
|
||||
"unplugin-vue-components": "^0.27.0",
|
||||
"vite": "^5.4.2",
|
||||
"vue-tsc": "^2.1.4"
|
||||
"unplugin-auto-import": "^0.18.6",
|
||||
"unplugin-vue-components": "^0.27.5",
|
||||
"vue-tsc": "^2.1.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user