|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "cloudinary-react": "^1.6.8", |
7 | | - "react": "^17.0.1", |
8 | | - "react-dom": "^17.0.1", |
9 | | - "react-dropzone": "^4.2.13", |
10 | | - "react-redux": "^7.2.2", |
11 | | - "react-router-dom": "^5.2.0", |
12 | | - "react-scripts": "4.0.0", |
13 | | - "redux": "^4.0.5", |
14 | | - "superagent": "^6.1.0" |
| 6 | + "cloudinary-react": "^1.7.0", |
| 7 | + "react": "^17.0.2", |
| 8 | + "react-dom": "^17.0.2", |
| 9 | + "react-dropzone": "^11.3.4", |
| 10 | + "react-redux": "^7.2.4", |
| 11 | + "react-router-dom": "^5.2.1", |
| 12 | + "react-scripts": "4.0.3", |
| 13 | + "redux": "^4.1.1", |
| 14 | + "superagent": "^6.1.0", |
| 15 | + "web-vitals": "^1.0.1" |
15 | 16 | }, |
16 | 17 | "scripts": { |
17 | | - "start": "yarn run build && serve -s build", |
| 18 | + "start": "react-scripts start", |
18 | 19 | "build": "react-scripts build", |
| 20 | + "test": "react-scripts test", |
19 | 21 | "eject": "react-scripts eject" |
20 | 22 | }, |
21 | 23 | "eslintConfig": { |
|
37 | 39 | ] |
38 | 40 | }, |
39 | 41 | "devDependencies": { |
40 | | - "serve": "^11.3.2" |
| 42 | + "eslint-config-react-app": "^6.0.0", |
| 43 | + "serve": "^12.0.0" |
41 | 44 | } |
42 | 45 | } |
0 commit comments