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