-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "rhyme-protocol",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"social:generate": "node scripts/generate-social-images.mjs"
},
"dependencies": {
"@auth/core": "^0.34.3",
"@copilotkit/react-core": "^1.50.0",
"@copilotkit/react-ui": "^1.50.0",
"@copilotkit/runtime": "^1.50.0",
"@daytonaio/sdk": "^0.115.0",
"@google/generative-ai": "^0.24.1",
"@upstash/redis": "^1.35.8",
"axios": "^1.13.2",
"firebase": "^12.7.0",
"firebase-admin": "^13.6.0",
"framer-motion": "^12.23.24",
"geist": "^1.5.1",
"lucide-react": "^0.553.0",
"next": "14.2.33",
"next-auth": "^4.24.13",
"openai": "^6.8.1",
"posthog-js": "^1.298.1",
"react": "^18",
"react-dom": "^18",
"rss-parser": "^3.13.0",
"stripe": "^20.1.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.2.33",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}