{
  "name": "@talend/react-containers",
  "description": "Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "./lib-esm/index.js",
  "exports": {
    "./lib/*": {
      "import": "./lib-esm/*/index.js",
      "require": "./lib/*/index.js"
    },
    ".": {
      "import": "./lib-esm/index.js",
      "require": "./lib/index.js"
    }
  },
  "license": "Apache-2.0",
  "scripts": {
    "build:dev": "talend-scripts build --umd --dev",
    "build:prod": "talend-scripts build --umd --prod",
    "pre-release": "yarn build:dev && yarn build:prod",
    "build:lib": "talend-scripts build",
    "build:lib:esm": "talend-scripts build --esm",
    "start": "talend-scripts start-storybook -p 6007",
    "test": "talend-scripts test",
    "test:watch": "talend-scripts test --watch",
    "test:cov": "talend-scripts test --coverage",
    "test:demo": "talend-scripts build-storybook --quiet",
    "lint": "talend-scripts lint",
    "extract-i18n": "i18next-scanner --config i18next-scanner.config.js"
  },
  "keywords": [
    "react",
    "talend",
    "containers",
    "bootstrap"
  ],
  "author": "Talend Frontend <frontend@talend.com>",
  "homepage": "https://github.com/Talend/ui/tree/master/packages/containers#readme",
  "bugs": {
    "url": "https://github.com/Talend/ui/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Talend/ui.git"
  },
  "dependencies": {
    "@talend/design-system": "^11.5.2",
    "@talend/react-cmf": "^11.0.1",
    "@talend/react-components": "^17.3.6",
    "@talend/react-forms": "^15.2.3",
    "@talend/utils": "^3.2.4",
    "classnames": "^2.5.1",
    "immutable": "^3.8.2",
    "invariant": "^2.2.4",
    "lodash": "^4.17.21",
    "memoize-one": "^6.0.0",
    "react-immutable-proptypes": "^2.2.0",
    "redux-saga": "^1.3.0",
    "reselect": "^2.5.4"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^7.6.20",
    "@talend/icons": "^7.11.1",
    "@talend/locales-tui-components": "^16.0.1",
    "@talend/locales-tui-containers": "^9.1.3",
    "@talend/locales-tui-forms": "^15.2.0",
    "@talend/locales-design-system": "^7.15.1",
    "@talend/react-storybook-cmf": "^11.0.1",
    "@talend/eslint-config": "^13.2.2",
    "@talend/eslint-plugin": "^1.3.2",
    "@talend/scripts-core": "^16.5.2",
    "@talend/scripts-config-babel": "^13.5.1",
    "@talend/scripts-config-storybook-lib": "^5.5.1",
    "@talend/scripts-config-react-webpack": "^16.8.3",
    "@testing-library/react": "^14.3.1",
    "@testing-library/user-event": "^14.6.1",
    "i18next": "^23.16.8",
    "jest-in-case": "^1.0.2",
    "msw": "^2.10.2",
    "prop-types": "^15.8.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^13.5.0",
    "react-test-renderer": "^18.3.1",
    "redux-saga-tester": "^1.0.874"
  },
  "peerDependencies": {
    "i18next": "^23.16.8",
    "prop-types": "^15.5.10",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^13.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "version": "11.3.3"
}
