{ "name": "@xyflow/monorepo", "version": "0.0.0", "description": "A highly customizable React library for building node-based editors and interactive flow charts", "repository": "git@github.com:xyflow/xyflow.git", "license": "MIT", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", "dev": "turbo run dev --parallel --concurrency 12", "dev:svelte": "turbo run dev --filter=svelte-examples...", "dev:react": "turbo run dev --filter=react-examples...", "test:svelte": "pnpm --filter=playwright run test:svelte", "test:svelte:ui": "pnpm --filter=playwright run test:svelte:ui", "test:react": "pnpm --filter=playwright run test:react", "test:react:ui": "pnpm --filter=playwright run test:react:ui", "build:all": "turbo run build", "build": "turbo run build --filter=./packages/**", "lint": "turbo run lint --filter=./packages/**", "typecheck": "turbo run typecheck --filter=./packages/**", "release": "changeset publish", "clean": "pnpm -r --parallel exec rimraf dist .turbo node_modules" }, "devDependencies": { "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.0", "@playwright/test": "^1.44.1", "concurrently": "^7.6.0", "eslint": "^8.57.0", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", "rollup": "^4.18.0", "turbo": "^2.0.3", "typescript": "5.4.5" }, "packageManager": "pnpm@9.2.0" }