|
20 | 20 | "type-check": "tsc --noEmit",
|
21 | 21 | "type-check:watch": "npm run type-check -- --watch",
|
22 | 22 | "lint": "tslint --project . --config tslint.json",
|
23 |
| - "lint:fix": "npm run lint -- --fix", |
| 23 | + "lint:fix": "tslint --project . --config tslint.json --fix", |
24 | 24 | "--------------------------------------------------------------------------------------------------------": ""
|
25 | 25 | },
|
26 | 26 | "eslintConfig": {
|
|
39 | 39 | ]
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 |
| - "@types/jest": "24.0.18", |
43 |
| - "@types/node": "12.7.3", |
44 |
| - "@types/react": "16.9.2", |
45 |
| - "@types/react-dom": "16.9.0", |
46 | 42 | "axios": "0.19.0",
|
47 | 43 | "connected-react-router": "6.5.2",
|
48 | 44 | "dayjs": "1.8.16",
|
49 | 45 | "history": "4.9.0",
|
50 | 46 | "lodash.groupby": "4.6.0",
|
51 |
| - "node-sass": "4.12.0", |
52 | 47 | "react": "16.9.0",
|
53 | 48 | "react-dom": "16.9.0",
|
54 | 49 | "react-redux": "7.1.1",
|
55 | 50 | "react-router-dom": "5.0.1",
|
56 |
| - "react-scripts": "3.1.1", |
57 | 51 | "redux": "4.0.4",
|
58 | 52 | "redux-devtools-extension": "2.13.8",
|
59 | 53 | "redux-freeze": "0.1.7",
|
|
63 | 57 | "semantic-ui-react": "0.88.0",
|
64 | 58 | "sjs-base-model": "1.9.0",
|
65 | 59 | "ts-optchain": "0.1.8",
|
66 |
| - "typescript": "3.6.2", |
67 | 60 | "uuid": "3.3.3"
|
68 | 61 | },
|
69 | 62 | "devDependencies": {
|
70 | 63 | "@craco/craco": "5.4.0",
|
71 | 64 | "@types/history": "4.7.3",
|
| 65 | + "@types/jest": "24.0.18", |
| 66 | + "@types/node": "12.7.3", |
| 67 | + "@types/react": "16.9.2", |
| 68 | + "@types/react-dom": "16.9.0", |
72 | 69 | "@types/react-redux": "7.1.2",
|
73 | 70 | "@types/react-router-dom": "4.3.5",
|
74 | 71 | "@types/uuid": "3.4.5",
|
75 | 72 | "cross-env": "5.2.1",
|
76 | 73 | "generate-template-files": "2.2.0",
|
77 | 74 | "husky": "3.0.5",
|
78 |
| - "lint": "0.7.0", |
| 75 | + "node-sass": "4.12.0", |
| 76 | + "prettier": "1.18.2", |
79 | 77 | "pretty-quick": "1.11.1",
|
| 78 | + "react-scripts": "3.1.1", |
| 79 | + "tslint": "5.19.0", |
80 | 80 | "tslint-config-prettier": "1.18.0",
|
81 | 81 | "tslint-eslint-rules": "5.4.0",
|
82 |
| - "tslint-react": "4.0.0" |
| 82 | + "tslint-react": "4.0.0", |
| 83 | + "typescript": "3.6.2" |
83 | 84 | }
|
84 | 85 | }
|
0 commit comments