admin/package.json

51 lines
1.3 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.1.7",
"@logicflow/extension": "2.1.9",
"@logicflow/layout": "^2.0.7",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "1.13.2",
"cron-parser": "^5.4.0",
"cropperjs": "^1.6.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.19",
"echarts": "^6.0.0",
"element-plus": "2.13.0",
"highlight.js": "^11.11.1",
"image-conversion": "^2.1.1",
"jsencrypt": "^3.5.4",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"sortablejs": "^1.15.6",
"vue": "^3.5.26",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4",
"vuedraggable": "^4.1.0",
"xgplayer": "^3.0.23",
"xgplayer-hls": "^3.0.23"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^25.0.3",
"@vitejs/plugin-vue": "^6.0.3",
"eslint": "^9.39.2",
"sass": "^1.97.2",
"typescript": "^5.9.3",
"vite": "7.3.1"
},
"license": "SEE LICENSE IN LICENSE"
}