-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.93 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.93 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "dev-shelf",
"description": "Your team's developer tool shelf. Self-hosted on Cloudflare Workers with one-click deploy.",
"private": false,
"type": "module",
"dependencies": {
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
"@radix-ui/react-aspect-ratio": "1.1.1",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-context-menu": "2.2.4",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-hover-card": "1.1.4",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-menubar": "1.1.4",
"@radix-ui/react-navigation-menu": "1.2.3",
"@radix-ui/react-popover": "1.1.4",
"@radix-ui/react-progress": "1.1.1",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-scroll-area": "1.2.2",
"@radix-ui/react-select": "2.1.4",
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-toast": "1.2.4",
"@radix-ui/react-toggle": "1.1.1",
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "1.1.6",
"@react-router/fs-routes": "^7.6.3",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"enum-plus": "^3.1.6",
"hono": "4.8.2",
"i18next": "^25.8.14",
"isbot": "5.1.26",
"jsonpath-plus": "^10.3.0",
"lucide-react": "^0.539.0",
"qr-code-styling": "^1.9.2",
"qrcode.react": "^4.2.0",
"react": "^19.2.1",
"react-day-picker": "^9.11.1",
"react-dom": "^19.2.1",
"react-i18next": "^16.5.4",
"react-json-view": "^1.21.3",
"react-markdown": "^10.1.0",
"react-router": "7.6.3",
"react-syntax-highlighter": "^15.6.6",
"recharts": "^3.2.0",
"remark-gfm": "^4.0.1",
"sonner": "^1.7.4",
"tailwind-merge": "^3.3.1",
"ua-parser-js": "^2.0.6",
"zod": "^3.25.76",
"zustand": "^5.0.8"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@cloudflare/vite-plugin": "1.7.5",
"@cloudflare/workers-types": "^4.20250425.0",
"@react-router/dev": "7.6.3",
"@tailwindcss/vite": "4.1.4",
"@types/node": "24.0.4",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/react-syntax-highlighter": "^15.5.13",
"tailwindcss": "4.1.1",
"tsx": "^4.21.0",
"tw-animate-css": "^1.3.7",
"typescript": "5.8.3",
"vite": "^6.0.0",
"vite-tsconfig-paths": "5.1.4",
"wrangler": "4.21.x"
},
"scripts": {
"build": "react-router build",
"cf-typegen": "wrangler types",
"deploy": "npm run build && wrangler d1 migrations apply DB --remote && tsx scripts/seed-builtin-tools.ts -- --remote && wrangler deploy",
"lint": "biome check .",
"lint:fix": "biome check . --write",
"dev": "wrangler d1 migrations apply DB --local && tsx scripts/seed-builtin-tools.ts && react-router dev",
"preview": "npm run build && vite preview",
"typecheck": "npm run cf-typegen && react-router typegen && tsc -b",
"db:migrate": "wrangler d1 migrations apply DB --remote",
"db:migrate:local": "wrangler d1 migrations apply DB --local",
"seed:builtin": "tsx scripts/seed-builtin-tools.ts",
"seed:builtin:remote": "tsx scripts/seed-builtin-tools.ts -- --remote"
},
"packageManager": "pnpm@10.12.2+sha512.a32540185b964ee30bb4e979e405adc6af59226b438ee4cc19f9e8773667a66d302f5bfee60a39d3cac69e35e4b96e708a71dd002b7e9359c4112a1722ac323f",
"cloudflare": {
"bindings": {
"DB": {
"type": "d1",
"description": "Application database for tools, users, categories, and preferences"
},
"CACHE_KV": {
"type": "kv",
"description": "Cache storage for API responses (improves performance)"
},
"JWT_SECRET": {
"type": "secret",
"description": "Secret key for JWT token signing. Generate with: openssl rand -hex 32"
}
}
}
}