Nuxt/docs/package.json
pooya parsa d991a55ec3
v3.0.0 (#9051)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-11-16 15:56:11 +01:00

23 lines
562 B
JSON

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