-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1020 Bytes
/
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
{
"name": "mricodecommnew",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@stripe/stripe-js": "^1.9.0",
"axios": "^0.20.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.23.0",
"cloudinary-react": "^1.6.7",
"formik": "^2.1.7",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"mongodb": "^3.6.2",
"mongoose": "^5.10.8",
"next": "9.5.3",
"next-auth": "^3.1.0",
"next-pwa": "^3.1.5",
"nodemailer": "^6.4.13",
"nookies": "^2.4.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-loading-skeleton": "^2.1.1",
"sass": "^1.26.12",
"stripe": "^8.107.0",
"swiper": "^6.3.2",
"tailwindcss": "^1.8.11",
"tawkto-react": "^1.0.11",
"yup": "^0.29.3"
},
"peerOptionalDependencies": {
"mongodb": "^3.6.0"
}
}