{
  "name": "@talend/react-cmf",
  "description": "A framework built on top of best react libraries",
  "main": "lib/index.js",
  "mainSrc": "src/index.js",
  "license": "Apache-2.0",
  "module": "./lib-esm/index.js",
  "exports": {
    ".": {
      "import": "./lib-esm/index.js",
      "require": "./lib/index.js"
    },
    "./lib/*": {
      "import": "./lib-esm/*",
      "require": "./lib/*"
    }
  },
  "scripts": {
    "build:dev": "talend-scripts build --umd --dev",
    "build:prod": "talend-scripts build --umd --prod",
    "build:lib:esm": "talend-scripts build --esm",
    "pre-release": "yarn build:dev && yarn build:prod",
    "build:lib": "talend-scripts build",
    "start": "echo nothing to start",
    "test": "talend-scripts test",
    "test:watch": "talend-scripts test --watch",
    "test:cov": "talend-scripts test --coverage",
    "test:demo": "yarn jsdoc -c ./docs.json",
    "lint": "talend-scripts lint"
  },
  "keywords": [
    "react",
    "talend",
    "cmf",
    "framework"
  ],
  "author": "Talend Frontend <frontend@talend.com>",
  "homepage": "https://github.com/Talend/ui/tree/master/packages/cmf#readme",
  "bugs": {
    "url": "https://github.com/Talend/ui/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Talend/ui.git"
  },
  "dependencies": {
    "@talend/scripts-cmf": "^1.3.2",
    "@talend/utils": "^3.2.5",
    "commander": "^6.2.1",
    "hoist-non-react-statics": "^3.3.2",
    "immutable": "^3.8.2",
    "invariant": "^2.2.4",
    "lodash": "^4.17.21",
    "nested-combine-reducers": "^1.2.2",
    "path-to-regexp": "^8.2.0",
    "prop-types": "^15.8.1",
    "react-immutable-proptypes": "^2.2.0",
    "react-redux": "^7.2.9",
    "redux": "^4.2.1",
    "redux-batched-actions": "^0.5.0",
    "redux-batched-subscribe": "^0.1.6",
    "redux-saga": "^1.3.0",
    "redux-thunk": "^2.4.2"
  },
  "devDependencies": {
    "@redux-saga/testing-utils": "^1.1.5",
    "@talend/eslint-config": "^13.2.4",
    "@talend/eslint-plugin": "^1.3.2",
    "@talend/scripts-config-typescript": "^11.3.2",
    "@talend/scripts-core": "^16.5.4",
    "@talend/scripts-config-babel": "^13.5.2",
    "@talend/scripts-config-jest": "^14.2.2",
    "@talend/scripts-config-react-webpack": "^16.8.5",
    "@testing-library/react": "^14.3.1",
    "jest-in-case": "^1.0.2",
    "jsdoc": "^4.0.4",
    "node-fetch": "^2.7.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "redux-mock-store": "^1.5.5",
    "redux-saga-tester": "^1.0.874"
  },
  "peerDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "version": "11.0.2"
}
