-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.25 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
78
{
"name": "ai-reach-your-goals",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.9",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@react-icons/all-files": "^4.1.0",
"@supabase/supabase-js": "^2.39.7",
"@tanstack/react-query": "^5.25.0",
"@trpc/client": "^11.0.0-next-beta.308",
"@trpc/next": "^11.0.0-next-beta.308",
"@trpc/react-query": "^11.0.0-next-beta.308",
"@trpc/server": "^11.0.0-next-beta.308",
"@types/locomotive-scroll": "^4.1.3",
"aws-lambda": "^1.0.7",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"formidable": "^3.5.1",
"framer-motion": "^11.0.20",
"knex": "^3.1.0",
"kysely": "^0.27.2",
"locomotive-scroll": "^5.0.0-beta.11",
"lucide-react": "^0.344.0",
"moment-timezone": "^0.5.45",
"next": "14.1.2",
"node-fetch": "^3.3.2",
"openai": "^4.28.4",
"pg": "^8.11.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-international-phone": "^4.2.6",
"react-intersection-observer": "^9.8.1",
"react-phone-number-input": "^3.3.12",
"react-router-dom": "^6.22.3",
"replicate": "^0.27.1",
"resend": "^3.2.0",
"serverless": "^3.38.0",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"twilio": "^5.0.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.136",
"@types/formidable": "^3.4.5",
"@types/node": "^20",
"@types/pg": "^8.11.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/smoothscroll-polyfill": "^0.3.4",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.1.2",
"postcss": "^8",
"serverless-esbuild": "^1.52.1",
"serverless-offline": "^13.3.3",
"serverless-plugin-typescript": "^2.1.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}