{
  "name": "@talend/react-flow-designer",
  "description": "Flow designer for react and redux",
  "version": "7.2.0",
  "types": "lib/index.d.ts",
  "main": "lib/index.js",
  "mainSrc": "src/index.js",
  "scripts": {
    "build:lib": "talend-scripts build",
    "lint": "talend-scripts lint",
    "test": "talend-scripts test",
    "pre-release": "talend-scripts build --umd"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Talend/ui.git"
  },
  "author": "Talend <frontend@talend.com>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@talend/babel-plugin-import-from-index": "^1.10.0",
    "@talend/babel-plugin-assets-api": "^1.6.0",
    "@talend/eslint-config": "^13.4.0",
    "@talend/eslint-plugin": "^1.5.0",
    "@talend/scripts-config-jest": "^14.4.0",
    "@talend/scripts-core": "^16.7.0",
    "@talend/scripts-config-typescript": "^11.3.2",
    "@talend/scripts-config-react-webpack": "^16.10.0",
    "@testing-library/react": "^14.3.1",
    "@testing-library/jest-dom": "^6.8.0",
    "@types/d3": "^7.4.3",
    "@types/invariant": "^2.2.37",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.20",
    "@types/node": "^6.14.13",
    "@types/prop-types": "^15.7.15",
    "@types/react": "^18.3.24",
    "@types/react-redux": "^7.1.34",
    "@types/react-test-renderer": "^18.3.1",
    "@types/redux-mock-store": "^1.5.0",
    "@types/redux-thunk": "^2.1.0",
    "i18next": "^23.16.8",
    "immutable": "^3.8.2",
    "lodash": "^4.17.21",
    "prop-types": "^15.8.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^13.5.0",
    "react-redux": "^7.2.9",
    "react-test-renderer": "^18.3.1",
    "redux": "^4.2.1",
    "redux-mock-store": "^1.5.5",
    "redux-thunk": "^2.4.2",
    "reselect": "^4.1.8"
  },
  "peerDependencies": {
    "immutable": "3",
    "lodash": "4",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-redux": "^7.2.9",
    "redux": "^4.2.1",
    "reselect": "^4.1.8"
  },
  "dependencies": {
    "@talend/design-tokens": "^3.4.5",
    "classnames": "^2.5.1",
    "d3": "^7.9.0",
    "invariant": "^2.2.4",
    "prop-types": "^15.8.1",
    "react-immutable-proptypes": "^2.2.0"
  },
  "files": [
    "/dist",
    "/lib",
    "/src"
  ],
  "publishConfig": {
    "access": "public"
  }
}
