-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.35 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.35 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": "warp-docs",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check",
"lint": "trunk check",
"fmt": "trunk fmt",
"og:api": "node scripts/generate-og-api.mjs",
"seo:audit": "node scripts/seo-audit.mjs",
"postinstall": "patch-package"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || ^24"
},
"dependencies": {
"@astrojs/react": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.38.4",
"@astrojs/vercel": "^10.0.4",
"@kapaai/react-sdk": "^0.9.2",
"@radix-ui/react-popover": "^1.1.15",
"@vercel/analytics": "^2.0.0",
"@vercel/speed-insights": "^2.0.0",
"astro": "^6.1.8",
"keymatch": "^1.0.5",
"linkedom": "^0.18.12",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"sharp": "^0.34.2",
"starlight-llms-txt": "^0.8.1",
"starlight-sidebar-topics": "^0.7.1",
"turndown": "^7.2.2",
"turndown-plugin-gfm": "^1.0.2",
"yaml": "^2.8.3"
},
"overrides": {
"path-to-regexp": "^6.3.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"patch-package": "^8.0.1",
"typescript": "^5.9.3"
}
}