fix: gitlab-ci.yml
Showing
... | @@ -13,6 +13,7 @@ | ... | @@ -13,6 +13,7 @@ |
"author": "dengxiaofeng", | "author": "dengxiaofeng", | ||
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
"init": "npm install --registry=https://g.civnet.cn:4873", | |||
"analyze:clean": "rimraf stats.json", | "analyze:clean": "rimraf stats.json", | ||
"preanalyze": "npm run analyze:clean", | "preanalyze": "npm run analyze:clean", | ||
"analyze": "node ./internals/scripts/analyze.js", | "analyze": "node ./internals/scripts/analyze.js", | ||
... | @@ -84,8 +85,8 @@ | ... | @@ -84,8 +85,8 @@ |
"dependencies": { | "dependencies": { | ||
"@babel/polyfill": "7.4.3", | "@babel/polyfill": "7.4.3", | ||
"@babel/runtime": "^7.10.5", | "@babel/runtime": "^7.10.5", | ||
"@wisdom-utils/components": "0.0.4", | "@wisdom-utils/components": "0.0.6", | ||
"@wisdom-utils/utils": "0.0.19", | "@wisdom-utils/utils": "0.0.23", | ||
"animate.css": "^4.1.1", | "animate.css": "^4.1.1", | ||
"chalk": "2.4.2", | "chalk": "2.4.2", | ||
"compression": "1.7.4", | "compression": "1.7.4", | ||
... | @@ -101,7 +102,7 @@ | ... | @@ -101,7 +102,7 @@ |
"ip": "1.1.5", | "ip": "1.1.5", | ||
"js-base64": "^3.5.2", | "js-base64": "^3.5.2", | ||
"js-cookie": "^2.2.1", | "js-cookie": "^2.2.1", | ||
"kit_global_config": "^1.0.12", | "kit_global_config": "^1.0.19", | ||
"kit_logger": "^1.0.2", | "kit_logger": "^1.0.2", | ||
"kit_utils": "^1.3.6", | "kit_utils": "^1.3.6", | ||
"lodash": "4.17.11", | "lodash": "4.17.11", | ||
... | @@ -149,8 +150,7 @@ | ... | @@ -149,8 +150,7 @@ |
"@umijs/fabric": "^2.2.0", | "@umijs/fabric": "^2.2.0", | ||
"@umijs/hooks": "^1.9.3", | "@umijs/hooks": "^1.9.3", | ||
"add-asset-html-webpack-plugin": "3.1.3", | "add-asset-html-webpack-plugin": "3.1.3", | ||
"antd": "^4.9.4", | "antd": "^4.10.1", | ||
"axios": "^0.19.2", | |||
"babel-core": "7.0.0-bridge.0", | "babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "10.0.1", | "babel-eslint": "10.0.1", | ||
"babel-loader": "8.0.5", | "babel-loader": "8.0.5", | ||
... | ... |
src/api/index.js
0 → 100644
Please
register
or
sign in
to comment