admin/package.json

49 lines
1.2 KiB
JSON

{
"name": "admin",
"version": "1.0.0",
"description": "a basic framework",
"author": "cfn",
"type": "module",
"scripts": {
"dev": "vite",
"build:prod": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@logicflow/core": "^2.2.0-alpha.0",
"@logicflow/extension": "^2.2.0-alpha.0",
"@logicflow/layout": "^2.1.0-alpha.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "1.12.0",
"cron-parser": "^4.9",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.18",
"echarts": "^6.0.0",
"element-plus": "2.11.3",
"highlight.js": "^11.11.1",
"image-conversion": "^2.1.1",
"nprogress": "^0.2.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.3.0",
"sortablejs": "^1.15.6",
"vue": "^3.5.22",
"vue-i18n": "^11.1.12",
"vue-router": "^4.5.1",
"vuedraggable": "^4.1.0",
"xgplayer": "^3.0.22",
"xgplayer-hls": "^3.0.22"
},
"devDependencies": {
"@types/node": "^24.9.1",
"@vitejs/plugin-vue": "^5.2.4",
"eslint": "^9.27.0",
"sass": "^1.89.0",
"typescript": "^5.8.3",
"vite": "7.1.11"
},
"license": "MIT"
}