40 lines
1.5 KiB
JSON
40 lines
1.5 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 && cd profectus && vue-typedoc --logLevel Verbose --plugin ../typedoc-theme/index.js --theme profectus --plugin typedoc-plugin-markdown --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links && cd .. && vue-docgen -c docgen.config.js && node copyComponents.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": "^0.22.3"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@ivanv/vue-collapse-transition": "^1.0.2",
|
|
"@types/webpack-env": "^1.16.3",
|
|
"nanoevents": "^6.0.2",
|
|
"typedoc": "^0.22.13",
|
|
"typedoc-plugin-markdown": "^3.11.14",
|
|
"typedoc-plugin-mdn-links": "^1.0.5",
|
|
"typedoc-plugin-rename-defaults": "^0.4.0",
|
|
"typescript": "~4.5.5",
|
|
"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",
|
|
"vuedraggable": "^2.24.3"
|
|
}
|
|
}
|