mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
20 lines
574 B
JSON
20 lines
574 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "yarn gendocs && nuxi dev",
|
|
"build": "yarn gendocs && nuxi generate --force-build",
|
|
"build:ci": "./scripts/make-schema.sh && yarn build",
|
|
"lint:docs": "cd .. && yarn lint:docs",
|
|
"lint:docs:fix": "cd .. && yarn lint:docs:fix",
|
|
"gendocs": "jiti ./scripts/gen-docs.ts"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt-themes/docus": "npm:@nuxt-themes/docus-edge@0.1.0-2a7c428",
|
|
"@nuxt-themes/website": "0.1.6",
|
|
"jiti": "^1.16.0",
|
|
"nuxt": "^3.0.0-rc.11"
|
|
},
|
|
"packageManager": "yarn@3.2.4"
|
|
}
|