-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 KB
/
package.json
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
48
49
50
{
"name": "starlight",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.2.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.8",
"@astrojs/react": "^4.1.6",
"@astrojs/sitemap": "3.2.1",
"@astrojs/starlight": "0.31.1",
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@astrojs/starlight-tailwind": "3.0.0",
"@fontsource/fira-mono": "^5.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@tailwindcss/postcss": "^4.0.1",
"@tailwindcss/vite": "^4.0.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"astro": "5.2.5",
"astro-icon": "1.1.5",
"astro-robots-txt": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.475.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"starlight-image-zoom": "0.10.1",
"tailwindcss": "^4.0.1",
"tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.3"
},
"engines": {
"node": ">=20.0"
},
"devDependencies": {
"@cloudflare/workerd-linux-64": "1.20250204.0",
"wrangler": "3.107.3"
}
}