|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@material-ui/core": "^4.11.3", |
| 6 | + "@material-ui/core": "^4.11.4", |
7 | 7 | "@material-ui/icons": "^4.11.2",
|
8 | 8 | "@types/lodash": "^4.14.168",
|
9 |
| - "@types/node": "^12.20.4", |
10 |
| - "@types/react": "^17.0.3", |
11 |
| - "@types/react-dom": "^17.0.1", |
| 9 | + "@types/node": "^15.0.1", |
| 10 | + "@types/react": "^17.0.4", |
| 11 | + "@types/react-dom": "^17.0.3", |
12 | 12 | "@types/react-material-ui-form-validator": "^2.1.0",
|
13 |
| - "@types/react-router": "^5.1.12", |
14 |
| - "@types/react-router-dom": "^5.1.6", |
15 |
| - "compression-webpack-plugin": "^4.0.0", |
| 13 | + "@types/react-router": "^5.1.13", |
| 14 | + "@types/react-router-dom": "^5.1.7", |
| 15 | + "compression-webpack-plugin": "^5.0.2", |
| 16 | + "express": "^4.17.1", |
16 | 17 | "jwt-decode": "^3.1.2",
|
17 | 18 | "lodash": "^4.17.21",
|
18 |
| - "mime-types": "^2.1.29", |
19 |
| - "notistack": "^1.0.5", |
20 |
| - "parse-ms": "^2.1.0", |
21 |
| - "react": "^17.0.1", |
22 |
| - "react-dom": "^17.0.1", |
23 |
| - "react-dropzone": "^11.3.1", |
| 19 | + "mime-types": "^2.1.30", |
| 20 | + "notistack": "^1.0.6", |
| 21 | + "parse-ms": "^3.0.0", |
| 22 | + "react": "^17.0.2", |
| 23 | + "react-dom": "^17.0.2", |
| 24 | + "react-dropzone": "^11.3.2", |
24 | 25 | "react-form-validator-core": "^1.1.1",
|
25 | 26 | "react-material-ui-form-validator": "^2.1.4",
|
26 | 27 | "react-router": "^5.2.0",
|
27 | 28 | "react-router-dom": "^5.2.0",
|
28 |
| - "react-scripts": "4.0.1", |
| 29 | + "react-scripts": "4.0.3", |
29 | 30 | "sockette": "^2.0.6",
|
30 |
| - "typescript": "4.0.5", |
| 31 | + "typescript": "4.2.4", |
31 | 32 | "zlib": "^1.0.5"
|
32 | 33 | },
|
33 | 34 | "scripts": {
|
34 | 35 | "start": "react-app-rewired start",
|
35 | 36 | "build": "react-app-rewired build",
|
36 |
| - "eject": "react-scripts eject" |
| 37 | + "eject": "react-scripts eject", |
| 38 | + "mock-api": "nodemon --watch ../mock-api ../mock-api/server.js", |
| 39 | + "dev": "run-p start mock-api" |
37 | 40 | },
|
38 | 41 | "eslintConfig": {
|
39 | 42 | "extends": "react-app"
|
|
51 | 54 | ]
|
52 | 55 | },
|
53 | 56 | "devDependencies": {
|
| 57 | + "concurrently": "^6.0.1", |
| 58 | + "http-proxy-middleware": "^1.1.1", |
| 59 | + "nodemon": "^2.0.7", |
| 60 | + "npm-run-all": "^4.1.5", |
54 | 61 | "react-app-rewired": "^2.1.8"
|
55 | 62 | }
|
56 | 63 | }
|
0 commit comments