-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.17 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ecommernce-store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "drizzle-kit generate:pg"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@reduxjs/toolkit": "^1.9.5",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.11.3",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.53.0",
"@types/node": "20.2.4",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@vercel/postgres": "^0.3.0",
"autoprefixer": "10.4.14",
"bcrypt": "^5.1.0",
"canvas-confetti": "^1.6.0",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"drizzle-orm": "^0.26.5",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"formik": "^2.4.1",
"joi": "^17.9.2",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.0",
"lucide-react": "^0.233.0",
"next": "13.4.4",
"next-auth": "^4.22.1",
"next-sanity": "^4.3.3",
"next-share": "^0.20.0",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.9.0",
"react-is": "^18.2.0",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"react-star-rating-component": "^1.4.1",
"react-transition-group": "^4.4.5",
"rxjs": "^7.8.1",
"sanity": "^3.11.3",
"sharp": "^0.32.1",
"slick-carousel": "^1.8.1",
"stripe": "^12.7.0",
"styled-components": "^5.3.11",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.5",
"typescript": "5.0.4",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/canvas-confetti": "^1.6.0",
"@types/js-cookie": "^3.0.3",
"@types/jsonwebtoken": "^9.0.2",
"@types/react-redux": "^7.1.25",
"@types/react-slick": "^0.23.10",
"@types/react-star-rating-component": "^1.4.1",
"@types/react-transition-group": "^4.4.6",
"@types/three": "^0.152.1",
"drizzle-kit": "^0.18.1"
}
}