-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 915 Bytes
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
{
"name": "open-tender",
"private": true,
"type": "module",
"scripts": {
"dev": "clawnify dev --port 8789",
"build": "vite build",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"deploy": "clawnify deploy"
},
"dependencies": {
"@clawnify/app": "^0.1.0",
"@clawnify/db": "^0.4.1",
"@tailwindcss/vite": "^4.2.2",
"fflate": "^0.8.2",
"hono": "^4.6.0",
"lucide-react": "^0.469.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.18.1",
"tailwindcss": "^4.2.2",
"unpdf": "^1.3.2",
"zod": "^3.24.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^5.20260722.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"concurrently": "^9.0.0",
"typescript": "^7.0.2",
"vite": "^6.0.0",
"vitest": "^4.1.10",
"wrangler": "^4.0.0"
}
}