1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

feat(docs): add document generator

This commit is contained in:
2026-02-15 16:49:37 +07:00
parent a83e2bb797
commit abd6605db3
38 changed files with 9547 additions and 86 deletions

29
docs/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "@robonen/docs",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"description": "Auto-generated documentation site for @robonen/tools",
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"extract": "jiti ./modules/extractor/extract.ts"
},
"dependencies": {
"shiki": "^3.4.2"
},
"devDependencies": {
"@nuxt/fonts": "^0.11.4",
"@nuxt/kit": "^4.3.1",
"@tailwindcss/vite": "^4.1.0",
"jiti": "^2.6.1",
"nuxt": "catalog:",
"tailwindcss": "^4.1.0",
"ts-morph": "^25.0.0",
"vue": "catalog:",
"vue-router": "^4.5.1"
}
}