-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
51
52
53
54
55
56
57
58
{
"name": "moodv1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@clerk/nextjs": "^5.1.3",
"@google/generative-ai": "^0.12.0",
"@langchain/community": "^0.2.10",
"@langchain/openai": "^0.0.34",
"@neondatabase/serverless": "^0.9.4",
"@prisma/client": "^5.14.0",
"@react-three/fiber": "^8.16.8",
"@sentry/nextjs": "^8.15.0",
"@tensorflow/tfjs-node": "^4.20.0",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/three": "^0.166.0",
"@upstash/redis": "^1.32.0",
"@xenova/transformers": "^2.17.2",
"autoprefixer": "10.4.19",
"classnames": "^2.5.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"langchain": "^0.2.3",
"next": "14.2.3",
"postcss": "8.4.38",
"rate-limiter-flexible": "^5.0.3",
"react": "18.3.1",
"react-autosave": "^0.4.4",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-simple-wysiwyg": "^3.0.2",
"react-typed": "^2.0.12",
"recharts": "^2.12.7",
"tailwindcss": "3.4.3",
"three": "^0.166.1",
"typescript": "5.4.5",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"jsdom": "^24.1.0",
"pg": "^8.12.0",
"prisma": "^5.14.0",
"vitest": "^1.6.0"
}
}