-
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) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 2.03 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": "@gwigz/slua-web",
"private": true,
"scripts": {
"prebuild": "mkdir -p lib && tsc -p ../../packages/json && tsc -p ../../packages/tstl-plugin && sed 's/^declare /export declare /' ../../packages/types/index.d.ts > lib/slua-types.d.ts && bun ../../tools/gen-api-docs/generate-ll.ts && bun ../../tools/gen-api-docs/generate-globals.ts && bun scripts/generate-playground-libs.ts && bun scripts/generate-landing-examples.ts && bun x vite build -c vite.worker.config.ts",
"build": "next build",
"dev": "next dev",
"start": "serve out",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@fontsource-variable/sora": "^5.2.8",
"@fontsource/fira-code": "^5.2.7",
"@gwigz/slua-json": "workspace:*",
"@gwigz/slua-types": "workspace:*",
"@monaco-editor/react": "^4.6.0",
"@orama/orama": "^3.1.18",
"@shikijs/twoslash": "^4.0.2",
"@tabler/icons-react": "^3.40.0",
"@takumi-rs/image-response": "^1.0.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "16.9.3",
"fumadocs-mdx": "15.0.11",
"fumadocs-typescript": "^5.2.2",
"fumadocs-ui": "16.9.3",
"lucide-react": "^1.7.0",
"lz-string": "^1.5.0",
"next": "16.2.9",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0",
"twoslash": "^0.3.6"
},
"devDependencies": {
"@gwigz/slua-modules": "workspace:*",
"@gwigz/slua-tstl-plugin": "workspace:*",
"@gwigz/tstl-bundle-flatten": "^1.0.0",
"@tailwindcss/postcss": "^4.2.2",
"@types/mdx": "^2.0.13",
"@types/node": "^26.0.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"path-browserify": "^1.0.1",
"postcss": "^8.5.8",
"process": "^0.11.10",
"serve": "^14.2.6",
"stream-browserify": "^3.0.0",
"tailwindcss": "^4.2.2",
"typescript": "6.0.3",
"vite": "^8.0.0"
}
}