{ "name": "react-flow-renderer", "version": "6.1.1", "main": "dist/ReactFlow.js", "module": "dist/ReactFlow.esm.js", "types": "dist/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wbkd/react-flow.git" }, "scripts": { "build": "rollup -c --environment NODE_ENV:production", "start": "rollup -w -c", "dev": "npm run build && npm start & cd example && npm start", "start:dev": "npm run build && cd example && npm start", "dev:wait": "start-server-and-test start:dev http-get://localhost:3000", "build:dev": "npm install && npm run build && cd example && npm install && npm run build", "build:website": "cd website && npm install && GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true npm run build", "cy:open": "cypress open", "cypress": "npm run dev:wait cy:open", "test:chrome": "cypress run --browser chrome --headless", "test:firefox": "cypress run --browser firefox", "test:all": "npm run test:chrome && npm run test:firefox", "test": "npm run dev:wait test:chrome", "release": "release-it" }, "dependencies": { "@welldone-software/why-did-you-render": "^4.3.2", "classcat": "^4.1.0", "d3-selection": "^2.0.0", "d3-zoom": "^2.0.0", "easy-peasy": "^3.3.1", "fast-deep-equal": "^3.1.3", "react-draggable": "^4.4.3", "resize-observer": "^1.0.0" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@babel/preset-react": "^7.10.4", "@svgr/rollup": "^5.4.0", "@types/classnames": "^2.2.10", "@types/d3": "^5.16.1", "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "autoprefixer": "^9.8.6", "babel-preset-react-app": "^9.1.2", "cypress": "^5.3.0", "postcss-nested": "^4.2.3", "prettier": "2.1.2", "prop-types": "^15.7.2", "react": "^16.13.1", "release-it": "^14.0.3", "rollup": "^2.28.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-typescript2": "^0.27.3", "start-server-and-test": "^1.11.4", "typescript": "^4.0.3" }, "peerDependencies": { "react": "^16.13.1" }, "files": [ "dist" ] }