-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.29 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
42
43
44
45
46
47
48
49
50
{
"name": "ai_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@clerk/elements": "^0.24.2",
"@clerk/nextjs": "^6.31.9",
"@faker-js/faker": "^10.2.0",
"@huggingface/inference": "^4.13.10",
"@langchain/anthropic": "^1.3.12",
"@langchain/community": "^1.1.8",
"@langchain/core": "^1.1.17",
"@langchain/groq": "^1.0.3",
"@langchain/openai": "^1.2.3",
"@prisma/adapter-pg": "^7.1.0",
"@prisma/client": "^7.1.0",
"chart.js": "^4.5.1",
"dotenv": "^16.6.1",
"langchain": "^1.2.14",
"next": "^16.1.6",
"pg": "^8.16.3",
"react": "^19.2.3",
"react-autosave": "^0.5.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20.19.26",
"@types/pg": "^8.16.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.23",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.8.0",
"eslint-config-next": "^16.0.10",
"postcss": "^8.5.6",
"prisma": "^7.1.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.2.2"
}
}