You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.8 KiB
63 lines
1.8 KiB
{
|
|
"name": "zilber-admin",
|
|
"version": "1.0.0",
|
|
"description": "智慧工地管理系统",
|
|
"author": "ChengYu",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:prod": "vite build",
|
|
"build:stage": "vite build --mode staging",
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"preview": "vite preview"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://dev.zilber.cn:3000/root/zbn-admin.git"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "1.1.4",
|
|
"@vueup/vue-quill": "^1.0.0-beta.10",
|
|
"@vueuse/core": "8.5.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|
|
"axios": "0.26.1",
|
|
"bpmn-js": "^18.1.1",
|
|
"echarts": "5.3.2",
|
|
"element-plus": "2.1.8",
|
|
"esbuild": "^0.19.9",
|
|
"file-saver": "2.0.5",
|
|
"fuse.js": "6.5.3",
|
|
"image-conversion": "^2.1.1",
|
|
"js-cookie": "3.0.1",
|
|
"js-md5": "^0.8.3",
|
|
"jsencrypt": "3.2.1",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "2.0.14",
|
|
"quill-image-resize-module": "^3.0.0",
|
|
"quill-image-uploader": "^1.3.0",
|
|
"uuid": "^11.0.4",
|
|
"vue": "3.2.41",
|
|
"vue-cropper": "1.0.3",
|
|
"vue-router": "4.0.14",
|
|
"vuedraggable": "^4.1.0",
|
|
"xml-js": "^1.6.11",
|
|
"vue3-seamless-scroll": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-inject": "^5.0.5",
|
|
"@vitejs/plugin-vue": "2.3.3",
|
|
"@vue/compiler-sfc": "3.2.36",
|
|
"concurrently": "^9.1.0",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"sass": "1.52.1",
|
|
"unplugin-auto-import": "0.8.5",
|
|
"vite": "2.9.14",
|
|
"vite-plugin-compression": "0.5.1",
|
|
"vite-plugin-svg-icons": "2.0.1",
|
|
"vite-plugin-vue-setup-extend": "0.4.0",
|
|
"vitepress": "^1.5.0"
|
|
}
|
|
}
|
|
|