-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.51 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
{
"name": "vrchat-community",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "wrangler types && next build",
"dev": "next dev",
"start": "serve out",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "eslint"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.12.0",
"@orama/orama": "^3.1.18",
"@takumi-rs/image-response": "^0.72.0",
"fumadocs-core": "16.6.17",
"fumadocs-mdx": "14.2.10",
"fumadocs-openapi": "^10.3.18",
"fumadocs-twoslash": "^3.1.14",
"fumadocs-ui": "16.6.17",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0",
"tiny-invariant": "^1.3.3",
"twoslash": "^0.3.6",
"vrchat": "^2.21.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@ariesclark/eslint-config": "^3.1.1",
"@octokit/types": "^16.0.0",
"@tailwindcss/postcss": "^4.2.1",
"@types/mdx": "^2.0.13",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"browserslist-config-baseline": "^0.5.0",
"eslint": "^10.0.3",
"eslint-config-next": "16.1.6",
"octokit": "^5.0.5",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"postcss": "^8.5.8",
"serve": "^14.2.6",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"wrangler": "^4.73.0"
},
"browserslist": [
"extends browserslist-config-baseline/2024"
]
}