Bumps [rollup](https://github.com/rollup/rollup) from 2.29.0 to 2.32.0. - [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.29.0...v2.32.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
74 lines
2.4 KiB
JSON
74 lines
2.4 KiB
JSON
{
|
|
"name": "react-flow-renderer",
|
|
"version": "6.1.3",
|
|
"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",
|
|
"postinstall": "cd example && npm install"
|
|
},
|
|
"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.12.3",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@svgr/rollup": "^5.4.0",
|
|
"@types/classnames": "^2.2.10",
|
|
"@types/d3": "^5.16.3",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"autoprefixer": "^9.8.6",
|
|
"babel-preset-react-app": "^9.1.2",
|
|
"cypress": "^5.4.0",
|
|
"postcss-nested": "^4.2.3",
|
|
"prettier": "2.1.2",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.14.0",
|
|
"release-it": "^14.2.0",
|
|
"rollup": "^2.32.0",
|
|
"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.5",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.14.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|