-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.64 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
{
"name": "webview-bundle-website",
"private": true,
"type": "module",
"scripts": {
"postinstall": "yarn gen:fumadocs",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"deploy": "yarn build && wrangler deploy",
"lint": "oxlint --type-aware",
"lint:fix": "oxlint --type-aware --fix",
"format": "oxfmt",
"gen:cf-types": "wrangler types",
"gen:fumadocs": "fumadocs-mdx"
},
"dependencies": {
"@base-ui/react": "1.5.0",
"@date-fns/tz": "1.5.0",
"@fontsource-variable/inter": "5.2.8",
"@fontsource-variable/jetbrains-mono": "5.2.8",
"@orama/orama": "3.1.18",
"@sentry/cloudflare": "10.53.1",
"@sentry/tanstackstart-react": "10.53.1",
"@tanstack/react-router": "1.170.8",
"@tanstack/react-start": "1.168.11",
"@types/mdx": "2.0.13",
"clsx": "2.1.1",
"date-fns": "4.3.0",
"fumadocs-core": "16.7.16",
"fumadocs-mdx": "14.3.0",
"fumadocs-ui": "16.7.16",
"garu-ko": "0.9.7",
"garu-orama-tokenizer": "0.4.1",
"jose": "6.2.3",
"react": "19.2.6",
"react-dom": "19.2.6",
"tailwind-merge": "3.5.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.38.0",
"@sentry/vite-plugin": "5.3.0",
"@tailwindcss/vite": "4.3.0",
"@types/node": "^24",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.2",
"oxfmt": "0.51.0",
"oxlint": "1.66.0",
"oxlint-tsgolint": "0.23.0",
"tailwindcss": "4.3.0",
"typescript": "6.0.3",
"vite": "8.0.14",
"wrangler": "4.94.0"
},
"resolutions": {
"garu-ko": "0.9.7"
},
"packageManager": "yarn@4.15.0"
}