-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/image": "^1.1.1",
"@chakra-ui/react": "^1.7.1",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.3.0",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.2.3",
"@next-auth/mongodb-adapter": "^1.0.1",
"@paypal/react-paypal-js": "^7.5.0",
"@reduxjs/toolkit": "^1.7.1",
"@types/mongoose": "^5.11.97",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"cloudinary": "^1.28.1",
"date-fns": "^2.28.0",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.1",
"mjml": "^4.13.0",
"mongoose": "^6.1.2",
"mongoose-slug-generator": "^1.0.4",
"multer": "^1.4.4",
"next": "latest",
"next-auth": "^4.0.0-next.26",
"next-connect": "^0.11.0",
"nodemailer": "^6.8.0",
"notistack": "^2.0.3",
"postcss": "^8.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.22.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"remark": "^14.0.1",
"remark-html": "^15.0.0",
"streamifier": "^0.1.1",
"swr": "^2.0.0",
"tailwindcss": "^2.2.19",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/nodemailer": "^6.4.7",
"@types/react-date-range": "^1.4.4",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.2",
"typescript": "^4.7.4"
}
}