|
|
@@ -8,7 +8,7 @@
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
|
"dev": "vite",
|
|
|
- "build": "vite build",
|
|
|
+ "build": "node --max-old-space-size=8192 ./node_modules/vite/bin/vite build",
|
|
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
|
|
|
"build-api": "cd api_build/ && build.bat"
|
|
|
},
|
|
|
@@ -18,7 +18,7 @@
|
|
|
"@logicflow/extension": "^1.2.27",
|
|
|
"@microsoft/signalr": "^8.0.7",
|
|
|
"@vue-office/docx": "^1.6.2",
|
|
|
- "@vue-office/excel": "^1.7.10",
|
|
|
+ "@vue-office/excel": "^1.7.11",
|
|
|
"@vue-office/pdf": "^2.0.2",
|
|
|
"@vueuse/core": "^10.11.0",
|
|
|
"@wangeditor/editor": "^5.1.23",
|