Files
vue-flow/docs/package.json
2023-06-08 18:50:35 +02:00

49 lines
1.5 KiB
JSON

{
"name": "@vue-flow/docs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "pnpm run typedoc:md && vitepress dev src",
"build": "pnpm run typedoc:md && vitepress build src",
"serve": "vitepress serve src",
"lint": "eslint --ext .js,.ts,.vue ./",
"typedoc:md": "typedoc --options ./typedoc.md.json",
"typedocs": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@algolia/client-search": "^4.17.1",
"@animxyz/core": "^0.6.6",
"@animxyz/vue3": "^0.6.7",
"@stackblitz/sdk": "^1.9.0",
"@vercel/analytics": "^1.0.1",
"@vue-flow/background": "workspace:*",
"@vue-flow/controls": "workspace:*",
"@vue-flow/core": "workspace:*",
"@vue-flow/minimap": "workspace:*",
"@vue-flow/node-resizer": "workspace:*",
"@vue-flow/node-toolbar": "workspace:*",
"@vue/repl": "1.4.1",
"blobity": "^0.2.3",
"vue": "3.2.47",
"web-vitals": "^3.3.2"
},
"devDependencies": {
"@iconify/json": "^2.2.73",
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.1.0",
"@windicss/plugin-scrollbar": "^1.2.3",
"dotenv": "^16.1.3",
"ohmyfetch": "^0.4.21",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^3.15.3",
"typedoc-plugin-merge-modules": "^5.0.1",
"unplugin-auto-import": "^0.14.4",
"unplugin-icons": "^0.16.2",
"unplugin-vue-components": "^0.25.0",
"vite-plugin-windicss": "^1.9.0",
"vitepress": "1.0.0-beta.1",
"windicss": "^3.5.6"
}
}