Merge branch 'feature/goodsManage' into 'master'
商户管理后台-新增商品管理--商品库页面 See merge request !18
Showing
| ... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +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", | |||
| "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}'", | ||
| ... | @@ -52,6 +53,7 @@ | ... | @@ -52,6 +53,7 @@ |
| "@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": "^3.23.6", | ||
| "antd-virtual-select": "^1.1.2", | |||
| "classnames": "^2.2.6", | "classnames": "^2.2.6", | ||
| "date-fns": "^2.16.1", | "date-fns": "^2.16.1", | ||
| "dva": "^2.4.1", | "dva": "^2.4.1", | ||
| ... | @@ -65,8 +67,10 @@ | ... | @@ -65,8 +67,10 @@ |
| "react-copy-to-clipboard": "^5.0.1", | "react-copy-to-clipboard": "^5.0.1", | ||
| "react-dom": "^16.8.6", | "react-dom": "^16.8.6", | ||
| "react-helmet": "^5.2.1", | "react-helmet": "^5.2.1", | ||
| "react-sortablejs": "^6.0.0", | |||
| "redux": "^4.0.1", | "redux": "^4.0.1", | ||
| "slash2": "^2.0.0", | "slash2": "^2.0.0", | ||
| "sortablejs": "^1.13.0", | |||
| "umi": "^2.13.0", | "umi": "^2.13.0", | ||
| "umi-plugin-pro-block": "^1.3.4", | "umi-plugin-pro-block": "^1.3.4", | ||
| "umi-plugin-react": "^1.10.1", | "umi-plugin-react": "^1.10.1", | ||
| ... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment