mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
42c5428ee9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
31 lines
795 B
JSON
31 lines
795 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "yarn gendocs && nuxt dev",
|
|
"build": "yarn gendocs && nuxt 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"
|
|
},
|
|
"devDependencies": {
|
|
"@docus/app": "1.3.5",
|
|
"@docus/github": "1.0.4",
|
|
"@docus/social-image": "1.0.3",
|
|
"@docus/theme": "1.2.2",
|
|
"@nuxt/typescript-build": "^2.1.0",
|
|
"fs-extra": "^10.1.0",
|
|
"jiti": "^1.14.0",
|
|
"pathe": "^0.3.0",
|
|
"rimraf": "^3.0.2",
|
|
"scule": "^0.2.1",
|
|
"untyped": "^0.4.4",
|
|
"vue-mq": "^1.0.1",
|
|
"vue-plausible": "^1.3.1"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.141.0"
|
|
}
|
|
}
|