-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.25 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.25 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
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "calmlytic",
"version": "0.1.0",
"description": "AI-powered journaling and mental wellness platform",
"keywords": [
"journaling",
"mental-health",
"wellness",
"ai",
"nextjs",
"supabase",
"typescript"
],
"author": "Calmlytic Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Dev-Adnani/calmlytic.git"
},
"bugs": {
"url": "https://github.com/Dev-Adnani/calmlytic/issues"
},
"homepage": "https://github.com/Dev-Adnani/calmlytic#readme",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.2.3",
"@react-email/components": "^1.0.1",
"@react-email/html": "^0.0.11",
"@react-email/render": "^2.0.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.57.4",
"@tabler/icons-react": "^3.35.0",
"@types/uuid": "^10.0.0",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto": "^1.0.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.16",
"gsap": "^3.13.0",
"html2canvas": "^1.4.1",
"lucide-react": "^0.544.0",
"marked": "^16.3.0",
"motion": "^12.23.16",
"next": "^15.5.7",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"openai": "^6.3.0",
"posthog-js": "^1.274.1",
"react": "^19.1.2",
"react-dom": "^19.1.2",
"react-markdown": "^10.1.0",
"recharts": "^3.2.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"resend": "^6.4.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"three": "^0.180.0",
"uuid": "^13.0.0",
"zod": "^4.1.11",
"zustand": "^5.0.8"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.8",
"typescript": "^5"
}
}