{
  "name": "@talend/react-components",
  "description": "Set of react components.",
  "main": "lib/index.js",
  "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 && yarn run tsc",
    "build:lib:esm": "talend-scripts build --esm",
    "watch": "talend-scripts build --watch",
    "tsc": "tsc --emitDeclarationOnly --project ./tsconfig.json --outDir ./types",
    "test": "cross-env TZ=UTC talend-scripts test",
    "test:watch": "cross-env TZ=UTC talend-scripts test --watch",
    "test:cov": "cross-env TZ=UTC talend-scripts test --coverage",
    "lint": "talend-scripts lint",
    "start": "talend-scripts start -p 6006",
    "extract-i18n": "i18next-scanner --config i18next-scanner.config.js"
  },
  "keywords": [
    "react",
    "talend",
    "components",
    "bootstrap"
  ],
  "author": "Talend Frontend <frontend@talend.com>",
  "homepage": "https://github.com/Talend/ui/tree/master/packages/components#readme",
  "bugs": {
    "url": "https://github.com/Talend/ui/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Talend/ui.git"
  },
  "dependencies": {
    "@popperjs/core": "^2.11.8",
    "@talend/assets-api": "^1.5.3",
    "@talend/bootstrap-theme": "^9.4.0",
    "@talend/design-tokens": "^3.4.5",
    "@talend/icons": "^7.12.0",
    "@talend/react-a11y": "^4.0.3",
    "@talend/react-bootstrap": "^3.0.4",
    "@talend/utils": "^3.3.0",
    "classnames": "^2.5.1",
    "d3": "^7.9.0",
    "date-fns": "^3.6.0",
    "dom-helpers": "^3.4.0",
    "focus-outline-manager": "^1.0.2",
    "immutable": "^3.8.2",
    "invariant": "^2.2.4",
    "lodash": "^4.17.21",
    "memoize-one": "^6.0.0",
    "rc-slider": "^11.1.8",
    "react-autowhatever": "10.2.0",
    "react-debounce-input": "^3.3.0",
    "react-draggable": "^4.5.0",
    "react-grid-layout": "^1.5.2",
    "react-immutable-proptypes": "^2.2.0",
    "react-is": "^18.3.1",
    "react-popper": "^2.3.0",
    "react-transition-group": "^2.9.0",
    "react-use": "^17.6.0",
    "react-virtualized": "^9.22.6",
    "reactour": "^1.19.4",
    "recharts": "^2.15.4",
    "styled-components": "^5.3.11",
    "warning": "^3.0.0"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^7.6.20",
    "@talend/bootstrap-theme": "^9.4.0",
    "@talend/design-system": "^11.7.1",
    "@talend/eslint-config": "^13.3.1",
    "@talend/eslint-plugin": "^1.4.0",
    "@talend/locales-design-system": "^7.15.1",
    "@talend/locales-tui-components": "^16.0.1",
    "@talend/scripts-config-babel": "^13.6.0",
    "@talend/scripts-config-react-webpack": "^16.9.0",
    "@talend/scripts-config-storybook-lib": "^5.6.0",
    "@talend/scripts-config-typescript": "^11.3.2",
    "@talend/scripts-core": "^16.6.0",
    "@testing-library/jest-dom": "^6.6.4",
    "@testing-library/react": "^14.3.1",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/classnames": "^2.3.4",
    "@types/d3": "^7.4.3",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.20",
    "@types/prop-types": "^15.7.15",
    "@types/react": "^18.3.23",
    "@types/react-dom": "^18.3.7",
    "cross-env": "^7.0.3",
    "i18next": "^23.16.8",
    "jest-in-case": "^1.0.2",
    "jsdom": "^26.1.0",
    "prop-types": "^15.8.1",
    "react": "^18.3.1",
    "react-a11y": "^0.3.4",
    "react-dom": "^18.3.1",
    "react-i18next": "^13.5.0",
    "react-router-dom": "~6.3.0",
    "react-test-renderer": "^18.3.1"
  },
  "peerDependencies": {
    "@talend/design-system": "^11.6.0",
    "i18next": "^23.16.8",
    "prop-types": "^15.5.10",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^13.5.0"
  },
  "resolutions": {
    "minimist": "^1.2.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "version": "17.4.1"
}
