Nuxt/docs/package.json

31 lines
795 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 && nuxt dev",
"build": "yarn gendocs && nuxt generate --force-build",
"build:ci": "./scripts/make-schema.sh && yarn build",
"lint:docs": "cd .. && yarn lint:docs",
"lint:docs:fix": "cd .. && yarn lint:docs:fix",
"gendocs": "jiti ./scripts/gen-docs.ts"
2021-06-07 11:49:37 +00:00
},
"devDependencies": {
"@docus/app": "1.3.5",
"@docus/github": "1.0.4",
"@docus/social-image": "1.0.3",
"@docus/theme": "1.2.2",
"@nuxt/typescript-build": "^2.1.0",
"fs-extra": "^10.1.0",
"jiti": "^1.14.0",
"pathe": "^0.3.4",
"rimraf": "^3.0.2",
"scule": "^0.3.2",
"untyped": "^0.4.5",
"vue-mq": "^1.0.1",
"vue-plausible": "^1.3.2"
},
"dependencies": {
"three": "^0.143.0"
2021-06-07 11:49:37 +00:00
}
}