hczz-flow-web/package.json

45 lines
1.2 KiB
JSON

{
"name": "wflow-vue3-pro",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=dev vite",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8096 NODE_ENV=prd vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons": "0.0.11",
"@element-plus/icons-vue": "^2.1.0",
"@tinymce/tinymce-vue": "^5.1.0",
"@vant/area-data": "^1.4.0",
"@vant/compat": "^1.0.0",
"@vue/compiler-sfc": "^3.3.4",
"@vuemap/vue-amap": "^2.0.5",
"@zxing/library": "^0.19.2",
"axios": "^1.3.4",
"clipboard": "^2.0.11",
"element-plus": "^2.3.4",
"less": "^4.1.3",
"moment": "^2.29.4",
"monaco-editor": "^0.38.0",
"qrcode.vue": "^3.4.0",
"signature_pad": "^4.1.5",
"tinymce": "^6.0.3",
"vant": "^4.1.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"cross-env": "^7.0.3",
"vite": "^4.1.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vue-cli-plugin-style-resources-loader": "^0.1.5"
}
}