profectus-docs/package.json
thepaperpilot 44a689afb4
All checks were successful
Build and Deploy / build-and-deploy (push) Has been skipped
Update source code links and references to incremental.social
2024-02-18 09:52:22 -06:00

50 lines
1.9 KiB
JSON

{
"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://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": {
"vitepress": "^1.0.0-rc.22"
},
"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": "^5.0.2",
"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"
}
}