-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.96 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.96 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "learning-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"generate-routes": "tsr generate",
"watch-routes": "tsr watch",
"dev": "vite",
"build": "npm run generate-routes && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.16",
"@convex-dev/agent": "^0.0.8",
"@directus/sdk": "^18.0.3",
"@langchain/anthropic": "^0.3.15",
"@langchain/community": "^0.3.34",
"@langchain/core": "^0.3.42",
"@langchain/langgraph": "^0.2.55",
"@langchain/openai": "^0.3.17",
"@radix-ui/react-slot": "^1.1.2",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-router": "^1.97.0",
"ai": "^4.3.9",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.18.2",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"langchain": "^0.3.8",
"lucide-react": "^0.474.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^5.0.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@tanstack/eslint-plugin-query": "^5.66.1",
"@tanstack/react-query-devtools": "^5.66.7",
"@tanstack/router-cli": "^1.99.14",
"@tanstack/router-devtools": "^1.97.0",
"@tanstack/router-plugin": "^1.97.0",
"@tanstack/router-vite-plugin": "^1.97.0",
"@types/node": "^22.13.1",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"nodemon": "^3.1.9",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"vite": "^6.0.1"
}
}