{ "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 && vue-docgen -c docgen.config.js && cd profectus && vue-typedoc --logLevel Verbose --plugin ../typedoc-theme/index.js --theme profectus --plugin typedoc-plugin-markdown --plugin typedoc-plugin-mdn-links --skipErrorChecking && cd .. && rm docs/api/modules/main.md && node postProcess.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": "^1.0.0-alpha.65" }, "private": true, "devDependencies": { "@pixi/app": "~6.3.2", "@pixi/constants": "~6.3.2", "@pixi/core": "~6.3.2", "@pixi/display": "~6.3.2", "@pixi/math": "~6.3.2", "@pixi/particle-emitter": "^5.0.7", "@pixi/sprite": "~6.3.2", "@pixi/ticker": "~6.3.2", "@types/lz-string": "^1.3.34", "is-plain-object": "^5.0.0", "lz-string": "^1.4.4", "nanoevents": "^6.0.2", "typedoc": "^0.23.28", "typedoc-plugin-markdown": "^3.14.0", "typedoc-plugin-mdn-links": "^3.0.3", "typescript": "^4.7.4", "vitest": "^0.29.3", "vue-docgen-cli": "^4.66.0", "vue-next-select": "^2.10.2", "vue-panzoom": "https://github.com/thepaperpilot/vue-panzoom.git", "vue-textarea-autosize": "^1.1.1", "vue-toastification": "^2.0.0-rc.1", "vue-transition-expand": "^0.1.0", "vue-typedoc": "https://github.com/thepaperpilot/vue-typedoc.git", "vuedraggable": "^4.1.0" } }