This commit is contained in:
2025-03-14 19:03:57 +08:00
parent 86671de035
commit d8a805f559

View File

@@ -1,30 +1,31 @@
{ {
"name": "xl-root", "name": "xl-root",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"preview": "vite preview" "preview": "vite preview",
}, "commit": "git add . && git commit -m 'update' && git push"
"dependencies": { },
"axios": "^1.8.2", "dependencies": {
"pinia": "^3.0.1", "axios": "^1.8.2",
"pinia-plugin-persistedstate": "^4.2.0", "pinia": "^3.0.1",
"uuid": "^11.1.0", "pinia-plugin-persistedstate": "^4.2.0",
"vite-plugin-vue-devtools": "^7.7.2", "uuid": "^11.1.0",
"vue": "^3.5.13", "vite-plugin-vue-devtools": "^7.7.2",
"vue-router": "^4.5.0" "vue": "^3.5.13",
}, "vue-router": "^4.5.0"
"devDependencies": { },
"@arco-design/web-vue": "^2.56.3", "devDependencies": {
"@arco-plugins/vite-vue": "^1.4.5", "@arco-design/web-vue": "^2.56.3",
"@vitejs/plugin-vue": "^5.2.1", "@arco-plugins/vite-vue": "^1.4.5",
"sass": "^1.85.1", "@vitejs/plugin-vue": "^5.2.1",
"tailwindcss": "^3.4.17", "sass": "^1.85.1",
"unplugin-auto-import": "^19.1.1", "tailwindcss": "^3.4.17",
"unplugin-vue-components": "^28.4.1", "unplugin-auto-import": "^19.1.1",
"vite": "^6.2.0" "unplugin-vue-components": "^28.4.1",
} "vite": "^6.2.0"
}
} }