-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.65 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
{
"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",
"typecheck": "tsc --noEmit",
"gen:cf-types": "wrangler types",
"gen:fumadocs": "fumadocs-mdx",
"gen:references": "node scripts/generate-references.ts"
},
"dependencies": {
"@base-ui/react": "1.6.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.63.0",
"@sentry/tanstackstart-react": "10.63.0",
"@tanstack/react-router": "1.170.17",
"@tanstack/react-start": "1.168.27",
"@types/mdx": "2.0.14",
"clsx": "2.1.1",
"date-fns": "4.4.0",
"fumadocs-core": "16.10.7",
"fumadocs-mdx": "15.0.13",
"fumadocs-ui": "16.10.7",
"jose": "6.2.3",
"react": "19.2.7",
"react-dom": "19.2.7",
"tailwind-merge": "3.6.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.44.0",
"@sentry/vite-plugin": "5.4.0",
"@tailwindcss/vite": "4.3.2",
"@types/node": "26.1.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.3",
"oxfmt": "0.58.0",
"oxlint": "1.73.0",
"oxlint-tsgolint": "0.24.0",
"tailwindcss": "4.3.2",
"typedoc": "0.28.20",
"typescript": "6.0.3",
"vite": "8.1.4",
"wrangler": "4.110.0"
},
"packageManager": "yarn@4.17.1"
}