mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
21 lines
584 B
JSON
21 lines
584 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": {
|
|
"@nuxt-themes/docus": "npm:@nuxt-themes/docus-edge@0.1.0-2a7c428",
|
|
"@nuxt-themes/website": "0.1.7",
|
|
"jiti": "^1.16.0",
|
|
"nuxt": "^3.0.0-rc.11",
|
|
"pathe": "^0.3.9",
|
|
"scule": "^0.3.2",
|
|
"untyped": "^0.5.0"
|
|
},
|
|
"packageManager": "yarn@3.2.4"
|
|
}
|