Nuxt/docs/package.json

23 lines
560 B
JSON
Raw Normal View History

2021-06-07 11:49:37 +00:00
{
"name": "docs",
"private": true,
2021-06-07 11:49:37 +00:00
"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"
2021-06-07 11:49:37 +00:00
},
"devDependencies": {
"jiti": "^1.16.2",
"nuxt": "npm:nuxt3@latest",
2023-01-21 13:42:30 +00:00
"nuxt-website-theme": "^0.3.11",
"pathe": "^1.0.0",
"scule": "^1.0.0",
"untyped": "^1.2.2"
},
"resolutions": {
"parse5": "6.0.1"
},
"packageManager": "yarn@3.3.1"
2021-06-07 11:49:37 +00:00
}