|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@material-ui/core": "^4.11.0", |
7 | | - "@material-ui/icons": "^4.9.1", |
8 | | - "global": "^4.4.0", |
9 | | - "immer": "^7.0.14", |
10 | | - "netlify-cli": "^2.68.6", |
| 6 | + "@ant-design/icons": "^4.3.0", |
| 7 | + "@types/axios": "^0.14.0", |
| 8 | + "antd": "^4.8.6", |
| 9 | + "concurrently": "^5.3.0", |
| 10 | + "immer": "^8.0.0", |
| 11 | + "json-server": "^0.16.3", |
11 | 12 | "react": "^17.0.1", |
12 | 13 | "react-dom": "^17.0.1", |
13 | 14 | "react-redux": "^7.2.2", |
|
16 | 17 | "redux": "^4.0.5", |
17 | 18 | "redux-thunk": "^2.3.0", |
18 | 19 | "styled-components": "^5.2.1", |
19 | | - "typescript": "~4.0.5" |
| 20 | + "typescript": "~4.0.5", |
| 21 | + "uuid": "^8.3.1" |
20 | 22 | }, |
21 | 23 | "devDependencies": { |
22 | 24 | "@testing-library/jest-dom": "^5.11.5", |
23 | 25 | "@testing-library/react": "^11.1.1", |
24 | 26 | "@testing-library/user-event": "^12.2.0", |
25 | 27 | "@types/jest": "^26.0.15", |
26 | | - "@types/node": "^14.14.7", |
| 28 | + "@types/node": "^14.14.8", |
27 | 29 | "@types/react": "^16.9.56", |
28 | 30 | "@types/react-dom": "^16.9.9", |
29 | 31 | "@types/react-redux": "^7.1.11", |
|
37 | 39 | "prettier": "^2.1.2" |
38 | 40 | }, |
39 | 41 | "scripts": { |
40 | | - "start": "react-scripts start", |
| 42 | + "json-server": "json-server --watch server/db/db.json --routes server/routes.json --port 5000", |
| 43 | + "dev": "react-scripts start", |
| 44 | + "start": "concurrently \"yarn json-server\" \"yarn dev\"", |
41 | 45 | "build": "react-scripts build", |
42 | 46 | "test": "react-scripts test", |
43 | 47 | "eject": "react-scripts eject", |
|
0 commit comments