cleanup deps
Showing
| { | { | ||
| "name": "ant-design-admin", | "name": "ant-design-pro", | ||
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| "start": "roadhog server", | "start": "roadhog server", | ||
| ... | @@ -15,15 +15,12 @@ | ... | @@ -15,15 +15,12 @@ |
| "g2": "^2.3.8", | "g2": "^2.3.8", | ||
| "g2-plugin-slider": "^1.2.1", | "g2-plugin-slider": "^1.2.1", | ||
| "lodash": "^4.17.4", | "lodash": "^4.17.4", | ||
| "marked": "^0.3.6", | |||
| "numeral": "^2.0.6", | "numeral": "^2.0.6", | ||
| "prop-types": "^15.5.10", | "prop-types": "^15.5.10", | ||
| "qs": "^6.5.0", | "qs": "^6.5.0", | ||
| "react": "^15.4.0", | "react": "^15.6.1", | ||
| "react-document-title": "^2.0.3", | "react-document-title": "^2.0.3", | ||
| "react-dom": "^15.4.0", | "react-dom": "^15.6.1" | ||
| "react-redux": "4.x || 5.x", | |||
| "react-router": "2.x || 3.x" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "babel-eslint": "^7.1.1", | "babel-eslint": "^7.1.1", | ||
| ... | @@ -38,7 +35,6 @@ | ... | @@ -38,7 +35,6 @@ |
| "eslint-plugin-import": "^2.2.0", | "eslint-plugin-import": "^2.2.0", | ||
| "eslint-plugin-jsx-a11y": "^5.0.1", | "eslint-plugin-jsx-a11y": "^5.0.1", | ||
| "eslint-plugin-react": "^7.0.1", | "eslint-plugin-react": "^7.0.1", | ||
| "expect": "^1.20.2", | |||
| "husky": "^0.13.4", | "husky": "^0.13.4", | ||
| "mockjs": "^1.0.1-beta3", | "mockjs": "^1.0.1-beta3", | ||
| "redbox-react": "^1.3.2", | "redbox-react": "^1.3.2", | ||
| ... | ... |
Please register or sign in to comment