forked from COP4331LargeGroup4/fitverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "react-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/core": "^2.6.0",
"@date-io/date-fns": "^1.3.13",
"@fullcalendar/daygrid": "^5.1.0",
"@fullcalendar/react": "^5.1.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@mdi/js": "^5.3.45",
"@mdi/react": "^1.4.0",
"axios": "^0.19.2",
"clsx": "^1.1.1",
"date-fns": "^2.14.0",
"formik": "^2.1.4",
"formik-material-ui": "^2.0.1",
"jwt-decode": "^2.2.0",
"material-design-icons": "^3.0.1",
"material-table": "^1.64.0",
"material-ui": "^0.20.2",
"material-ui-table": "^0.1.2",
"mdi-react": "^7.3.0",
"moment": "^2.27.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-image": "^4.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^2.1.8",
"recharts": "^1.8.5",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"underscore": "^1.10.2",
"yup": "^0.29.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:5000"
}