Nuxt/docs/package.json
renovate[bot] f314e9d541
chore(deps): update all non-major dependencies (#10095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-14 01:04:38 +00:00

23 lines
559 B
JSON

{
"name": "docs",
"private": true,
"scripts": {
"dev": "yarn gendocs && nuxi dev",
"build": "yarn gendocs && nuxi build",
"build:ci": "cd .. && corepack enable && pnpm install && pnpm build:stub && cd docs && yarn build",
"gendocs": "jiti ./scripts/gen-docs.ts"
},
"devDependencies": {
"jiti": "^1.16.2",
"nuxt": "npm:nuxt3@latest",
"nuxt-website-theme": "^0.3.6",
"pathe": "^1.0.0",
"scule": "^1.0.0",
"untyped": "^1.2.2"
},
"resolutions": {
"parse5": "6.0.1"
},
"packageManager": "yarn@3.3.1"
}