|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@testing-library/jest-dom": "^4.2.4", |
7 |
| - "@testing-library/react": "^9.3.2", |
8 |
| - "@testing-library/user-event": "^7.1.2", |
9 |
| - "@types/jest": "^24.0.0", |
10 |
| - "@types/node": "^12.0.0", |
11 |
| - "@types/react": "^16.9.0", |
12 |
| - "@types/react-dom": "^16.9.0", |
13 |
| - "@types/react-redux": "^7.1.9", |
14 |
| - "@types/react-router-dom": "^5.1.5", |
15 |
| - "@types/redux": "^3.6.0", |
16 |
| - "@types/redux-thunk": "^2.1.0", |
17 |
| - "@types/styled-components": "^5.1.3", |
18 | 6 | "bootstrap": "5.0.0-alpha1",
|
19 |
| - "eslint-config-prettier": "^6.11.0", |
20 |
| - "eslint-plugin-prettier": "^3.1.4", |
21 |
| - "immer": "^7.0.8", |
22 |
| - "node-sass": "^4.14.1", |
23 |
| - "prettier": "^2.1.1", |
24 |
| - "react": "^16.13.1", |
25 |
| - "react-dom": "^16.13.1", |
26 |
| - "react-redux": "^7.2.1", |
| 7 | + "immer": "^7.0.14", |
| 8 | + "react": "^17.0.1", |
| 9 | + "react-dom": "^17.0.1", |
| 10 | + "react-redux": "^7.2.2", |
27 | 11 | "react-router-dom": "^5.2.0",
|
28 |
| - "react-scripts": "3.4.3", |
| 12 | + "react-scripts": "4.0.0", |
29 | 13 | "redux": "^4.0.5",
|
30 |
| - "styled-components": "^5.2.0", |
31 |
| - "typescript": "~3.7.2" |
| 14 | + "redux-thunk": "^2.3.0", |
| 15 | + "styled-components": "^5.2.1", |
| 16 | + "typescript": "~4.0.5" |
| 17 | + }, |
| 18 | + "devDependencies": { |
| 19 | + "@testing-library/jest-dom": "^5.11.5", |
| 20 | + "@testing-library/react": "^11.1.1", |
| 21 | + "@testing-library/user-event": "^12.2.0", |
| 22 | + "@types/jest": "^26.0.15", |
| 23 | + "@types/node": "^14.14.7", |
| 24 | + "@types/react": "^16.9.56", |
| 25 | + "@types/react-dom": "^16.9.9", |
| 26 | + "@types/react-redux": "^7.1.11", |
| 27 | + "@types/react-router-dom": "^5.1.6", |
| 28 | + "@types/redux": "^3.6.31", |
| 29 | + "@types/redux-thunk": "^2.1.32", |
| 30 | + "@types/styled-components": "^5.1.4", |
| 31 | + "eslint-config-prettier": "^6.15.0", |
| 32 | + "eslint-plugin-prettier": "^3.1.4", |
| 33 | + "node-sass": "^4.14.1", |
| 34 | + "prettier": "^2.1.2" |
32 | 35 | },
|
33 | 36 | "scripts": {
|
34 | 37 | "start": "react-scripts start",
|
35 | 38 | "build": "react-scripts build",
|
36 | 39 | "test": "react-scripts test",
|
37 | 40 | "eject": "react-scripts eject",
|
38 |
| - "lint": "eslint --ext js,jsx,.ts,.tsx .", |
39 |
| - "lint:fix": "eslint --fix --ext js,jsx,.ts,.tsx ." |
| 41 | + "lint": "eslint --ext js,jsx,ts,tsx src/", |
| 42 | + "lint:fix": "eslint --fix --ext js,jsx,ts,tsx src/", |
| 43 | + "prettier": "prettier --check \"src/**/(*.tsx|*.ts|*.jsx|*.js|*.scss|*.css)\"", |
| 44 | + "prettier:fix": "prettier --write \"src/**/(*.tsx|*.ts|*.jsx|*.js|*.scss|*.css)\"" |
40 | 45 | },
|
41 | 46 | "eslintConfig": {
|
42 | 47 | "extends": "react-app"
|
|
0 commit comments