Browse Source

Merge pull request '修复前端安装包' (#773) from temp into V20211115

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/773
Reviewed-by: lewis <747342561@qq.com>
pull/774/head
lewis 3 years ago
parent
commit
b02ea75d59
2 changed files with 172 additions and 18486 deletions
  1. +167
    -18485
      package-lock.json
  2. +5
    -1
      package.json

+ 167
- 18485
package-lock.json
File diff suppressed because it is too large
View File


+ 5
- 1
package.json View File

@@ -19,11 +19,13 @@
"cssnano": "4.1.10", "cssnano": "4.1.10",
"domino": "2.1.5", "domino": "2.1.5",
"dropzone": "5.7.2", "dropzone": "5.7.2",
"echarts": "3.8.5",
"element-ui": "2.15.5", "element-ui": "2.15.5",
"esdk-obs-browserjs": "3.20.7", "esdk-obs-browserjs": "3.20.7",
"esdk-obs-nodejs": "3.20.11", "esdk-obs-nodejs": "3.20.11",
"fast-glob": "3.2.2", "fast-glob": "3.2.2",
"file-loader": "6.0.0", "file-loader": "6.0.0",
"file-saver": "2.0.5",
"fomantic-ui": "2.8.4", "fomantic-ui": "2.8.4",
"fs": "0.0.1-security", "fs": "0.0.1-security",
"highlight.js": "10.4.1", "highlight.js": "10.4.1",
@@ -55,13 +57,15 @@
"webpack": "4.43.0", "webpack": "4.43.0",
"webpack-cli": "3.3.11", "webpack-cli": "3.3.11",
"webpack-fix-style-only-entries": "0.4.0", "webpack-fix-style-only-entries": "0.4.0",
"worker-loader": "2.0.0"
"worker-loader": "2.0.0",
"xlsx": "0.17.3"
}, },
"devDependencies": { "devDependencies": {
"eslint": "6.8.0", "eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0", "eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2", "eslint-plugin-import": "2.20.2",
"eslint-plugin-vue": "6.2.2", "eslint-plugin-vue": "6.2.2",
"script-loader": "0.7.2",
"stylelint": "13.3.3", "stylelint": "13.3.3",
"stylelint-config-standard": "20.0.0", "stylelint-config-standard": "20.0.0",
"updates": "10.2.11" "updates": "10.2.11"


Loading…
Cancel
Save