9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00
Files
DivineMC/package.json
Artem Ostrasev e974771d69 [ci-skip] Use VitePress instead of Docusaurus (#7)
* [ci-skip] full rework of docs

* [ci-skip] update index page

* [ci-skip] fix logo

* [ci-skip] fix logo 2
2023-08-28 02:02:57 +03:00

11 lines
226 B
JSON

{
"type": "module",
"devDependencies": {
"vitepress": "^1.0.0-rc.7"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
}
}