mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
2facf0e594
* docs: improve seo titleTemplate and add social images * chore: update
23 lines
552 B
JSON
23 lines
552 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": "^3.0.0",
|
|
"nuxt-website-theme": "^0.1.9",
|
|
"pathe": "^1.0.0",
|
|
"scule": "^1.0.0",
|
|
"untyped": "^1.0.0"
|
|
},
|
|
"resolutions": {
|
|
"parse5": "6.0.1"
|
|
},
|
|
"packageManager": "yarn@3.3.0"
|
|
}
|