feat(docs): replace vitepress with vuepress

* vitepress too limited
This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 981511c76f
commit 3bbe92a4ea
31 changed files with 885 additions and 501 deletions
+10 -12
View File
@@ -5,29 +5,27 @@
"license": "MIT",
"author": "Burak Cakmakoglu<brainbraks@googlemail.com>",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"dev": "vuepress dev src",
"build": "vuepress build src",
"serve": "vuepress serve",
"data": "node data.js"
},
"dependencies": {
"@braks/vue-flow": "^0.4.0-29"
},
"devDependencies": {
"@iconify/json": "^2.1.22",
"@types/escape-html": "^1.0.1",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.23",
"@types/prismjs": "^1.26.0",
"@vuepress/bundler-vite": "^2.0.0-beta.37",
"@vuepress/plugin-docsearch": "^2.0.0-beta.37",
"@windicss/plugin-scrollbar": "^1.2.3",
"dotenv": "^16.0.0",
"escape-html": "^1.0.3",
"markdown-it": "^12.3.2",
"ohmyfetch": "^0.4.15",
"prismjs": "^1.27.0",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.18.5",
"vite-plugin-windicss": "^1.8.3",
"vite-svg-loader": "^3.2.0",
"vitepress": "^0.22.3",
"vue": "3.2.21",
"vue-demi": "^0.12.5",
"vuepress": "^2.0.0-beta.37",
"windicss": "^3.5.1"
}
}