-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 844 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 844 Bytes
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
{
"name": "ai-mentor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^10.0.4",
"@react-three/fiber": "^9.1.0",
"jsonwebtoken": "^9.0.2",
"leva": "^0.10.0",
"lucide-react": "^0.503.0",
"microsoft-cognitiveservices-speech-sdk": "^1.42.0",
"mongoose": "^8.14.0",
"next": "15.2.1",
"next-auth": "^4.24.11",
"openai": "^4.86.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"three": "^0.174.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"tailwindcss": "^4"
}
}