-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.81 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
60
61
62
63
64
{
"name": "flowgatedoc",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"analyze": "adamantite analyze",
"build": "vinext build",
"check": "bun scripts/lint.ts && adamantite check",
"dev": "vinext dev",
"fix": "adamantite fix",
"format": "adamantite format",
"lint": "oxlint",
"lint:link": "bun scripts/lint.ts",
"postinstall": "fumadocs-mdx",
"start": "vinext start"
},
"dependencies": {
"@orama/orama": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@radix-ui/react-separator": "^1.1.9",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.14",
"@radix-ui/react-tooltip": "^1.2.9",
"@radix-ui/react-visually-hidden": "^1.2.5",
"@tailwindcss/vite": "^4.3.1",
"@takumi-rs/image-response": "^0.68.17",
"fumadocs-core": "^16.9.0",
"fumadocs-mdx": "^15.0.7",
"fumadocs-ui": "^16.9.0",
"lucide-react": "^0.575.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^3.6.0",
"wrangler": "^4.100.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.40.2",
"@tailwindcss/postcss": "^4.3.1",
"@types/bun": "^1.3.14",
"@types/mdx": "^2.0.14",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vinext/cloudflare": "^0.1.1",
"@vitejs/plugin-react": "^6.0.2",
"@vitejs/plugin-rsc": "^0.5.27",
"adamantite": "^0.32.2",
"husky": "^9.1.7",
"knip": "6.6.1",
"lint-staged": "^16.4.0",
"next-validate-link": "^1.6.6",
"oxfmt": "0.46.0",
"oxlint": "1.61.0",
"oxlint-tsgolint": "0.21.1",
"postcss": "8.5.10",
"react-server-dom-webpack": "^19.2.7",
"tailwindcss": "^4.3.1",
"typescript": "^5.9.3",
"ultracite": "7.2.4",
"vinext": "^0.1.2",
"vite": "^8.0.16"
}
}