Commit ffa1842c authored by 前端-许佳敏's avatar 前端-许佳敏

chore: 修改依赖

parent 51235194
scripts-prepend-node-path=true registry = "https://registry.npmjs.org/"
registry="http://npm.shushangyun.com" @linkseeks:registry="http://npm.shushangyun.com"
{ {
"Page.css": "/static/css/Page.6a8ddd.chunk.css", "Page.css": "/static/css/Page.ab0090.chunk.css",
"Page.js": "/static/js/Page.6a8ddd.chunk.js", "Page.js": "/static/js/Page.ab0090.chunk.js",
"vendor.js": "/static/js/vendor.6a8ddd.chunk.js", "vendor.js": "/static/js/vendor.ab0090.chunk.js",
"runtime~Page.js": "/static/js/runtime~Page.6a8ddd.js", "runtime~Page.js": "/static/js/runtime~Page.ab0090.js",
"static/media/index.less": "/static/media/company_info_bg.13f09ad9.png", "static/media/index.less": "/static/media/banner.74c3ebcd.png",
"static/media/default_ad_img.png": "/static/media/default_ad_img.f4b27ac5.png", "static/media/silver.svg": "/static/media/silver.9634ea0f.svg",
"static/media/pay_success.png": "/static/media/pay_success.58ee44a7.png", "static/media/1.png": "/static/media/1.67c508ed.png",
"static/media/illus.png": "/static/media/illus.574d91d1.png" "static/media/app.svg": "/static/media/app.28036155.svg",
"static/media/message.svg": "/static/media/message.e6ab18f2.svg",
"static/media/bronze.svg": "/static/media/bronze.7d86819a.svg",
"static/media/diamonds.svg": "/static/media/diamonds.f407879a.svg",
"static/media/gold.svg": "/static/media/gold.8b34f0b0.svg",
"static/media/Pin.svg": "/static/media/Pin.fd7bba6a.svg",
"static/media/Date.svg": "/static/media/Date.7690ef68.svg",
"static/media/capital.svg": "/static/media/capital.eede07ff.svg",
"static/media/earth.svg": "/static/media/earth.d2a14d29.svg",
"static/media/Award.svg": "/static/media/Award.94f0ae01.svg",
"static/media/Company.svg": "/static/media/Company.5912b84e.svg",
"static/media/Briefcase.svg": "/static/media/Briefcase.4fb630cb.svg",
"static/media/Image.svg": "/static/media/Image.cc639023.svg"
} }
\ No newline at end of file
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
"description": "企业采购", "description": "企业采购",
"dependencies": { "dependencies": {
"@ant-design/icons": "^4.6.2", "@ant-design/icons": "^4.6.2",
"@linkseeks/lingxi-components": "^1.0.0",
"@linkseeks/lingxi-utils": "^1.0.0",
"@midwayjs/bootstrap": "^2.3.0", "@midwayjs/bootstrap": "^2.3.0",
"@midwayjs/core": "^2.3.0", "@midwayjs/core": "^2.3.0",
"@midwayjs/decorator": "^2.3.0", "@midwayjs/decorator": "^2.3.0",
...@@ -11,16 +13,15 @@ ...@@ -11,16 +13,15 @@
"antd": "^4.15.1", "antd": "^4.15.1",
"egg-scripts": "^2.13.0", "egg-scripts": "^2.13.0",
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
"@linkseeks/lingxi-components": "^1.0.0",
"@linkseeks/lingxi-utils": "^1.0.0",
"midway": "^2.3.0", "midway": "^2.3.0",
"mobx": "5.13.0", "mobx": "5.13.0",
"mobx-react": "6.1.3", "mobx-react": "6.1.3",
"pinyin": "^2.11.0",
"qrcode.react": "^1.0.1", "qrcode.react": "^1.0.1",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-router-dom": "^5.1.2",
"react-intl": "^5.20.10", "react-intl": "^5.20.10",
"react-router-dom": "^5.1.2",
"serialize-javascript": "^2.1.2", "serialize-javascript": "^2.1.2",
"umi-request": "^1.3.5", "umi-request": "^1.3.5",
"ykfe-utils": "^3.0.0" "ykfe-utils": "^3.0.0"
...@@ -30,6 +31,7 @@ ...@@ -30,6 +31,7 @@
"@babel/polyfill": "^7.4.4", "@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5", "@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.13.13", "@babel/preset-react": "^7.13.13",
"@linkseeks/god-yapi2ts": "^1.0.0",
"@midwayjs/cli": "^1.0.0", "@midwayjs/cli": "^1.0.0",
"@midwayjs/mock": "^2.3.0", "@midwayjs/mock": "^2.3.0",
"@types/jest": "^26.0.10", "@types/jest": "^26.0.10",
...@@ -49,8 +51,6 @@ ...@@ -49,8 +51,6 @@
"egg-proxy": "^1.1.0", "egg-proxy": "^1.1.0",
"file-loader": "2.0.0", "file-loader": "2.0.0",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"@linkseeks/god-yapi2ts": "^1.0.0",
"less": "^3.9.0", "less": "^3.9.0",
"less-loader": "^4.1.0", "less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0", "mini-css-extract-plugin": "^0.5.0",
......
{ {
"npmClient": "yarn", "npmClient": "yarn",
"version": "independent", "version": "independent",
"useWorkspaces": true "useWorkspaces": true,
"packages": [
"packages/*"
]
} }
\ No newline at end of file
...@@ -45,8 +45,12 @@ ...@@ -45,8 +45,12 @@
] ]
}, },
"dependencies": { "dependencies": {
"@types/js-cookie": "^3.0.1",
"pinyin": "^2.11.0",
"pm2": "^5.1.0", "pm2": "^5.1.0",
"react-intl": "^5.20.10" "react-intl": "^5.20.10"
}, },
"engines" : { "node" : ">=13.0.0" } "engines": {
"node": ">=13.0.0"
}
} }
...@@ -28,11 +28,12 @@ ...@@ -28,11 +28,12 @@
}, },
"dependencies": { "dependencies": {
"@ant-design/icons": "^4.6.2", "@ant-design/icons": "^4.6.2",
"@linkseeks/lingxi-utils": "^1.0.0",
"@types/classnames": "^2.2.11", "@types/classnames": "^2.2.11",
"antd": "^4.15.1", "antd": "^4.15.1",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
"@linkseeks/lingxi-utils": "^1.0.0", "pinyin": "^2.11.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },
...@@ -42,7 +43,6 @@ ...@@ -42,7 +43,6 @@
"father-build": "^1.17.2", "father-build": "^1.17.2",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"gh-pages": "^3.0.0", "gh-pages": "^3.0.0",
"lint-staged": "^10.0.7", "lint-staged": "^10.0.7",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"yorkie": "^2.0.0" "yorkie": "^2.0.0"
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
"@types/crypto-js": "^4.0.1", "@types/crypto-js": "^4.0.1",
"crypto-js": "^4.0.0", "crypto-js": "^4.0.0",
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
"pinyin": "^2.11.0",
"react": "^17.0.0", "react": "^17.0.0",
"react-intl": "^5.20.10" "react-intl": "^5.20.10"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment