profectus-docs/package.json

44 lines
1.6 KiB
JSON
Raw 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",
2022-07-14 05:25:11 +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 && cd .. && rm docs/api/modules/main.md && node postProcess.js"
2022-03-01 01:51:29 +00:00
},
"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": {
2022-07-14 05:25:11 +00:00
"vitepress": "^1.0.0-alpha.4"
2022-03-01 01:51:29 +00:00
},
2022-03-08 06:26:33 +00:00
"private": true,
"devDependencies": {
2022-05-02 00:52:20 +00:00
"@pixi/particle-emitter": "^5.0.5",
"@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",
2022-05-02 00:52:20 +00:00
"pixi.js": "^6.3.0",
2022-07-10 07:21:02 +00:00
"typedoc": "^0.23.7",
2022-07-10 08:03:55 +00:00
"typedoc-plugin-markdown": "^3.13.2",
"typedoc-plugin-mdn-links": "^2.0.0",
2022-07-10 07:21:02 +00:00
"typescript": "^4.7.4",
2022-07-10 04:03:46 +00:00
"vitest": "^0.17.1",
2022-03-08 06:26:33 +00:00
"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",
2022-03-08 06:26:33 +00:00
"vuedraggable": "^2.24.3"
}
2022-03-01 01:51:29 +00:00
}