forked from fractal-bootcamp/felt-sense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1007 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": "felt-sense",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "bunx prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@cartesia/cartesia-js": "^1.3.0",
"@prisma/client": "^5.22.0",
"@radix-ui/themes": "^3.1.6",
"@workos-inc/authkit-nextjs": "0.15.0",
"boilerpl8": "^1.1.1",
"dotenv": "^16.4.7",
"elevenlabs": "^0.18.2",
"next": "15.0.3",
"openai": "^4.76.3",
"play-sound": "^1.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.1.8",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"type": "module"
}