-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "nextjs_e-commerce",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sanity/client": "^2.21.10",
"@sanity/image-url": "^1.0.1",
"@sentry/nextjs": "^6.19.3",
"axios": "^0.24.0",
"jsonwebtoken": "^8.5.1",
"markdown-to-jsx": "^7.1.3",
"mongodb": "^3.5.9",
"ms": "^2.1.3",
"nanoid": "^3.3.2",
"next": "12.0.3",
"next-auth": "3.27.1",
"next-auth-sanity": "^1.3.0",
"next-connect": "^0.11.0",
"next-mdx-remote": "^3.0.8",
"next-sanity-image": "^3.1.8",
"nodemailer": "^6.7.3",
"qs": "^6.10.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-markdown": "^7.1.0",
"react-player": "^2.9.0",
"react-spinners": "^0.11.0",
"react-tooltip": "^4.2.21",
"swr": "^1.0.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "7",
"eslint-config-next": "12.0.3",
"postcss": "^8.3.11",
"tailwindcss": "^3.0.23"
}
}