-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
{
"name": "e-commerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/joy": "^5.0.0-alpha.62",
"@mui/material": "^5.11.4",
"@next-auth/mongodb-adapter": "^1.1.1",
"@reduxjs/toolkit": "^1.9.1",
"@stripe/react-stripe-js": "^1.16.2",
"@stripe/stripe-js": "^1.46.0",
"axios": "^1.2.3",
"bcrypt": "^5.1.0",
"cloudinary": "^1.33.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"googleapis": "^110.0.0",
"html-react-parser": "^3.0.7",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongodb": "^4.13.0",
"mongoose": "^6.8.0",
"next": "13.0.6",
"next-auth": "^4.18.7",
"next-connect": "^0.13.0",
"next-redux-wrapper": "^8.1.0",
"nodemailer": "^6.8.0",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-icons": "^4.7.1",
"react-redux": "^8.0.5",
"react-spinners": "^0.13.7",
"react-toastify": "^9.1.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"sass": "^1.57.1",
"slugify": "^1.6.5",
"stripe": "^11.6.0",
"swiper": "^8.4.5",
"validator": "^13.7.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}