|
1 | 1 | { |
2 | 2 | "name": "react-typescript", |
3 | | - "homepage": "https://codebelt.github.io/react-redux-architecture", |
4 | 3 | "version": "0.1.0", |
5 | 4 | "private": true, |
6 | 5 | "husky": { |
|
17 | 16 | "prod": "cross-env CLIENT_ENV=production craco start", |
18 | 17 | "---------- PRODUCTION ----------------------------------------------------------------------------------": "", |
19 | 18 | "build": "cross-env CLIENT_ENV=production craco build", |
20 | | - "---------- Github Deploy -------------------------------------------------------------------------------": "", |
21 | | - "predeploy": "yarn build", |
22 | | - "deploy": "gh-pages -d build", |
23 | 19 | "---------- TESTING -------------------------------------------------------------------------------------": "", |
24 | 20 | "test": "cross-env CLIENT_ENV=test craco test", |
25 | 21 | "type-check": "tsc --noEmit", |
26 | 22 | "type-check:watch": "npm run type-check -- --watch", |
27 | | - "lint": "tslint --project . --config tslint.json", |
28 | | - "lint:fix": "tslint --project . --config tslint.json --fix", |
| 23 | + "lint": "eslint 'src/**/*.{js,ts,tsx}' --fix", |
29 | 24 | "--------------------------------------------------------------------------------------------------------": "" |
30 | 25 | }, |
31 | 26 | "eslintConfig": { |
|
50 | 45 | "dayjs": "1.8.16", |
51 | 46 | "history": "4.10.1", |
52 | 47 | "lodash.groupby": "4.6.0", |
53 | | - "react": "16.9.0", |
54 | | - "react-dom": "16.9.0", |
| 48 | + "react": "16.11.0", |
| 49 | + "react-dom": "16.11.0", |
55 | 50 | "react-redux": "7.1.1", |
56 | | - "react-router-dom": "5.0.1", |
| 51 | + "react-router-dom": "5.1.2", |
57 | 52 | "redux": "4.0.4", |
58 | 53 | "redux-devtools-extension": "2.13.8", |
59 | 54 | "redux-freeze": "0.1.7", |
|
66 | 61 | "uuid": "3.3.3" |
67 | 62 | }, |
68 | 63 | "devDependencies": { |
69 | | - "@craco/craco": "5.5.0", |
| 64 | + "@craco/craco": "5.6.1", |
70 | 65 | "@types/classnames": "2.2.9", |
71 | 66 | "@types/history": "4.7.3", |
72 | | - "@types/jest": "24.0.18", |
73 | | - "@types/node": "12.7.5", |
74 | | - "@types/react": "16.9.2", |
75 | | - "@types/react-dom": "16.9.0", |
76 | | - "@types/react-redux": "7.1.2", |
77 | | - "@types/react-router-dom": "4.3.5", |
78 | | - "@types/uuid": "3.4.5", |
79 | | - "cross-env": "6.0.0", |
| 67 | + "@types/jest": "24.0.21", |
| 68 | + "@types/node": "12.12.5", |
| 69 | + "@types/react": "16.9.11", |
| 70 | + "@types/react-dom": "16.9.3", |
| 71 | + "@types/react-redux": "7.1.5", |
| 72 | + "@types/react-router-dom": "5.1.2", |
| 73 | + "@types/uuid": "3.4.6", |
| 74 | + "@typescript-eslint/eslint-plugin": "2.6.1", |
| 75 | + "@typescript-eslint/parser": "2.6.1", |
| 76 | + "cross-env": "6.0.3", |
| 77 | + "eslint": "6.6.0", |
| 78 | + "eslint-config-prettier": "6.5.0", |
| 79 | + "eslint-plugin-prettier": "3.1.1", |
| 80 | + "eslint-plugin-react": "7.16.0", |
80 | 81 | "generate-template-files": "2.2.0", |
81 | | - "gh-pages": "2.1.1", |
82 | | - "husky": "3.0.5", |
83 | | - "node-sass": "4.12.0", |
| 82 | + "husky": "3.0.9", |
| 83 | + "node-sass": "4.13.0", |
84 | 84 | "prettier": "1.18.2", |
85 | | - "pretty-quick": "1.11.1", |
86 | | - "react-scripts": "3.1.2", |
87 | | - "tslint": "5.20.0", |
88 | | - "tslint-config-prettier": "1.18.0", |
89 | | - "tslint-eslint-rules": "5.4.0", |
90 | | - "tslint-react": "4.1.0", |
91 | | - "typescript": "3.6.3" |
| 85 | + "pretty-quick": "2.0.0", |
| 86 | + "react-scripts": "3.2.0", |
| 87 | + "typescript": "3.6.4" |
92 | 88 | } |
93 | 89 | } |
0 commit comments