-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.61 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.61 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
86
87
88
89
90
91
92
93
94
{
"name": "luna",
"version": "0.9.6",
"private": false,
"description": "A soft, supportive menstrual cycle companion — log, predict, and chat about your cycle",
"author": "Akshat Singh Kushwaha <akshatsingh14372@outlook.com> (https://a3ro.dev)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/a3ro-dev/luna.git"
},
"bugs": {
"url": "https://github.com/a3ro-dev/luna/issues"
},
"homepage": "https://github.com/a3ro-dev/luna#readme",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.58",
"@ai-sdk/react": "^3.0.177",
"@auth/drizzle-adapter": "^1.11.2",
"@gsap/react": "^2.1.0",
"@hugeicons/core-free-icons": "^4.1.1",
"@hugeicons/react": "^1.1.6",
"@neondatabase/serverless": "^1.1.0",
"@openuidev/react-headless": "^0.8.1",
"@openuidev/react-lang": "latest",
"@openuidev/react-ui": "latest",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@rive-app/react-webgl2": "^4.28.3",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@tailwindcss/postcss": "^4.0.0",
"@xyflow/react": "^12.10.2",
"ai": "^6.0.174",
"ansi-to-react": "^6.2.6",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"drizzle-orm": "^0.45.2",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^11.0.0",
"gsap": "^3.12.5",
"lucide-react": "^0.400.0",
"media-chrome": "^4.19.0",
"motion": "^12.38.0",
"nanoid": "^5.1.11",
"next": "16.2.4",
"next-auth": "5.0.0-beta.31",
"postcss": "^8.4.31",
"radix-ui": "^1.4.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-jsx-parser": "^2.4.1",
"resend": "^6.12.2",
"shadcn": "^4.6.0",
"shiki": "^4.0.2",
"streamdown": "^2.5.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.0.0",
"tokenlens": "^1.3.1",
"tw-animate-css": "^1.4.0",
"use-stick-to-bottom": "^1.1.4",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/bcryptjs": "^3.0.0",
"@types/node": "^20.0.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"drizzle-kit": "^0.31.10",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.4",
"typescript": "^5.0.0",
"vitest": "^4.1.5"
},
"engines": {
"node": ">=20"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0"
}
}
}