-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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
{
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"antd": "^5.3.2",
"axios": "^1.2.3",
"bcryptjs": "^2.4.3",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"express-async-handler": "^1.2.0",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"express-validator": "^6.14.3",
"gapi": "^0.0.3",
"gapi-script": "^1.2.0",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.28",
"moment": "^2.29.4",
"mongoose-findorcreate": "^3.0.0",
"nodemailer": "^6.9.1",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"path": "^0.12.7",
"react-calendar-pane": "^1.0.4",
"react-date-range": "^1.4.0",
"react-google-login": "^5.2.2",
"react-icon": "^1.0.0",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-mui-multiselect-dropdown": "^1.0.3",
"react-router-dom": "^6.7.0",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"tailwindcss": "^3.2.6"
}
}