09433415b6
Adds a hand-authored .vue doc-sections system (intro + guide pages per package, #docs/sections map, sidebar Guide group, client-side TOC), registers @robonen/crdt, renders demos client-only, base64-encodes the server-metadata virtual, plus the MCP docs endpoint and responsive/overflow fixes across pages and tables.
37 lines
916 B
JSON
37 lines
916 B
JSON
{
|
|
"name": "@robonen/docs",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"description": "Auto-generated documentation site for @robonen/tools",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint:check": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"extract": "jiti ./modules/extractor/extract.ts"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"marked": "^18.0.5",
|
|
"shiki": "^4.0.1",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/fonts": "^0.14.0",
|
|
"@nuxt/kit": "^4.3.1",
|
|
"@robonen/eslint": "workspace:*",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"eslint": "catalog:",
|
|
"jiti": "^2.6.1",
|
|
"nuxt": "catalog:",
|
|
"tailwindcss": "^4.2.1",
|
|
"ts-morph": "^27.0.2",
|
|
"vue": "catalog:",
|
|
"vue-router": "^5.0.3"
|
|
}
|
|
}
|