43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "xl-root",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --mode=production",
|
|
"build": "vite build --mode=production",
|
|
"preview": "vite preview",
|
|
"commit": "git add . && git commit -m 'update' && git push"
|
|
},
|
|
"dependencies": {
|
|
"@tinymce/tinymce-vue": "^6.1.0",
|
|
"axios": "^1.8.4",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.13",
|
|
"pinia": "^3.0.2",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"plyr": "^3.7.8",
|
|
"tinymce": "^7.8.0",
|
|
"uqrcodejs": "^4.0.7",
|
|
"uuid": "^11.1.0",
|
|
"vite-plugin-vue-devtools": "^7.7.5",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@arco-design/web-vue": "^2.57.0",
|
|
"@arco-plugins/vite-vue": "^1.4.5",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@vitejs/plugin-legacy": "^6.1.1",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
"sass": "^1.86.3",
|
|
"tailwindcss": "^3.4.17",
|
|
"unplugin-auto-import": "^19.1.2",
|
|
"unplugin-vue-components": "^28.5.0",
|
|
"vite": "^6.3.2",
|
|
"vite-plugin-bundle-obfuscator": "^1.5.0",
|
|
"vite-plugin-compression": "^0.5.1"
|
|
}
|
|
}
|