{ "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": "^5.12.0", "@stackblitz/sdk": "^1.11.0", "@vercel/analytics": "^1.3.2", "@vercel/speed-insights": "^1.0.14", "@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": "3.4.0", "blobity": "^0.2.3", "vue": "^3.5.12", "web-vitals": "^4.2.4" }, "devDependencies": { "@iconify/json": "^2.2.268", "@tooling/eslint-config": "workspace:*", "@tooling/tsconfig": "workspace:*", "@windicss/plugin-scrollbar": "^1.2.3", "dotenv": "^16.4.5", "ohmyfetch": "^0.4.21", "typedoc": "^0.26.11", "typedoc-plugin-markdown": "^4.2.10", "typedoc-plugin-merge-modules": "^6.0.3", "unplugin-auto-import": "^0.18.3", "unplugin-icons": "^0.20.0", "unplugin-vue-components": "^0.27.4", "vite-plugin-windicss": "^1.9.3", "vitepress": "^1.5.0", "windicss": "^3.5.6" } }