-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.66 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
{
"name": "e-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.14.3",
"@reduxjs/toolkit": "^1.9.5",
"@stripe/react-stripe-js": "^2.1.2",
"@stripe/stripe-js": "^2.0.0",
"@typegoose/typegoose": "^11.3.0",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"cloudinary": "^1.37.3",
"dotenv": "^16.3.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"express": "^4.18.2",
"flowbite-react": "^0.4.11",
"formidable": "^3.5.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.0",
"minimatch": "^9.0.1",
"mongodb": "^5.6.0",
"mongoose": "^7.3.0",
"nanoid": "^4.0.2",
"next": "^13.4.6",
"nookies": "^2.5.2",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-redux": "^8.1.2",
"react-stripe-checkout": "^2.6.3",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"short-unique-id": "^4.4.4",
"stripe": "^12.18.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/formidable": "^3.4.0",
"@types/js-cookie": "^3.0.3",
"@types/jsonwebtoken": "^9.0.2"
}
}