-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1008 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": "ecommerce-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.5",
"@sanity/client": "^3.2.0",
"@sanity/image-url": "^1.0.1",
"@stripe/stripe-js": "^1.25.0",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"canvas-confetti": "^1.5.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"jsonwebtoken": "^9.0.0",
"next": "12.1.0",
"next-connect": "^1.0.0",
"next-sanity-image": "^3.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.43.9",
"react-icons": "^4.3.1",
"react-multi-carousel": "^2.8.3",
"react-redux": "^8.0.2",
"react-responsive-carousel": "^3.2.23",
"react-toastify": "^9.1.1",
"stripe": "^8.209.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}