|
2 | 2 | "name": "frontend", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
| 5 | + "homepage": ".", |
5 | 6 | "dependencies": { |
| 7 | + "@date-io/date-fns": "1.x", |
6 | 8 | "@material-ui/core": "^4.11.4", |
7 | 9 | "@material-ui/icons": "^4.11.2", |
8 | 10 | "@material-ui/lab": "^4.0.0-alpha.58", |
| 11 | + "@material-ui/pickers": "^3.3.10", |
9 | 12 | "@testing-library/jest-dom": "^5.11.4", |
10 | 13 | "@testing-library/react": "^11.1.0", |
11 | 14 | "@testing-library/user-event": "^12.1.10", |
| 15 | + "date-fns": "^2.22.1", |
12 | 16 | "formik": "^2.2.6", |
| 17 | + "jwt-decode": "^3.1.2", |
13 | 18 | "query-string": "^7.0.0", |
14 | 19 | "react": "^17.0.1", |
15 | 20 | "react-dom": "^17.0.1", |
16 | 21 | "react-router-dom": "^5.2.0", |
17 | 22 | "react-scripts": "^4.0.3", |
| 23 | + "react-swipeable-views": "^0.13.9", |
18 | 24 | "swr": "^0.5.6", |
19 | 25 | "web-vitals": "^0.2.4", |
20 | 26 | "yup": "^0.32.9", |
|
48 | 54 | ] |
49 | 55 | }, |
50 | 56 | "devDependencies": { |
| 57 | + "@types/jwt-decode": "^3.1.0", |
51 | 58 | "@types/node": "^15.0.2", |
52 | 59 | "@types/react": "^17.0.5", |
53 | 60 | "@types/react-dom": "^17.0.3", |
54 | 61 | "@types/react-router-dom": "^5.1.7", |
| 62 | + "@types/react-swipeable-views": "^0.13.0", |
55 | 63 | "@typescript-eslint/eslint-plugin": "^4.23.0", |
56 | 64 | "@typescript-eslint/parser": "^4.23.0", |
57 | 65 | "eslint": "^7.26.0", |
|
0 commit comments