mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 15:10:58 +00:00
* docs: add newsletter sections * chore: update * chore: add newsletter page * chore: bump version of theme * chore: update theme * chore: up * chore(docs): update to edge nuxt/nitropack Co-authored-by: Daniel Roe <daniel@roe.dev>
23 lines
559 B
JSON
23 lines
559 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.2",
|
|
"nuxt": "npm:nuxt3@latest",
|
|
"nuxt-website-theme": "^0.3.3",
|
|
"pathe": "^1.0.0",
|
|
"scule": "^1.0.0",
|
|
"untyped": "^1.2.1"
|
|
},
|
|
"resolutions": {
|
|
"parse5": "6.0.1"
|
|
},
|
|
"packageManager": "yarn@3.3.1"
|
|
}
|