版本4.0
Showing
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| "scripts": { | "scripts": { | ||
| "analyze": "cross-env ANALYZE=1 umi build", | "analyze": "cross-env ANALYZE=1 umi build", | ||
| "build": "umi build", | "build": "umi build", | ||
| "build:pre": "cross-env PRE_ENV=pre umi build", | "build:pre": "cross-env PRE_ENV=pre umi build", | ||
| "deploy": "npm run site && npm run gh-pages", | "deploy": "npm run site && npm run gh-pages", | ||
| "fetch:blocks": "pro fetch-blocks && npm run prettier", | "fetch:blocks": "pro fetch-blocks && npm run prettier", | ||
| "format-imports": "cross-env import-sort --write '**/*.{js,jsx,ts,tsx}'", | "format-imports": "cross-env import-sort --write '**/*.{js,jsx,ts,tsx}'", | ||
| ... | @@ -48,11 +48,13 @@ | ... | @@ -48,11 +48,13 @@ |
| "not ie <= 10" | "not ie <= 10" | ||
| ], | ], | ||
| "dependencies": { | "dependencies": { | ||
| "@ant-design/compatible": "^1.0.0", | |||
| "@ant-design/icons": "^4.6.4", | |||
| "@ant-design/colors": "^3.1.0", | "@ant-design/colors": "^3.1.0", | ||
| "@ant-design/pro-layout": "^4.10.0", | "@ant-design/pro-layout": "^4.10.0", | ||
| "@ant-design/pro-table": "^1.0.31", | "@ant-design/pro-table": "^1.0.31", | ||
| "@antv/data-set": "^0.10.2", | "@antv/data-set": "^0.10.2", | ||
| "antd": "^3.23.6", | "antd": "^4.0.0", | ||
| "antd-virtual-select": "^1.1.2", | "antd-virtual-select": "^1.1.2", | ||
| "classnames": "^2.2.6", | "classnames": "^2.2.6", | ||
| "date-fns": "^2.16.1", | "date-fns": "^2.16.1", | ||
| ... | @@ -63,9 +65,9 @@ | ... | @@ -63,9 +65,9 @@ |
| "omit.js": "^1.0.2", | "omit.js": "^1.0.2", | ||
| "path-to-regexp": "^3.1.0", | "path-to-regexp": "^3.1.0", | ||
| "qs": "^6.9.0", | "qs": "^6.9.0", | ||
| "react": "^16.8.6", | "react": "^16.9.0", | ||
| "react-copy-to-clipboard": "^5.0.1", | "react-copy-to-clipboard": "^5.0.1", | ||
| "react-dom": "^16.8.6", | "react-dom": "^16.9.0", | ||
| "react-helmet": "^5.2.1", | "react-helmet": "^5.2.1", | ||
| "react-sortablejs": "^6.0.0", | "react-sortablejs": "^6.0.0", | ||
| "redux": "^4.0.1", | "redux": "^4.0.1", | ||
| ... | ... |
Please register or sign in to comment