Nuxt/docs/package.json
Yaël Guilloux dc47c64f14
docs: use nuxt 3 and website theme (#5479)
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>
2022-10-06 11:15:30 +02:00

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"
}