-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1000 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1000 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
36
37
38
39
40
41
42
{
"name": "ai_devs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 51376",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.71",
"@langchain/core": "^0.3.20",
"@langchain/langgraph": "^0.2.24",
"@mendable/firecrawl-js": "^1.7.2",
"@microsoft/tiktokenizer": "^1.0.9",
"ai": "^3.4.33",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.36.3",
"effect": "^3.10.6",
"neo4j-driver": "^5.26.0",
"next": "14.2.15",
"openai": "^4.72.0",
"pg": "^8.13.1",
"postgres": "^3.4.5",
"promptfoo": "^0.95.0",
"react": "^18",
"react-dom": "^18",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.4"
}
}