-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.32 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
{
"name": "nan-website",
"type": "module",
"version": "0.0.11",
"engines": {
"node": ">=22.12.0"
},
"overrides": {
"vite": "^7.3.1"
},
"scripts": {
"dev": "astro dev",
"build": "astro build && node scripts/copy-routes.mjs",
"preview": "astro preview",
"astro": "astro",
"generate-types": "wrangler types",
"test": "vitest run",
"test:watch": "vitest",
"check": "astro check"
},
"dependencies": {
"@astrojs/cloudflare": "^13.1.3",
"@astrojs/mdx": "^5.0.6",
"@astrojs/preact": "^5.0.2",
"@fontsource-variable/archivo": "^5.3.0",
"@fontsource/jetbrains-mono": "^5.3.0",
"@scalar/api-reference": "^1.64.0",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.0.8",
"astro-i18n": "^2.2.4",
"preact": "^10.29.0",
"rehype-pretty-code": "^0.14.3",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"shiki": "^4.0.2",
"simple-icons": "^16.30.0",
"tailwindcss": "^4.2.2",
"unified": "^11.0.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@cloudflare/workers-types": "^4.20260317.1",
"ajv": "^8.20.0",
"playwright": "^1.59.1",
"preact-render-to-string": "^6.6.7",
"typescript": "^5.9.3",
"vitest": "^4.1.0",
"wrangler": "^4.76.0"
}
}