Files
hctv/apps/docs/package.json
2025-08-31 19:05:39 +02:00

29 lines
676 B
JSON

{
"name": "@hctv/docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo -p 3727",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"next": "15.5.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"fumadocs-ui": "15.7.7",
"fumadocs-core": "15.7.7",
"fumadocs-mdx": "11.8.2"
},
"devDependencies": {
"@types/node": "24.3.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"typescript": "^5.9.2",
"@types/mdx": "^2.0.13",
"@tailwindcss/postcss": "^4.1.12",
"tailwindcss": "^4.1.12",
"postcss": "^8.5.6"
}
}