Files
xl-root/package.json
2025-03-19 16:43:17 +08:00

35 lines
972 B
JSON

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