-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
83 lines (83 loc) · 2.26 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
{
"name": "project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"@types/nodemailer": "^6.4.4",
"agora-rtc-sdk-ng": "^4.3.0",
"bcrypt": "^5.0.0",
"bootstrap": "^4.5.3",
"chart.js": "^3.8.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"date-fns": "^2.22.1",
"dotenv": "^16.0.1",
"generate-password": "^1.6.0",
"mysql": "^2.18.1",
"nodemailer": "^6.7.2",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-chartjs-2": "^4.1.0",
"react-countdown-circle-timer": "^2.5.3",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.1",
"react-google-login": "^5.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-select": "^3.1.1",
"react-sidebar": "^3.0.2",
"react-spring": "^8.0.27",
"tedious": "^9.2.3",
"universal-cookie": "^4.0.4",
"web-vitals": "^0.2.4",
"websocket": "^1.0.34"
},
"scripts": {
"start": "cross-env REACT_APP_DEV_ENV=production react-scripts start",
"start-dev": "cross-env REACT_APP_DEV_ENV=development react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"npmre": "rm package-lock.json; mv node_modules node_modules.old; npm i && rm -rf node_modules.old"
},
"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": {
"@types/jest": "^27.4.1",
"@types/js-cookie": "^3.0.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react-select": "^5.0.1",
"agora-rtc-sdk": "^3.4.0",
"body-parser": "^1.19.0",
"dateformat": "^4.5.1",
"express": "^4.17.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"pem": "^1.14.4",
"react-datetime-picker": "^3.2.0",
"react-tooltip": "^4.2.17",
"react-widgets": "^4.6.1",
"typescript": "^4.6.3"
}
}