build: 图库依赖更新

This commit is contained in:
wisonic-s 2023-10-31 18:39:31 +08:00
parent ab81d3b7aa
commit 1851cd7509
3 changed files with 27 additions and 66 deletions

View File

@ -5,11 +5,11 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider &&vue-cli-service build",
"serves": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"dll": "webpack -p --progress --config ./webpack.dll.conf.js",
"dll": "SET NODE_OPTIONS=--openssl-legacy-provider && webpack -p --progress --config ./webpack.dll.conf.js",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src --fix",
"lint-staged": "lint-staged",
@ -26,17 +26,8 @@
},
"dependencies": {
"@antv/g2plot": "^2.4.9",
"@antv/l7": "2.15.0",
"@antv/l7-component": "2.15.0",
"@antv/l7-core": "2.15.0",
"@antv/l7-layers": "2.15.0",
"@antv/l7-maps": "2.15.0",
"@antv/l7-renderer": "2.15.0",
"@antv/l7-scene": "2.15.0",
"@antv/l7-source": "2.15.0",
"@antv/l7-utils": "2.15.0",
"@antv/s2": "1.49.1",
"@antv/util": "^2.0.17",
"@antv/l7": "^2.15.0",
"@antv/s2": "^1.49.1",
"@riophae/vue-treeselect": "0.4.0",
"@tinymce/tinymce-vue": "^3.2.8",
"axios": "^0.21.3",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long