-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) 路 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) 路 1.05 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
{
"name": "Ai-Sensei-Japanese-Tutor",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx"
},
"dependencies": {
"@react-three/drei": "^9.99.3",
"@react-three/fiber": "^8.15.16",
"@types/three": "^0.170.0",
"leva": "^0.9.35",
"microsoft-cognitiveservices-speech-sdk": "^1.41.0",
"next": "^14.2.18",
"openai": "^4.28.0",
"prettier": "^3.3.3",
"react": "^18",
"react-dom": "^18",
"three": "^0.161.0",
"zustand": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"autoprefixer": "^10.0.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.6.3"
}
}