update
Showing
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
"build": "umi-lib build", | "build": "umi-lib build", | ||
"lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\"", | "lint:ts": "tslint \"src/**/*.ts\" \"src/**/*.tsx\"", | ||
"precommit": "lint-staged:ts", | "precommit": "lint-staged:ts", | ||
"start": "webpack" | "start": "cross-env BUILD_ENV=development PROXY_ENV=development ENV=development webpack-dev-server" | ||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
"react": "16.x" | "react": "16.x" | ||
... | @@ -52,6 +52,7 @@ | ... | @@ -52,6 +52,7 @@ |
"license": "MIT", | "license": "MIT", | ||
"dependencies": { | "dependencies": { | ||
"antd": "^3.25.2", | "antd": "^3.25.2", | ||
"dom-helpers": "^5.1.3", | |||
"father": "^2.29.1", | "father": "^2.29.1", | ||
"file-saver": "^2.0.2", | "file-saver": "^2.0.2", | ||
"react-dom": "^16.12.0", | "react-dom": "^16.12.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment