-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"name": "open-studio",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler d1 execute open-studio-db --local --file=schema.sql && concurrently -n ui,api -c cyan,green \"vite\" \"wrangler dev --port 8787\"",
"build": "vite build"
},
"dependencies": {
"@clawnify/db": "^0.2.0",
"@fontsource-variable/geist": "^5.2.8",
"@hono/zod-openapi": "^0.18.0",
"@tailwindcss/vite": "^4.2.2",
"@xyflow/react": "^12.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hono": "^4.6.0",
"lucide-react": "^0.469.0",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"shadcn": "^4.7.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"zod": "^3.24.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"concurrently": "^9.0.0",
"vite": "^6.0.0",
"wrangler": "^4.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"workerd"
]
}
}