{
  "name": "react-talend-forms",
  "description": "react-talend-forms library.",
  "license": "Apache-2.0",
  "author": "Geoffroy Lorieux glorieux@talend.com",
  "main": "lib/Form.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Talend/react-talend-forms"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^3.2.0",
    "@storybook/addon-info": "^3.2.0",
    "@storybook/addon-knobs": "^3.2.0",
    "@storybook/addons": "^3.2.0",
    "@storybook/react": "3.1.9",
    "autoprefixer": "^6.7.7",
    "babel-cli": "6.24.1",
    "babel-core": "6.24.1",
    "babel-eslint": "7.2.3",
    "babel-jest": "20.0.3",
    "babel-plugin-transform-class-properties": "6.23.0",
    "babel-plugin-transform-object-rest-spread": "6.20.2",
    "babel-preset-es2015": "6.18.0",
    "babel-preset-react": "6.16.0",
    "bootstrap-sass": "3.3.7",
    "bootstrap-talend-theme": "^0.111.0",
    "chokidar": "^1.6.1",
    "cpx": "1.5.0",
    "enzyme": "^2.7.1",
    "enzyme-to-json": "^1.5.0",
    "eslint": "^3.6.1",
    "eslint-config-airbnb": "^11.1.0",
    "eslint-plugin-import": "^1.16.0",
    "eslint-plugin-jsx-a11y": "^2.2.2",
    "eslint-plugin-react": "^6.3.0",
    "i18next": "^9.0.0",
    "invariant": "2.2.2",
    "jest": "20.0.3",
    "jest-cli": "20.0.3",
    "json-loader": "^0.5.7",
    "keycode": "2.1.9",
    "node-sass": "4.5.3",
    "prop-types": "15.5.10",
    "react": "15.5.4",
    "react-a11y": "^0.3.3",
    "react-ace": "5.2.0",
    "react-addons-css-transition-group": "15.5.2",
    "react-addons-test-utils": "15.5.1",
    "react-bootstrap": "0.31.0",
    "react-css-transition": "^0.7.4",
    "react-dom": "15.5.4",
    "react-i18next": "^5.2.0",
    "react-redux": "5.0.5",
    "react-talend-components": "^0.111.0",
    "react-test-renderer": "15.5.4",
    "react-virtualized": "^9.7.0",
    "redux-mock-store": "1.2.3",
    "rimraf": "^2.6.1",
    "sass-lint": "^1.10.2",
    "sass-loader": "6.0.5",
    "talend-icons": "^0.111.0",
    "uuid": "3.0.1"
  },
  "dependencies": {
    "classnames": "2.2.5",
    "keycode": "2.1.9",
    "prop-types": "15.5.10",
    "react-autowhatever": "7.0.0",
    "react-jsonschema-form": "0.42.0",
    "talend-json-schema-form-core": "1.0.2-alpha.2"
  },
  "peerDependencies": {
    "i18next": "^9.0.0",
    "prop-types": "15.5.10",
    "react": "15.5.4",
    "react-bootstrap": "0.31.0",
    "react-dom": "15.5.4",
    "react-i18next": "^5.2.0",
    "react-redux": "5.0.5",
    "react-talend-components": "^0.111.0",
    "redux": "3.6.0"
  },
  "scripts": {
    "prepublish": "rimraf lib && babel -d lib ./src/ && cpx \"./src/**/*.scss\" lib",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "lint:es": "eslint --config .eslintrc src",
    "lint:style": "sass-lint -v -q",
    "lint": "npm run lint:es",
    "storybook": "start-storybook -p 6008",
    "start": "start-storybook -p 6008",
    "build-storybook": "build-storybook"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}",
      "!**/node_modules/**",
      "!**/__snapshots__/**"
    ],
    "transform": {
      "^.+\\.js$": "<rootDir>/node_modules/babel-jest"
    },
    "roots": [
      "src",
      "__mocks__"
    ],
    "testRegex": "&*\\.test\\.js$",
    "moduleNameMapper": {
      "^.+\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.js"
    }
  },
  "version": "0.111.0"
}
