mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 01:53:55 +00:00
ea02be17c7
* 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>
23 lines
549 B
JSON
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"
|
|
}
|