Bumps [rollup](https://github.com/rollup/rollup) from 2.9.1 to 2.10.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.9.1...v2.10.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"name": "react-flow-renderer",
|
|
"version": "1.3.7",
|
|
"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:examples": "npm run build && cd example && npm start",
|
|
"dev:wait": "start-server-and-test start:examples http-get://localhost:3000",
|
|
"build:example": "npm install && npm run build && cd example && npm install && npm run build",
|
|
"cy:run": "cypress run",
|
|
"cy:open": "cypress open",
|
|
"cypress": "npm run dev:wait cy:open",
|
|
"test": "npm run dev:wait cy:run",
|
|
"release": "release-it"
|
|
},
|
|
"dependencies": {
|
|
"@welldone-software/why-did-you-render": "^4.2.1",
|
|
"classnames": "^2.2.6",
|
|
"d3-selection": "^1.4.1",
|
|
"d3-zoom": "^1.8.3",
|
|
"easy-peasy": "^3.3.0",
|
|
"fast-deep-equal": "^3.1.1",
|
|
"react-draggable": "^4.3.1",
|
|
"resize-observer": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/preset-env": "^7.9.6",
|
|
"@babel/preset-react": "^7.9.4",
|
|
"@svgr/rollup": "^5.4.0",
|
|
"@types/classnames": "^2.2.10",
|
|
"@types/d3": "^5.7.2",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-dom": "^16.9.8",
|
|
"autoprefixer": "^9.8.0",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-preset-react-app": "^9.1.2",
|
|
"cypress": "^4.5.0",
|
|
"postcss-nested": "^4.2.1",
|
|
"prettier": "2.0.5",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"release-it": "^13.6.1",
|
|
"rollup": "^2.10.2",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-bundle-size": "^1.0.3",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-livereload": "^1.3.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.2",
|
|
"rollup-plugin-postcss": "^3.1.1",
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
"rollup-plugin-serve": "^1.0.1",
|
|
"rollup-plugin-terser": "^5.3.0",
|
|
"rollup-plugin-typescript2": "^0.27.0",
|
|
"rollup-plugin-uglify": "^6.0.4",
|
|
"start-server-and-test": "^1.11.0",
|
|
"typescript": "^3.9.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.13.1"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|