|
5 | 5 | "version": "1.0.0", |
6 | 6 | "private": false, |
7 | 7 | "scripts": { |
| 8 | + "eslint": "eslint ./src", |
| 9 | + "eslint-fix": "eslint --fix ./src", |
8 | 10 | "start": "react-scripts start", |
9 | 11 | "build": "react-scripts build", |
10 | 12 | "test": "react-scripts test", |
|
26 | 28 | ] |
27 | 29 | }, |
28 | 30 | "dependencies": { |
29 | | - "@emotion/react": "^11.1.5", |
30 | | - "@emotion/styled": "^11.1.5", |
31 | | - "@material-ui/core": "^5.0.0-alpha.28", |
32 | | - "@material-ui/icons": "^5.0.0-alpha.28", |
33 | | - "@material-ui/styles": "^4.10.0", |
34 | | - "chart.js": "^2.9.4", |
35 | | - "clsx": "^1.1.1", |
| 31 | + "@emotion/react": "^11.4.1", |
| 32 | + "@emotion/styled": "^11.3.0", |
| 33 | + "@material-ui/core": "^5.0.0-beta.5", |
| 34 | + "@material-ui/icons": "^5.0.0-beta.5", |
| 35 | + "@material-ui/styles": "^5.0.0-beta.5", |
| 36 | + "chart.js": "^3.5.1", |
36 | 37 | "formik": "^2.1.5", |
37 | 38 | "history": "^5.0.0", |
38 | | - "install": "^0.13.0", |
39 | | - "lodash": "^4.17.19", |
40 | 39 | "moment": "^2.27.0", |
41 | | - "npm": "^7.7.4", |
42 | 40 | "nprogress": "^0.2.0", |
43 | 41 | "prop-types": "^15.7.2", |
44 | 42 | "react": "^17.0.2", |
45 | | - "react-chartjs-2": "^2.10.0", |
| 43 | + "react-chartjs-2": "^3.0.4", |
46 | 44 | "react-dom": "^17.0.2", |
47 | 45 | "react-feather": "^2.0.8", |
48 | 46 | "react-helmet": "^6.1.0", |
49 | 47 | "react-perfect-scrollbar": "^1.5.8", |
50 | 48 | "react-router": "^6.0.0-beta.0", |
51 | 49 | "react-router-dom": "^6.0.0-beta.0", |
52 | | - "react-scripts": "^4.0.0", |
| 50 | + "react-scripts": "^4.0.3", |
53 | 51 | "uuid": "^8.3.0", |
54 | | - "yup": "^0.29.3" |
| 52 | + "yup": "^0.32.9" |
55 | 53 | }, |
56 | 54 | "devDependencies": { |
57 | 55 | "eslint-config-airbnb": "^18.2.1" |
|
0 commit comments