{ "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", "typecheck": "turbo run typecheck", "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", "@preconstruct/cli": "^2.2.1", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "latest", "autoprefixer": "^10.4.8", "concurrently": "^7.6.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.21", "postcss-cli": "^10.1.0", "postcss-combine-duplicated-selectors": "^10.0.3", "postcss-import": "^15.1.0", "postcss-nested": "^6.0.0", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", "rollup": "^3.19.1", "turbo": "^1.8.3", "typescript": "^4.9.4" } }