-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.43 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.43 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
48
49
50
51
52
53
{
"name": "fullstackhero-docs",
"type": "module",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"check": "astro check",
"og": "node scripts/og/generate.mjs",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^13.5.2",
"@astrojs/mdx": "^5.0.6",
"@astrojs/react": "^5.0.5",
"@astrojs/sitemap": "^3.7.2",
"@expressive-code/plugin-line-numbers": "^0.42.0",
"@iconify-json/lucide": "^1.2.108",
"@radix-ui/react-dialog": "^1.1.15",
"@tailwindcss/vite": "^4.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.3.5",
"astro-expressive-code": "^0.42.0",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
"pagefind": "^1.5.2",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@cloudflare/workers-types": "^4.20251101.0",
"@types/node": "^25.9.0",
"gray-matter": "^4.0.3",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"playwright": "^1.59.1",
"wrangler": "^4.50.0"
}
}