mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
Redirect bare /docs to the introduction page with proper metadata resolution. Add a test for the redirect. Trim the media type in the Accept header parser so whitespace around semicolons does not break markdown content negotiation. Add a test script to package.json. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
612 B
JSON
28 lines
612 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": "15.7.13",
|
|
"fumadocs-mdx": "11.10.1",
|
|
"fumadocs-ui": "15.7.13",
|
|
"next": "^15",
|
|
"react": "19.2.6",
|
|
"react-dom": "19.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.0",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"typescript": "^5.9",
|
|
"@tailwindcss/postcss": "^4",
|
|
"tailwindcss": "^4"
|
|
}
|
|
}
|