|
1 | 1 | { |
2 | | - "name": "create-react-app-redux", |
3 | | - "version": "0.1.0", |
4 | 2 | "private": true, |
5 | | - "devDependencies": { |
6 | | - "husky": "^0.14.3", |
7 | | - "lint-staged": "^7.0.0", |
8 | | - "prettier": "^1.11.0", |
9 | | - "react-scripts": "^1.0.17" |
10 | | - }, |
11 | | - "dependencies": { |
12 | | - "react": "^16.2.0", |
13 | | - "react-dom": "^16.2.0", |
14 | | - "react-redux": "^5.0.6", |
15 | | - "react-router": "^4.2.0", |
16 | | - "react-router-dom": "^4.2.2", |
17 | | - "react-router-redux": "next", |
18 | | - "redux": "^3.7.2", |
19 | | - "redux-devtools-extension": "^2.13.2", |
20 | | - "redux-thunk": "^2.2.0", |
21 | | - "sanitize.css": "^5.0.0" |
22 | | - }, |
| 3 | + "homepage": "https://notrab.github.io/create-react-app-redux", |
23 | 4 | "scripts": { |
| 5 | + "predeploy": "npm run build", |
| 6 | + "deploy": "gh-pages -d build", |
24 | 7 | "start": "react-scripts start", |
25 | 8 | "build": "react-scripts build", |
26 | 9 | "test": "react-scripts test --env=jsdom", |
27 | 10 | "eject": "react-scripts eject", |
28 | | - "precommit": "lint-staged" |
| 11 | + "precommit": "pretty-quick --staged" |
29 | 12 | }, |
30 | | - "homepage": "https://cra-redux-router-thunk.herokuapp.com", |
31 | | - "lint-staged": { |
32 | | - "*.{js,json,css,md}": [ |
33 | | - "prettier --write", |
34 | | - "git add" |
35 | | - ] |
| 13 | + "devDependencies": { |
| 14 | + "prettier": "1.13.7", |
| 15 | + "react-scripts": "1.1.4" |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "gh-pages": "1.2.0", |
| 19 | + "react": "16.4.1", |
| 20 | + "react-dom": "16.4.1", |
| 21 | + "react-redux": "5.0.7", |
| 22 | + "react-router": "4.3.1", |
| 23 | + "react-router-dom": "4.3.1", |
| 24 | + "react-router-redux": "5.0.0-alpha.6", |
| 25 | + "redux": "4.0.0", |
| 26 | + "redux-thunk": "2.3.0", |
| 27 | + "sanitize.css": "6.0.0" |
36 | 28 | } |
37 | 29 | } |
0 commit comments