-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"generate:github-snapshot": "node ./scripts/generate-github-snapshot.mjs",
"predev": "pnpm run generate:github-snapshot",
"dev": "astro dev",
"prebuild": "pnpm run generate:github-snapshot",
"build": "astro build",
"preview": "wrangler dev"
},
"dependencies": {
"@astrojs/cloudflare": "^13.1.9",
"@astrojs/starlight": "^0.38.3",
"@astrojs/starlight-tailwind": "^5.0.0",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/outfit": "^5.2.8",
"@fontsource/noto-sans-sc": "^5.2.9",
"@fontsource/outfit": "^5.2.8",
"@tailwindcss/vite": "^4.1.14",
"astro": "^6.1.10",
"astro-mermaid": "^2.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"mermaid": "^11.15.0",
"motion": "^12.38.0",
"satori": "^0.26.0",
"sharp": "^0.34.2",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@lucide/astro": "^1.8.0",
"react-grab": "^0.1.32",
"tailwindcss": "^4.1.14",
"wrangler": "^4.13.2"
},
"overrides": {
"vite": "^7.3.2"
}
}