profectus-docs/package.json

51 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2022-03-01 01:51:29 +00:00
{
"name": "profectus-docs",
"version": "1.0.0",
"description": "Documentation for the Profectus Engine",
"main": "index.js",
"scripts": {
2022-03-11 03:10:53 +00:00
"serve": "vitepress serve docs",
"dev": "vitepress dev docs",
"build": "vitepress build docs",
2023-04-05 12:44:37 +00:00
"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"
2022-03-01 01:51:29 +00:00
},
"repository": "git+https://code.incremental.social/profectus/profectus-docs.git",
2022-03-01 01:51:29 +00:00
"author": "thepaperpilot",
"license": "ISC",
"bugs": {
"url": "https://code.incremental.social/profectus/profectus-docs/issues"
2022-03-01 01:51:29 +00:00
},
"homepage": "https://code.incremental.social/profectus/profectus-docs#readme",
2022-03-01 01:51:29 +00:00
"dependencies": {
2023-10-15 06:51:41 +00:00
"vitepress": "^1.0.0-rc.22"
2022-03-01 01:51:29 +00:00
},
2022-03-08 06:26:33 +00:00
"private": true,
"devDependencies": {
2023-04-05 12:44:37 +00:00
"@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",
2022-05-02 00:52:20 +00:00
"@types/lz-string": "^1.3.34",
2022-07-10 03:14:13 +00:00
"is-plain-object": "^5.0.0",
2022-05-02 00:52:20 +00:00
"lz-string": "^1.4.4",
2022-03-08 06:26:33 +00:00
"nanoevents": "^6.0.2",
2023-04-05 12:44:37 +00:00
"typedoc": "^0.23.28",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc-plugin-mdn-links": "^3.0.3",
2023-04-17 03:04:41 +00:00
"typescript": "^5.0.2",
2023-04-05 12:44:37 +00:00
"vitest": "^0.29.3",
"vue-docgen-cli": "^4.66.0",
2022-03-08 06:26:33 +00:00
"vue-next-select": "^2.10.2",
2023-04-05 12:44:37 +00:00
"vue-panzoom": "https://github.com/thepaperpilot/vue-panzoom.git",
2022-03-08 06:26:33 +00:00
"vue-textarea-autosize": "^1.1.1",
"vue-toastification": "^2.0.0-rc.1",
2023-04-05 12:44:37 +00:00
"vue-transition-expand": "^0.1.0",
"vue-typedoc": "https://github.com/thepaperpilot/vue-typedoc.git",
2023-04-05 12:44:37 +00:00
"vuedraggable": "^4.1.0"
2022-03-08 06:26:33 +00:00
}
2022-03-01 01:51:29 +00:00
}