-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 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
{
"name": "porject-sna3ti-backend-revised-version",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "nodemon ./bin/server.js",
"build": "next build",
"start": "node ./bin/server.js",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/public-sans": "^5.0.0",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/base": "^5.0.0-beta.2",
"@mui/icons-material": "^5.11.16",
"@mui/joy": "^5.0.0-alpha.80",
"@mui/lab": "^5.0.0-alpha.130",
"@mui/material": "^5.13.1",
"@next/font": "13.4.2",
"@reduxjs/toolkit": "^1.9.5",
"@zeit/next-source-maps": "^0.0.3",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"compression": "^1.7.4",
"connect-mongo": "^4.6.0",
"cookie": "^0.5.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"http-errors": "~1.6.3",
"http-proxy-middleware": "^2.0.6",
"jimp": "^0.22.7",
"jose": "^4.14.4",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.9.0",
"mongoose-mongodb-errors": "^0.0.2",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"next": "13.4.2",
"next-redux-wrapper": "^8.1.0",
"nodemailer": "^6.9.1",
"nprogress": "^0.2.0",
"passport": "^0.6.0",
"passport-local-mongoose": "^7.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"redis": "^4.6.12",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"swiper": "^9.3.2",
"swr": "^2.1.5",
"twilio": "^4.11.0"
}
}