-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 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
{
"name": "@clawnify/open-salon",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler d1 execute open-salon-db --local --file=src/server/schema.sql && concurrently -n ui,api -c cyan,green \"vite\" \"wrangler dev --port 8787\"",
"build": "vite build"
},
"dependencies": {
"@clawnify/db": "^0.2.0",
"@hono/zod-openapi": "^0.18.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"hono": "^4.6.0",
"lucide-preact": "^0.575.0",
"lucide-react": "^1.7.0",
"preact": "^10.25.0",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^4.2.2",
"zod": "^3.24.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"concurrently": "^9.0.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"wrangler": "^4.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"workerd"
]
}
}