{ "name": "profectus-docs", "version": "1.0.0", "description": "Documentation for the Profectus Engine", "main": "index.js", "scripts": { "serve": "vitepress serve docs", "dev": "vitepress dev docs", "build": "vitepress build docs", "generate": "tsc --project ./profectus-theme && cd profectus && vue-typedoc --logLevel Verbose --plugin ../typedoc-theme/index.js --theme profectus --plugin typedoc-plugin-markdown --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links && cd .. && vue-docgen -c docgen.config.js && node copyComponents.js" }, "repository": "git+https://github.com/profectus-engine/profectus-docs.git", "author": "thepaperpilot", "license": "ISC", "bugs": { "url": "https://github.com/profectus-engine/profectus-docs/issues" }, "homepage": "https://github.com/profectus-engine/profectus-docs#readme", "dependencies": { "vitepress": "^0.22.3" }, "private": true, "devDependencies": { "@ivanv/vue-collapse-transition": "^1.0.2", "@pixi/particle-emitter": "^5.0.5", "@types/lz-string": "^1.3.34", "@types/webpack-env": "^1.16.3", "lz-string": "^1.4.4", "nanoevents": "^6.0.2", "particles.vue3": "^2.0.3", "pixi.js": "^6.3.0", "tsparticles": "^2.0.3", "typedoc": "^0.22.13", "typedoc-plugin-markdown": "^3.11.14", "typedoc-plugin-mdn-links": "^1.0.5", "typedoc-plugin-rename-defaults": "^0.4.0", "typescript": "~4.5.5", "vue-docgen-cli": "^4.44.17", "vue-next-select": "^2.10.2", "vue-panzoom": "^1.1.6", "vue-textarea-autosize": "^1.1.1", "vue-toastification": "^2.0.0-rc.1", "vue-typedoc": "https://github.com/thepaperpilot/vue-typedoc.git", "vuedraggable": "^2.24.3" } }