Nuxt/docs/package.json
CarolinaDelerue eef13a98a7
docs: add community page (#9519)
* docs: add community page

* update background images  and remove gradient

* rename components

* docs(community): update landing page content

* chore: bump website-theme to 0.1.23

* chore: remove unused assets

* chore: lint docs

Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
2022-12-14 09:52:19 +01:00

23 lines
553 B
JSON

{
"name": "docs",
"private": true,
"scripts": {
"dev": "yarn gendocs && nuxi dev",
"build": "yarn gendocs && nuxi generate",
"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.1.23",
"pathe": "^1.0.0",
"scule": "^1.0.0",
"untyped": "^1.0.0"
},
"resolutions": {
"parse5": "6.0.1"
},
"packageManager": "yarn@3.3.0"
}