-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.58 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
54
55
56
57
58
59
{
"name": "servdir",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.17.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:static": "SERVDIR_BUILD_MODE=static astro build",
"preview": "astro preview",
"preview:static": "SERVDIR_BUILD_MODE=static astro preview",
"test": "vitest run",
"test:watch": "vitest",
"release:notes": "bash scripts/release-notes.sh",
"release:tag": "bash scripts/release-tag.sh",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^10.1.1",
"@astrojs/react": "^5.0.5",
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@scalar/api-reference-react": "^0.9.38",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.3.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"glob": "^13.0.6",
"gray-matter": "^4.0.3",
"jose": "^6.2.3",
"lucide-react": "^1.14.0",
"markdown-it": "^14.1.1",
"mermaid": "^11.14.0",
"openid-client": "^6.8.4",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"shadcn": "^4.6.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tslib": "^2.8.1",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@types/node": "^22.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3",
"vitest": "^4.1.2"
}
}