-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "astro build",
"dev": "astro dev --port 3001",
"format": "oxfmt && oxlint --fix",
"format:check": "oxfmt --check",
"lint": "oxlint",
"preview": "astro preview --port 3001",
"start": "node ./dist/server/entry.mjs",
"typecheck": "astro check && tsc --noEmit"
},
"dependencies": {
"@astrojs/cloudflare": "^14.3.1",
"@astrojs/markdown-remark": "^7.3.1",
"@astrojs/mdx": "^8.0.1",
"@astrojs/react": "6.0.5",
"@base-ui/react": "1.8.0",
"@faststats/web": "0.9.0",
"@fontsource-variable/geist": "^5.3.0",
"@fontsource-variable/geist-mono": "^5.3.0",
"astro": "^7.3.2",
"class-variance-authority": "^0.7.1",
"cn": "0.3.0",
"fumadocs-core": "16.15.11",
"fumadocs-openapi": "11.4.3",
"fumadocs-ui": "16.15.11",
"lucide-react": "1.45.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"takumi-js": "^2.14.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@tailwindcss/vite": "4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^26.5.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"oxfmt": "0.67.0",
"oxlint": "1.82.0",
"tailwindcss": "^4.3.3",
"typescript": "6.0.3",
"wrangler": "^4.132.0"
},
"packageManager": "bun@1.4.2"
}