-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
74 lines (74 loc) · 1.87 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
{
"name": "classroom",
"version": "0.1.0",
"private": true,
"dependencies": {
"@kunukn/react-collapse": "^2.2.9",
"@material-ui/core": "^4.11.1",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.2.2",
"autosize": "^4.0.2",
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
"carbon-components-react": "^7.24.0",
"carbon-icons": "^7.0.7",
"chart.js": "^2.9.4",
"date-fns": "^1.0.0",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"jspdf": "^2.2.0",
"jspdf-autotable": "^3.5.13",
"md5": "^2.3.0",
"randomstring": "^1.1.5",
"react": "^17.0.1",
"react-chartjs-2": "^2.11.1",
"react-custom-scroll": "^4.2.1",
"react-custom-scrollbars": "^4.2.1",
"react-day-picker": "^7.4.8",
"react-dom": "^17.0.1",
"react-dropdown": "^1.9.0",
"react-feather": "^2.0.9",
"react-gauge-chart": "^0.3.0",
"react-intl": "^5.10.6",
"react-modal": "^3.12.1",
"react-nice-dates": "^3.0.7",
"react-radio-buttons": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-swipe-views": "0.0.12",
"react-swipeable-views": "^0.13.9",
"react-switch": "^5.0.1",
"react-toastify": "^6.1.0",
"react-toggle": "^4.1.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "node server.js",
"locstart": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"sass": "^1.29.0"
}
}