-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 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
{
"name": "capnweb-docs",
"version": "0.0.0",
"private": true,
"description": "Documentation website for Cap'n Web.",
"type": "module",
"license": "MIT",
"scripts": {
"playgrounds": "node scripts/build-playgrounds.mjs",
"bundle-size": "node scripts/measure-bundle.mjs",
"predev": "pnpm --workspace-root run build && pnpm run bundle-size && pnpm run playgrounds",
"dev": "astro dev",
"start": "astro dev",
"prebuild": "pnpm --workspace-root run build && pnpm run bundle-size && pnpm run playgrounds",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint:docs": "nimbus-docs lint",
"lint:docs:fix": "nimbus-docs lint --fix",
"astro": "astro"
},
"dependencies": {
"@cloudflare/nimbus-docs": "^0.14.1",
"@fontsource-variable/dm-sans": "^5.3.0",
"@fontsource/commit-mono": "^5.3.0",
"@iconify-json/ph": "^1.2.0",
"astro": "^7.2.1",
"astro-og-canvas": "^0.13.0",
"canvaskit-wasm": "^0.41.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudflare/capnweb",
"directory": "packages/docs"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@tailwindcss/vite": "^4.1.4",
"esbuild": "^0.28.0",
"pagefind": "^1.5.2",
"tailwindcss": "^4.1.4",
"typescript": "^6.0.3",
"wrangler": "4.125.0"
}
}