Files
xl-root/package.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2025-02-27 13:46:35 +08:00
{
2025-03-14 19:03:57 +08:00
"name": "xl-root",
"private": true,
2025-03-15 18:15:14 +08:00
"version": "0.0.1",
2025-03-14 19:03:57 +08:00
"type": "module",
"scripts": {
"dev": "vite",
2025-04-30 10:02:22 +08:00
"build": "vite build --mode=production",
2025-03-14 19:03:57 +08:00
"preview": "vite preview",
"commit": "git add . && git commit -m 'update' && git push"
},
"dependencies": {
2025-03-19 16:43:17 +08:00
"@tinymce/tinymce-vue": "^6.1.0",
2025-04-19 15:28:32 +08:00
"axios": "^1.8.4",
2025-03-25 09:56:54 +08:00
"crypto-js": "^4.2.0",
2025-04-19 15:28:32 +08:00
"pinia": "^3.0.2",
2025-03-14 19:03:57 +08:00
"pinia-plugin-persistedstate": "^4.2.0",
2025-05-10 15:59:02 +08:00
"plyr": "^3.7.8",
2025-04-19 15:28:32 +08:00
"tinymce": "^7.8.0",
2025-03-17 15:47:56 +08:00
"uqrcodejs": "^4.0.7",
2025-03-14 19:03:57 +08:00
"uuid": "^11.1.0",
2025-04-19 15:28:32 +08:00
"vite-plugin-vue-devtools": "^7.7.5",
2025-03-14 19:03:57 +08:00
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
2025-04-19 15:28:32 +08:00
"@arco-design/web-vue": "^2.57.0",
2025-03-14 19:03:57 +08:00
"@arco-plugins/vite-vue": "^1.4.5",
2025-03-25 09:56:54 +08:00
"@types/crypto-js": "^4.2.2",
2025-04-30 10:02:22 +08:00
"@vitejs/plugin-legacy": "^6.1.1",
2025-04-19 15:28:32 +08:00
"@vitejs/plugin-vue": "^5.2.3",
2025-04-30 10:02:22 +08:00
"rollup-plugin-visualizer": "^5.14.0",
2025-04-19 15:28:32 +08:00
"sass": "^1.86.3",
2025-03-14 19:03:57 +08:00
"tailwindcss": "^3.4.17",
2025-04-19 15:28:32 +08:00
"unplugin-auto-import": "^19.1.2",
"unplugin-vue-components": "^28.5.0",
2025-04-30 10:02:22 +08:00
"vite": "^6.3.2",
"vite-plugin-bundle-obfuscator": "^1.5.0",
"vite-plugin-compression": "^0.5.1"
2025-03-14 19:03:57 +08:00
}
2025-02-27 13:46:35 +08:00
}