-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.14 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
{
"name": "next-ecommerce-smart-food",
"version": "0.1.0",
"private": true,
"scripts": {
"dev:stripe": "stripe listen --forward-to localhost:3000/api/stripe-webhook",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^4.29.6",
"@prisma/client": "^5.9.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@react-google-maps/api": "^2.19.3",
"@stripe/react-stripe-js": "^2.5.1",
"@stripe/stripe-js": "^3.0.7",
"@tailwindcss/container-queries": "^0.1.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"embla-carousel-react": "^8.0.0-rc22",
"lucide-react": "^0.323.0",
"next": "14.1.0",
"next-cloudinary": "^5.20.0",
"next-intl": "^3.9.4",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"query-string": "^8.2.0",
"react": "^18",
"react-cool-onclickoutside": "^1.7.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-hook-form": "^7.51.0",
"react-inlinesvg": "^4.1.3",
"request-ip": "^3.3.0",
"stripe": "^14.19.0",
"swr": "^2.2.4",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"use-places-autocomplete": "^4.0.1",
"uuidv4": "^6.2.13",
"yup": "^1.4.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/request-ip": "^0.0.41",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prisma": "^5.9.1",
"react-icons": "^5.0.1",
"react-responsive": "^9.0.2",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"next": "14.1.0"
}
}