Nuxt/docs/package.json
Carolina Delerue ea02be17c7
docs: add docs landing page (#9706)
* wip

* wip

* wip

* wip

* docs: add docs landing

* docs: update wording and structure

* docs(landing): minor tweaks

* docs(landing): update links

* docs(landing): update images

* docs(landing): minor tweaks

* docs(landing): update title

* docs(cards): fix cards

* docs(landing): update landing and introduction heros

* docs(landing): add extra slot to avoid hydration mismatch

* docs(theme): bump version to 0.2.1

Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-12-23 13:15:12 +01:00

23 lines
549 B
JSON

{
"name": "docs",
"private": true,
"scripts": {
"dev": "yarn gendocs && nuxi dev",
"build": "yarn gendocs && nuxi build",
"build:ci": "cd .. && corepack enable && pnpm install && pnpm build:stub && cd docs && yarn build",
"gendocs": "jiti ./scripts/gen-docs.ts"
},
"devDependencies": {
"jiti": "^1.16.0",
"nuxt": "^3.0.0",
"nuxt-website-theme": "^0.2.1",
"pathe": "^1.0.0",
"scule": "^1.0.0",
"untyped": "^1.2.0"
},
"resolutions": {
"parse5": "6.0.1"
},
"packageManager": "yarn@3.3.1"
}