-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 908 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
{
"name": "nimbus",
"version": "0.0.1",
"private": true,
"type": "module",
"packageManager": "pnpm@10.34.5",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"typecheck": "astro check",
"lint:docs": "nimbus-docs lint",
"lint:docs:fix": "nimbus-docs lint --fix",
"test": "node --test \"src/lib/*.test.mjs\" \"scripts/*.test.mjs\"",
"update-nfr": "node scripts/update-nfr.mjs"
},
"dependencies": {
"@cloudflare/nimbus-docs": "0.11.0",
"@iconify-json/ph": "^1.2.0",
"astro": "~7.0.9",
"astro-og-canvas": "^0.13.0",
"canvaskit-wasm": "^0.41.1",
"clsx": "^2.1.1",
"mermaid": "^11.17.2",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@tailwindcss/vite": "^4.1.4",
"pagefind": "^1.5.2",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
}
}