forked from Maski0/AICompanion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 KB
/
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
41
42
43
{
"name": "bharatproject",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@react-three/drei": "^9.99.3",
"@react-three/fiber": "^8.15.16",
"leva": "^0.9.35",
"lucide-react": "^0.456.0",
"microsoft-cognitiveservices-speech-sdk": "^1.35.0",
"next": "14.1.0",
"openai": "^4.28.0",
"react": "^18",
"react-dom": "^18",
"simplex-noise": "^4.0.3",
"three": "^0.161.0",
"webm-to-wav-converter": "^1.1.0",
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3"
}
}