forked from freestyle-sh/Adorable
-
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) · 1.99 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.99 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": "adorable",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.10",
"@ai-sdk/react": "^1.2.8",
"@ai-sdk/ui-utils": "^1.2.8",
"@anthropic-ai/sdk": "^0.40.1",
"@hookform/resolvers": "^5.0.1",
"@isomorphic-git/lightning-fs": "^4.6.0",
"@mastra/core": "^0.9.1",
"@mastra/mcp": "^0.4.1",
"@mastra/memory": "^0.3.1",
"@mastra/pg": "^0.3.1",
"@modelcontextprotocol/sdk": "^1.10.1",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tooltip": "^1.2.0",
"@stackframe/stack": "^2.8.11",
"@tanstack/react-query": "^5.74.11",
"ai": "^4.3.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.42.0",
"drizzle-zod": "^0.7.1",
"freestyle-sandboxes": "^0.0.68",
"isomorphic-git": "^1.30.1",
"lucide-react": "^0.487.0",
"marked": "^15.0.8",
"motion": "^12.7.4",
"next": "15.3.0",
"next-themes": "^0.4.6",
"pg": "^8.14.1",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.55.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.2.2",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.2.5",
"zod": "^3.24.2",
"zustand": "^4.5.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.17.32",
"@types/pg": "^8.11.13",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.31.0",
"eslint": "^9",
"eslint-config-next": "15.3.0",
"freestyle-sh": "^0.4.26",
"tailwindcss": "^4.1.3",
"tsx": "^4.19.3",
"typescript": "^5"
}
}