docs: update typedocs config to support new module structure

This commit is contained in:
braks
2022-10-08 21:19:54 +02:00
committed by Braks
parent c1bcc02797
commit afb3fc7b49
8 changed files with 47 additions and 53 deletions

View File

@@ -10,16 +10,16 @@
"typedoc": "typedoc --options ./typedoc.json"
},
"dependencies": {
"vue": "^3.2.37",
"@algolia/client-search": "^4.14.2",
"@animxyz/core": "^0.6.6",
"@animxyz/vue3": "^0.6.7",
"@stackblitz/sdk": "^1.8.0",
"@vue-flow/additional-components": "workspace:*",
"@vue-flow/core": "workspace:*",
"@stackblitz/sdk": "^1.8.0",
"@vue/repl": "1.1.2",
"blobity": "^0.2.1",
"canvas-confetti": "^1.5.1"
"canvas-confetti": "^1.5.1",
"vue": "^3.2.37"
},
"devDependencies": {
"@iconify/json": "^2.1.95",
@@ -30,6 +30,7 @@
"ohmyfetch": "^0.4.18",
"typedoc": "^0.22.18",
"typedoc-plugin-markdown": "^3.13.4",
"typedoc-plugin-merge-modules": "^4.0.1",
"unplugin-auto-import": "^0.10.3",
"unplugin-icons": "^0.14.8",
"unplugin-vue-components": "^0.21.2",