CloudGamingAdmin/admin-client/package.json
2024-12-04 14:22:48 +08:00

59 lines
1.6 KiB
JSON

{
"name": "cloudgaming-admin",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"build:tsc": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview"
},
"dependencies": {
"@antv/g2": "^5.1.5",
"@antv/g2plot": "^2.4.31",
"@ckeditor/ckeditor5-vue": "^7.2.0",
"@wangeditor/editor": "^5.1.23",
"ckeditor5": "^43.3.0",
"ckeditor5-premium-features": "^43.3.0",
"core-js": "^3.33.1",
"element-plus": "^2.8.7",
"monaco-editor": "^0.52.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vue3-print-nb": "^0.1.4",
"vxe-table": "^4.5.13",
"xe-utils": "3.5.6"
},
"devDependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@element-plus/icons-vue": "^2.3.1",
"@types/node": "^22.7.6",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"ant-design-vue": "4.2.5",
"axios": "^1.7.7",
"color": "^4.2.3",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.4",
"typescript": "^5.6.3",
"universal-cookie": "^7.2.1",
"unplugin-vue-macros": "^2.13.0",
"vite": "^5.4.9",
"vite-plugin-monaco-editor": "^1.1.0",
"vue": "^3.5.12",
"vue-i18n": "10.0.4",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6",
"vuedraggable": "^4.1.0"
}
}