-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.21 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
69
70
71
72
{
"name": "build-ai-apps",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "dotenv -- node ./server.js",
"lint:fix": "biome check . --write",
"lint": "biome check .",
"start": "cross-env NODE_ENV=production node ./server.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@langchain/community": "^0.3.56",
"@langchain/core": "^0.3.76",
"@langchain/langgraph": "^0.4.9",
"@langchain/mcp-adapters": "^0.6.0",
"@langchain/openai": "^0.6.12",
"@modelcontextprotocol/sdk": "^1.18.0",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@react-router/express": "^7.9.1",
"@react-router/fs-routes": "^7.9.1",
"@react-router/node": "^7.9.1",
"@react-router/serve": "^7.9.1",
"@tabler/icons-react": "^3.35.0",
"@types/react-syntax-highlighter": "^15.5.13",
"axios": "^1.12.2",
"cheerio": "^1.1.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"compression": "1.8.1",
"cross-env": "10.0.0",
"dotenv": "^17.2.2",
"express": "4.21.2",
"heroku-langchain": "0.4.0",
"ignore": "^5.3.2",
"isbot": "5.1.30",
"langchain": "^0.3.34",
"morgan": "1.10.1",
"openai": "^5.20.3",
"pg": "^8.16.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^10.1.0",
"react-router": "^7.9.1",
"react-syntax-highlighter": "^15.6.6",
"remark-gfm": "^4.0.1",
"remix-utils": "8.8.0",
"tailwind-merge": "3.3.1",
"tailwindcss-animate": "1.0.7",
"zod": "^3.25.51"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@react-router/dev": "^7.9.1",
"@tailwindcss/typography": "0.5.16",
"@types/node": "24.5.1",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"autoprefixer": "10.4.21",
"dotenv-cli": "10.0.0",
"postcss": "8.5.6",
"tailwindcss": "3.4.1",
"typescript": "5.9.2",
"vite": "6.3.5",
"vite-env-only": "^3.0.3",
"vite-tsconfig-paths": "5.1.4"
},
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}