-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore --ignore-path .prettierignore .",
"format:fix": "prettier --write --ignore-path .gitignore --ignore-path .prettierignore ."
},
"dependencies": {
"@clerk/nextjs": "^4.29.5",
"@radix-ui/react-slot": "^1.0.2",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.26.0",
"@stripe/stripe-js": "^2.4.0",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vercel/postgres": "^0.7.2",
"autoprefixer": "10.4.17",
"canvas-confetti": "^1.9.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"drizzle-orm": "^0.29.3",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"lucide-react": "^0.314.0",
"next": "14.1.0",
"next-sanity": "^7.0.12",
"next-sanity-image": "^6.1.1",
"next-stripe": "1.0.0-beta.1",
"postcss": "8.4.33",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"sanity": "^3.26.0",
"stripe": "^14.13.0",
"swiper": "^11.0.5",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/uuid": "^9.0.7",
"eslint-config-prettier": "^9.1.0",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}