-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.86 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.86 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
{
"name": "lo-solver",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently --names next,mastra --prefix-colors blue,magenta \"next dev --turbopack --port ${NEXT_PORT:-3000}\" \"PORT=${MASTRA_PORT:-4111} mastra dev\"",
"dev:next": "next dev --turbopack --port ${NEXT_PORT:-3000}",
"dev:mastra": "PORT=${MASTRA_PORT:-4111} mastra dev",
"build": "next build",
"start": "next start",
"eval": "npx tsx --env-file=.env src/evals/run.ts",
"audit": "knip"
},
"keywords": [],
"author": "",
"type": "module",
"engines": {
"node": ">=22.13.0"
},
"dependencies": {
"@ai-sdk/react": "^3.0.103",
"@anthropic-ai/claude-agent-sdk": "^0.2.72",
"@mastra/ai-sdk": "^1.1.0",
"@mastra/core": "^1.8.0",
"@mastra/evals": "^1.1.2",
"@mastra/libsql": "^1.6.2",
"@mastra/loggers": "^1.0.2",
"@mastra/memory": "^1.5.2",
"@mastra/observability": "^1.2.1",
"@openrouter/ai-sdk-provider": "^2.1.1",
"@streamdown/code": "^1.0.3",
"ai": "^6.0.101",
"ai-sdk-provider-claude-code": "^3.4.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^0.575.0",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-resizable-panels": "^4.6.5",
"sonner": "^2.0.7",
"streamdown": "^2.3.0",
"tailwind-merge": "^3.5.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"concurrently": "^9.2.1",
"knip": "^5.86.0",
"mastra": "^1.3.5",
"postcss": "^8.5.6",
"prettier": "3.8.1",
"shadcn": "^3.8.5",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}