mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 15:42:09 +00:00
052edd220d
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
26 lines
634 B
JSON
26 lines
634 B
JSON
{
|
|
"private": true,
|
|
"name": "docs",
|
|
"scripts": {
|
|
"dev": "yarn gendocs && nuxt dev",
|
|
"build": "yarn gendocs && nuxt generate --force-build",
|
|
"gendocs": "unbuild && jiti ./scripts/gen-docs.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@docus/app": "^1.0.38",
|
|
"@docus/github": "^1.0.3",
|
|
"@docus/social-image": "^1.0.2",
|
|
"@docus/theme": "^1.0.7",
|
|
"@docus/twitter": "^1.0.3",
|
|
"@nuxt/typescript-build": "^2.1.0",
|
|
"fs-extra": "^10.0.0",
|
|
"jiti": "^1.11.0",
|
|
"mkdirp": "^1.0.4",
|
|
"rimraf": "^3.0.2",
|
|
"scule": "^0.2.1",
|
|
"unbuild": "^0.4.0",
|
|
"untyped": "^0.2.7",
|
|
"upath": "^2.0.1"
|
|
}
|
|
}
|