-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 983 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
{
"name": "sanity-amazona",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.1",
"@mui/material": "^5.4.1",
"@mui/styles": "^5.4.1",
"@paypal/react-paypal-js": "^7.6.0",
"@sanity/client": "^3.0.6",
"@sanity/image-url": "^1.0.1",
"axios": "^0.26.0",
"bcryptjs": "^2.4.3",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"net": "^1.0.2",
"next": "^12.1.5",
"next-connect": "^0.12.1",
"notistack": "^2.0.3",
"razorpay": "^2.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.27.1",
"shortid": "^2.2.16",
"tls": "^0.0.1"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.0.10"
}
}