-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.15 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
{
"name": "aaron-curtis-yoga",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"vercel-build": "prisma migrate deploy && next build",
"postinstall": "prisma generate",
"lint": "next lint",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@clerk/nextjs": "^5.4.1",
"@googlemaps/google-maps-services-js": "^3.4.0",
"@hookform/resolvers": "^3.3.4",
"@internationalized/date": "^3.5.5",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@nextui-org/react": "^2.4.6",
"@plaiceholder/next": "^3.0.0",
"@reduxjs/toolkit": "^2.2.4",
"@stripe/stripe-js": "^4.4.0",
"@tiptap/extension-link": "^2.3.2",
"@tiptap/extension-underline": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"@tiptap/react": "^2.3.2",
"@tiptap/starter-kit": "^2.3.2",
"@vercel/analytics": "^1.2.2",
"@vercel/blob": "^0.23.2",
"@vercel/postgres": "^0.8.0",
"@vis.gl/react-google-maps": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"framer-motion": "^11.1.9",
"lodash": "^4.17.21",
"lucide-react": "^0.446.0",
"next": "^14.2.8",
"query-string": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-redux": "^9.1.2",
"sass": "^1.77.1",
"sharp": "^0.33.3",
"stripe": "^16.9.0",
"svix": "^1.24.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@playwright/test": "^1.47.2",
"@prisma/client": "^5.19.1",
"@types/mailchimp__mailchimp_marketing": "^3.0.20",
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-import": "^2.30.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
}
}