mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
dc47c64f14
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: Pooya Parsa <pooya@pi0.io> Co-authored-by: pooya parsa <pyapar@gmail.com> Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
19 lines
503 B
JSON
19 lines
503 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/website": "0.1.4",
|
|
"jiti": "^1.14.0",
|
|
"nuxt": "^3.0.0-rc.11"
|
|
},
|
|
"packageManager": "yarn@3.2.1"
|
|
}
|