|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
| 6 | + "@material-ui/lab": "^4.0.0-alpha.54", |
| 7 | + "jwt-decode": "^3.0.0", |
6 | 8 | "ra-data-json-server": "^3.5.2", |
7 | 9 | "ra-data-simple-rest": "^3.3.2", |
8 | 10 | "react": "^16.13.1", |
|
11 | 13 | "react-router-dom": "^5.1.2", |
12 | 14 | "react-scripts": "3.4.3", |
13 | 15 | "react-truncate": "^2.4.0", |
14 | | - "standard": "^14.3.3", |
15 | | - "jwt-decode": "^3.0.0", |
16 | | - "@material-ui/lab": "^4.0.0-alpha.54" |
| 16 | + "standard": "^14.3.3" |
17 | 17 | }, |
18 | 18 | "scripts": { |
19 | 19 | "start": "react-scripts start", |
|
37 | 37 | ] |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "typescript": "^4.0.2", |
41 | 40 | "@testing-library/jest-dom": "^5.11.1", |
42 | 41 | "@testing-library/react": "^11.0.4", |
43 | | - "@typescript-eslint/eslint-plugin": "^2.24.0", |
44 | | - "@typescript-eslint/parser": "^2.24.0", |
45 | 42 | "@testing-library/user-event": "^12.0.11", |
46 | 43 | "@types/jest": "^26.0.3", |
| 44 | + "@types/jwt-decode": "^2.2.1", |
47 | 45 | "@types/node": "^14.0.1", |
48 | 46 | "@types/react": "^16.9.19", |
49 | 47 | "@types/react-dom": "^16.9.5", |
50 | 48 | "@types/react-router-dom": "^5.1.3", |
51 | | - "@types/jwt-decode": "^2.2.1", |
| 49 | + "@typescript-eslint/eslint-plugin": "^2.24.0", |
| 50 | + "@typescript-eslint/parser": "^2.24.0", |
52 | 51 | "eslint-config-airbnb": "^18.1.0", |
53 | | - "eslint-config-react-app": "^5.2.1", |
54 | 52 | "eslint-plugin-flowtype": "^4.6.0", |
55 | 53 | "eslint-plugin-import": "^2.20.1", |
56 | 54 | "eslint-plugin-jsx-a11y": "^6.2.3", |
57 | 55 | "eslint-plugin-react": "^7.19.0", |
| 56 | + "eslint-config-react-app": "^5.2.1", |
58 | 57 | "eslint-plugin-react-hooks": "^2.5.1", |
59 | 58 | "prettier": "^2.0.5", |
60 | | - "react-test-renderer": "^16.13.1" |
| 59 | + "react-test-renderer": "^16.13.1", |
| 60 | + "typescript": "^4.0.2" |
61 | 61 | } |
62 | 62 | } |
0 commit comments