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

35 lines
905 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": "oxlint -c oxlint.config.ts",
"lint:fix": "oxlint -c oxlint.config.ts --fix",
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"extract": "jiti ./modules/extractor/extract.ts"
},
"dependencies": {
"shiki": "^4.0.1"
},
"devDependencies": {
"@nuxt/fonts": "^0.14.0",
"@nuxt/kit": "^4.3.1",
"@robonen/oxlint": "workspace:*",
"@stylistic/eslint-plugin": "catalog:",
"@tailwindcss/vite": "^4.2.1",
"jiti": "^2.6.1",
"nuxt": "catalog:",
"oxlint": "catalog:",
"tailwindcss": "^4.2.1",
"ts-morph": "^27.0.2",
"vue": "catalog:",
"vue-router": "^5.0.3"
}
}