docs: replace vuepress docs dir with vitepress docs dir

This commit is contained in:
braks
2022-07-30 15:50:06 +02:00
committed by Braks
parent 21702daf1e
commit f2b169145c
179 changed files with 122 additions and 8131 deletions

View File

@@ -1,41 +1,39 @@
{
"name": "docs",
"version": "0.0.0",
"name": "docs2",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "pnpm run typedoc && vuepress dev src",
"build": "pnpm run typedoc && vuepress build src",
"dev": "pnpm run typedoc && vitepress dev src",
"build": "pnpm run typedoc && vitepress build src",
"serve": "vitepress serve src",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"typedoc": "typedoc --options ./typedoc.json"
"typedoc": "typedoc --options ./typedoc.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@algolia/client-search": "^4.14.2",
"@animxyz/core": "^0.6.6",
"@animxyz/vue3": "^0.6.7",
"@braks/vue-flow": "workspace:*",
"@stackblitz/sdk": "^1.8.0",
"@vue/repl": "1.1.2",
"blobity": "^0.1.7",
"blobity": "^0.2.1",
"canvas-confetti": "^1.5.1"
},
"devDependencies": {
"@iconify/json": "^2.1.81",
"@iconify/json": "^2.1.85",
"@types/canvas-confetti": "^1.4.3",
"@types/node": "^18.0.6",
"@vuepress/bundler-vite": "^2.0.0-beta.49",
"@vuepress/plugin-docsearch": "^2.0.0-beta.49",
"@vuepress/plugin-pwa": "^2.0.0-beta.49",
"@types/node": "^18.6.2",
"@windicss/plugin-scrollbar": "^1.2.3",
"dotenv": "^16.0.1",
"ohmyfetch": "^0.4.18",
"typedoc": "^0.22.18",
"typedoc-plugin-markdown": "^3.13.4",
"unplugin-auto-import": "^0.9.5",
"unplugin-icons": "^0.14.7",
"unplugin-vue-components": "^0.19.9",
"unplugin-auto-import": "^0.10.3",
"unplugin-icons": "^0.14.8",
"unplugin-vue-components": "^0.21.2",
"vite-plugin-windicss": "^1.8.7",
"vuepress": "^2.0.0-beta.49",
"vuepress-plugin-seo2": "^2.0.0-beta.84",
"vuepress-plugin-sitemap2": "^2.0.0-beta.84",
"vitepress": "^1.0.0-alpha.4",
"windicss": "^3.5.6"
}
}