-
-
Notifications
You must be signed in to change notification settings - Fork 276
/
Copy pathpackage.json
40 lines (40 loc) · 985 Bytes
/
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 3003",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@11labs/client": "^0.0.7",
"@opentelemetry/api": "^1.9.0",
"@posthog/ai": "^3.2.1",
"@radix-ui/react-slot": "^1.1.2",
"audiomotion-analyzer": "^4.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.4.7",
"ggwave": "^0.4.0",
"groq-sdk": "^0.15.0",
"next": "15.1.7",
"openai": "^4.85.3",
"posthog-node": "^4.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}