mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
28 lines
611 B
JSON
28 lines
611 B
JSON
{
|
|
"name": "ktx-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test": "node --test tests/*.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"fumadocs-core": "16.8.10",
|
|
"fumadocs-mdx": "15.0.4",
|
|
"fumadocs-ui": "16.8.10",
|
|
"next": "^16",
|
|
"react": "19.2.6",
|
|
"react-dom": "19.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.7.0",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"typescript": "^6.0",
|
|
"@tailwindcss/postcss": "^4",
|
|
"tailwindcss": "^4"
|
|
}
|
|
}
|