-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.92 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
{
"name": "portal",
"version": "0.1.0",
"private": true,
"scripts": {
"prebuild": "node scripts/postinstall.js",
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "node scripts/postinstall.js",
"lint": "biome check --write",
"lint:links": "bun run scripts/validate-links.ts",
"check": "bun run lint && bun run lint:links",
"scripts:sync-remote-docs": "bun run scripts/sync-remote-docs/index.ts",
"netlify": "netlify"
},
"dependencies": {
"@orama/orama": "^3.1.18",
"@orama/stopwords": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "^16.6.9",
"fumadocs-mdx": "^13.0.8",
"fumadocs-ui": "^16.6.9",
"geist": "^1.7.0",
"lucide-react": "^0.486.0",
"motion": "^12.34.5",
"next": "^16.1.6",
"next-intl": "^4.8.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"three": "^0.180.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.5",
"@tailwindcss/postcss": "^4.2.1",
"@types/canvas-confetti": "^1.9.0",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.14",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.180.0",
"baseline-browser-mapping": "^2.10.0",
"gray-matter": "^4.0.3",
"netlify-cli": "^23.15.1",
"next-validate-link": "^1.6.4",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"tailwindcss-motion": "^1.1.1",
"typescript": "^5.9.3"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.25.11",
"lightningcss-linux-x64-gnu": "1.30.2",
"@tailwindcss/oxide-linux-x64-gnu": "4.1.16"
},
"engines": {
"node": ">=22",
"bun": ">=1.1.0"
}
}