-
-
Notifications
You must be signed in to change notification settings - Fork 157
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.01 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.01 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
65
66
67
68
69
70
{
"name": "hytale-modding",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "bun run prebuild.ts && next build",
"dev": "bun run prebuild.ts && next dev",
"start": "next start",
"types:check": "fumadocs-mdx && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "eslint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@fillout/react": "^3.1.2",
"@mdx-js/mdx": "^3.1.1",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "16.2.3",
"fumadocs-mdx": "14.1.0",
"fumadocs-ui": "16.2.3",
"gray-matter": "^4.0.3",
"lucide-react": "^0.559.0",
"mathjs": "^14.9.1",
"motion": "^12.38.0",
"next": "16.1.5",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.6",
"posthog-js": "^1.369.3",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.6.0",
"react-medium-image-zoom": "^5.4.3",
"react-use": "^17.6.0",
"tailwind-merge": "^3.5.0",
"vite": "^7.3.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4.2.3",
"@types/bun": "^1.3.12",
"@types/mdx": "^2.0.13",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "16.0.7",
"postcss": "^8.5.10",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.3",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"overrides": {
"protobufjs": "^7.5.5"
}
}