{ "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": "vue-docgen -c docgen.config.js && cd profectus && typedoc --logLevel Verbose --plugin typedoc-vitepress-theme --plugin typedoc-plugin-markdown --plugin typedoc-plugin-mdn-links --skipErrorChecking && cd .. && node postProcess.js" }, "repository": "git+https://code.incremental.social/profectus/profectus-docs.git", "author": "thepaperpilot", "license": "ISC", "bugs": { "url": "https://code.incremental.social/profectus/profectus-docs/issues" }, "homepage": "https://code.incremental.social/profectus/profectus-docs#readme", "dependencies": { "tm-themes": "^1.9.5", "typedoc": "^0.27.6", "typedoc-plugin-dt-links": "^1.1.4", "typedoc-plugin-markdown": "^4.3.3", "typedoc-plugin-mdn-links": "^4.0.6", "typedoc-vitepress-theme": "^1.1.1", "typescript": "~5.5.4", "vitepress": "^1.5.0", "vue-docgen-cli": "^4.79.0" }, "private": true, "devDependencies": { "@pixi/app": "^6.5.10", "@pixi/constants": "~6.5.10", "@pixi/core": "^6.5.10", "@pixi/display": "~6.5.10", "@pixi/math": "~6.5.10", "@pixi/particle-emitter": "^5.0.7", "@pixi/sprite": "~6.5.10", "@pixi/ticker": "~6.5.10", "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "is-plain-object": "^5.0.0", "lz-string": "^1.5.0", "nanoevents": "^9.0.0", "unofficial-galaxy-sdk": "git+https://code.incremental.social/thepaperpilot/unofficial-galaxy-sdk.git#1.0.1", "vite": "^5.1.8", "vite-plugin-pwa": "^0.20.5", "vite-tsconfig-paths": "^4.3.0", "vue": "^3.5.13", "vue-next-select": "^2.10.5", "vue-panzoom": "https://github.com/thepaperpilot/vue-panzoom.git", "vue-textarea-autosize": "^1.1.1", "vue-toastification": "^2.0.0-rc.5", "vuedraggable": "^4.1.0" } }