-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "nimbus-temp",
"version": "0.0.1",
"private": true,
"type": "module",
"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",
"prepreview:cf": "astro build",
"preview:cf": "wrangler dev",
"predeploy": "astro check && astro build",
"deploy": "wrangler deploy"
},
"dependencies": {
"@astrojs/rss": "^4.0.19",
"@cloudflare/nimbus-docs": "^0.7.0",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@iconify-json/ph": "^1.2.0",
"astro": "^7.0.0",
"astro-icon": "^1.1.0",
"canvaskit-wasm": "^0.41.1",
"clsx": "^2.1.1",
"geist": "^1.7.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",
"wrangler": "^4.95.0"
}
}