{ "name": "@reactflow/monorepo", "version": "0.0.0", "description": "A highly customizable React library for building node-based editors and interactive flow charts", "repository": "git@github.com:wbkd/react-flow.git", "license": "MIT", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", "dev": "turbo run dev", "build": "turbo run build", "test": "turbo run test", "lint": "turbo run lint", "release": "changeset publish", "clean": "pnpm -r --parallel exec rimraf dist .turbo" }, "devDependencies": { "@changesets/changelog-github": "^0.4.6", "@changesets/cli": "^2.24.3", "@preconstruct/cli": "^2.2.1", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "latest", "autoprefixer": "^10.4.8", "concurrently": "^7.4.0", "cypress": "^10.6.0", "eslint": "^8.22.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "latest", "postcss": "^8.4.16", "postcss-cli": "^10.0.0", "postcss-combine-duplicated-selectors": "^10.0.3", "postcss-import": "^14.1.0", "postcss-nested": "^5.0.6", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", "rollup": "^2.79.0", "start-server-and-test": "^1.14.0", "turbo": "^1.4.6", "typescript": "^4.7.4" } }