This repository was archived by the owner on Mar 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.72 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.72 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
{
"name": "mastra-canvas-starter",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:agent": "mastra dev",
"dev:debug": "LOG_LEVEL=debug npm run dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ag-ui/mastra": "0.0.11",
"@ai-sdk/openai": "^1.3.24",
"@copilotkit/react-core": "^1.10.4",
"@copilotkit/react-textarea": "1.10.4",
"@copilotkit/react-ui": "^1.10.4",
"@copilotkit/runtime": "^1.10.4",
"@libsql/client": "^0.15.14",
"@mastra/client-js": "0.12.3",
"@mastra/core": "0.16.0",
"@mastra/libsql": "0.14.0",
"@mastra/memory": "0.14.4",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"add": "^2.0.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.2",
"libsql": "^0.5.13",
"lucide-react": "^0.542.0",
"mastra": "0.12.0",
"motion": "^12.23.12",
"next": "^15.3.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-shiki": "^0.7.3",
"react-textarea-autosize": "^8.5.9",
"shiki": "^3.12.2",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.7",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.12",
"@types/node": "^20.19.11",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"concurrently": "^9.2.1",
"eslint": "^9.34.0",
"eslint-config-next": "15.3.2",
"geist": "^1.5.1",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2"
}
}