-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.02 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.02 KB
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": "cue-up",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.7",
"@amplitude/analytics-browser": "^2.9.3",
"@headlessui/react": "^2.2.0",
"@hotjar/browser": "^1.0.9",
"@nextui-org/react": "^2.6.8",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@react-google-maps/api": "^2.20.5",
"@supabase/realtime-js": "^2.11.5",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.49.1",
"ai": "^4.0.13",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cropperjs": "^1.6.2",
"dnd-multi-backend": "^9.0.0",
"framer-motion": "^11.13.5",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.428.0",
"next": "^14.2.16",
"openai": "^4.76.0",
"pg": "^8.12.0",
"posthog-js": "^1.217.6",
"react": "^18.3.1",
"react-cropper": "^2.3.3",
"react-datepicker": "^7.6.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-hotjar": "^6.3.1",
"react-icons": "^5.4.0",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^9.0.1",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^7.5.0",
"react-spinners": "^0.14.1",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.5",
"zod": "^3.23.8",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/pg": "^8.11.6",
"@types/react": "^18",
"@types/react-cropper": "^1.3.7",
"@types/react-dom": "^18",
"@types/react-linkify": "^1.0.4",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}