generated from Glavin001/next-ai-app-starter
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.26 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
44
45
46
47
48
49
50
{
"name": "next-openai",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@react-three/fiber": "^8.15.14",
"@rjsf/core": "^5.16.1",
"@rjsf/utils": "^5.16.1",
"@rjsf/validator-ajv8": "^5.16.1",
"@types/three": "^0.160.0",
"@vercel/analytics": "^1.1.2",
"ai": "2.2.31",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.312.0",
"next": "14.0.3",
"openai": "4.16.1",
"openai-partial-stream": "^0.3.7",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-leaflet": "^4.2.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.160.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^17.0.12",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"eslint": "^7.32.0",
"eslint-config-next": "13.4.12",
"jest": "^29.7.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.2",
"typescript": "5.1.3"
}
}