mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-02-04 21:04:32 -06:00
33 lines
799 B
JSON
33 lines
799 B
JSON
{
|
|
"name": "pterodactyl-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"@orama/orama": "^3.1.17",
|
|
"fumadocs-core": "16.2.5",
|
|
"fumadocs-mdx": "14.1.1",
|
|
"fumadocs-ui": "16.2.5",
|
|
"lucide-react": "^0.556.0",
|
|
"next": "16.0.10",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^24.10.2",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|