-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "freshmens-friend-assignus",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@firebase/app": "0.6.22",
"@firebase/auth": "0.16.6",
"@firebase/firestore": "2.3.7",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/pickers": "3.3.10",
"@react-firebase/auth": "0.2.10",
"@remotelock/react-week-scheduler": "3.5.8",
"date-fns": "2.22.1",
"formik": "2.2.9",
"formik-material-ui": "3.0.1",
"lodash": "4.17.21",
"material-ui": "0.20.2",
"material-ui-color-picker": "3.5.1",
"react": "17.0.2",
"react-app-rewired": "2.1.8",
"react-beautiful-dnd": "13.1.0",
"react-calendar": "3.4.0",
"react-color": "2.19.3",
"react-dom": "17.0.2",
"react-push-notification": "1.3.0",
"react-scripts": "4.0.0",
"react-swipeable": "6.1.2",
"react-swipeable-views": "0.14.0",
"resize-observer-polyfill": "1.5.1",
"use-state-with-callback": "2.0.3"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}