Files
xl-root/package.json

31 lines
709 B
JSON
Raw Normal View History

2025-02-27 13:46:35 +08:00
{
"name": "xl-root",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2025-03-10 19:01:21 +08:00
"axios": "^1.8.2",
2025-02-27 14:38:47 +08:00
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.2.0",
2025-03-14 19:03:13 +08:00
"uuid": "^11.1.0",
2025-03-10 19:01:21 +08:00
"vite-plugin-vue-devtools": "^7.7.2",
2025-02-27 14:38:47 +08:00
"vue": "^3.5.13",
"vue-router": "^4.5.0"
2025-02-27 13:46:35 +08:00
},
"devDependencies": {
2025-02-27 14:38:47 +08:00
"@arco-design/web-vue": "^2.56.3",
"@arco-plugins/vite-vue": "^1.4.5",
2025-02-27 13:46:35 +08:00
"@vitejs/plugin-vue": "^5.2.1",
2025-02-27 14:38:47 +08:00
"sass": "^1.85.1",
"tailwindcss": "^3.4.17",
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.4.1",
2025-02-27 13:46:35 +08:00
"vite": "^6.2.0"
}
}