-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.39 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
{
"name": "@clawnify/open-design",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler d1 execute open-design-db --local --file=schema.sql && concurrently -n ui,api -c cyan,green \"vite\" \"wrangler dev --port 8787\"",
"build": "vite build"
},
"dependencies": {
"@clawnify/app": "^0.2.1",
"@clawnify/db": "^0.4.2",
"@fontsource/inter": "^5.3.0",
"@fontsource/lora": "^5.3.0",
"@fontsource/merriweather": "^5.3.0",
"@fontsource/montserrat": "^5.3.0",
"@fontsource/open-sans": "^5.3.0",
"@fontsource/playfair-display": "^5.3.0",
"@fontsource/poppins": "^5.3.0",
"@fontsource/raleway": "^5.3.0",
"@fontsource/roboto": "^5.3.0",
"@fontsource/source-sans-pro": "^5.3.0",
"@hono/zod-openapi": "^0.18.0",
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/vite": "^4.2.2",
"fabric": "^6.0.0",
"hono": "^4.6.0",
"lucide-preact": "^0.575.0",
"preact": "^10.25.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"
],
"overrides": {
"react": "npm:@preact/compat@^10.25.0",
"react-dom": "npm:@preact/compat@^10.25.0"
}
}
}