-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.37 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "student-update",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.8.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.39",
"@pusher/chatkit-client-react": "^0.1.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@u-wave/react-vimeo": "^0.8.1",
"ace-builds": "^1.4.7",
"animate.css": "^3.7.2",
"axios": "^0.21.2",
"clappr": "^0.3.12",
"classnames": "^2.2.6",
"file-saver": "^2.0.2",
"glot-api": "^0.1.0",
"google-map-react": "^1.1.5",
"google-maps-react": "^2.0.2",
"history": "^4.10.1",
"jszip": "^3.7.0",
"jwt-decode": "^2.2.0",
"level-selector": "^0.2.0",
"material-ui-phone-number": "^2.2.5",
"perfect-scrollbar": "^1.4.0",
"pure-react-carousel": "^1.24.1",
"query-string": "^6.10.1",
"radium": "^0.26.0",
"react": "^16.12.0",
"react-ace": "^8.0.0",
"react-animations": "^1.0.0",
"react-avatar": "^3.9.0",
"react-device-detect": "^1.11.14",
"react-dom": "^16.12.0",
"react-draggable": "^4.2.0",
"react-facebook-login": "^4.1.1",
"react-full-screen": "^0.2.4",
"react-ga": "^2.7.0",
"react-google-login": "^5.0.7",
"react-html-parser": "^2.0.2",
"react-indiana-drag-scroll": "^1.5.3",
"react-items-carousel": "^2.8.0",
"react-leaf-carousel": "^2.0.0",
"react-motion": "^0.5.2",
"react-notifications-component": "^2.2.4",
"react-perfect-scrollbar": "^1.5.3",
"react-phone-input-mui": "^2.9.4",
"react-read-pdf": "^2.0.9",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-scroll": "^1.7.15",
"react-swipeable-views": "^0.13.3",
"react-syntax-highlighter": "^15.5.0",
"react-touch-carousel": "^0.9.3",
"react-vimeo": "^2.0.0",
"react-youtube": "^7.9.0",
"redux": "^4.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}