pre-commit hook, react peerdeps -> deps
Showing
| ... | ... | @@ -10,6 +10,7 @@ |
| "build-storybook": "build-storybook", | ||
| "deploy-storybook": "storybook-to-ghpages", | ||
| "lint": "eslint --ext .js --ext .jsx .", | ||
| "precommit": "yarn run lint", | ||
| "prestart": "install-self-peers", | ||
| "poststop": "yarn install", | ||
| "start": "start-storybook -p 6006" | ||
| ... | ... | @@ -17,6 +18,10 @@ |
| "dependencies": { | ||
| "classnames": "^2.2.5", | ||
| "prop-types": "^15.5.8", | ||
| "react": "^15.5.4", | ||
| "react-addons-css-transition-group": "^15.5.2", | ||
| "react-addons-transition-group": "^15.5.2", | ||
| "react-dom": "^15.5.4", | ||
| "reactstrap": "^4.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... | @@ -35,15 +40,10 @@ |
| "eslint-import-resolver-webpack": "^0.8.1", | ||
| "eslint-plugin-jsx-a11y": "^4.0.0", | ||
| "eslint-plugin-react": "^6.10.3", | ||
| "husky": "^0.13.4", | ||
| "react-router-dom": "^4.1.1", | ||
| "source-map-loader": "^0.2.1", | ||
| "webpack": "^2.4.1", | ||
| "webpack-dev-server": "^2.4.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^15.5.4", | ||
| "react-addons-css-transition-group": "^15.5.2", | ||
| "react-addons-transition-group": "^15.5.2", | ||
| "react-dom": "^15.5.4" | ||
| } | ||
| } |
Please
register
or
sign in
to comment