-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 752 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 752 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
{
"name": "@wdmock/main",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --mode client",
"preview": "wrangler pages dev",
"deploy": "bun run build && wrangler pages deploy dist",
"typecheck": "bunx tsc --noEmit"
},
"dependencies": {
"@wdmock/db": "workspace:*",
"@wdmock/shared": "workspace:*",
"@wdprlib/parser": "workspace:*",
"@wdprlib/render": "workspace:*",
"@wdprlib/runtime": "workspace:*",
"hono": "^4.7.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250123.0",
"@hono/vite-build": "^1.2.1",
"@hono/vite-dev-server": "^0.19.0",
"vite": "^6.0.11",
"wrangler": "^3.107.1"
}
}