{
  "name": "r45h-test",
  "version": "1.0.0",
  "description": "UI kit for kupibilet web app",
  "scripts": {
    "lint": "yarn lint:js && yarn lint:css",
    "prestart": "scripts/check-engines.js",
    "start": "BABEL_ENV=default start-storybook -p 9001 -c .storybook",
    "build-storybook": "BABEL_ENV=default build-storybook",
    "lint:css": "echo \"TODO: Fix stylelint. kupibilet-frontend/ui#1\" >&2 && exit 0; stylelint ./src/components/**/*.js",
    "lint:js": "BABEL_ENV=default eslint \"./src/**/*.js\"",
    "flow": "flow",
    "versionize": "versionize",
    "prebuild": "scripts/check-engines.js",
    "build": "yarn build:es && yarn build:flow",
    "build:es": "BABEL_ENV=esmodules NODE_ENV=production babel src/ -d ./ --ignore stories,test",
    "build:flow": "flow-copy-source -v src ./",
    "watch": "yarn build --watch",
    "snyk": "snyk test --dev --severity-threshold=medium",
    "//": "---        NPM hooks section        ---",
    "postinstall": "move-bin; true",
    "prepublishOnly": "yarn build"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6",
    "yarn": ">=1.10.1"
  },
  "repository": {
    "type": "git",
    "url": "http://gitlab.amazon/frontend/ui"
  },
  "author": "R45H",
  "license": "MIT",
  "resolutions": {
    "// Still have no activity… https://github.com/react-component/tabs/issues/133": "",
    "rc-tabs": "9.3.0",
    "// Sequrity patches": "",
    "js-yaml": "3.13.1",
    "lodash": "^4.17.14",
    "lodash-es": "^4.17.14",
    "set-value": "^2.0.1",
    "mixin-deep": "^2.0.1"
  },
  "greenkeeper": {
    "lockfiles": {
      "outOfRangeUpdatesOnly": true
    }
  },
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@emotion/core": "^10.0.10",
    "@kupibilet/icons": "~5.3.23",
    "@kupibilet/moment": "^0.0.3",
    "@storybook/addon-centered": "^5.2.6",
    "@storybook/addon-docs": "^5.2.6",
    "@storybook/addon-knobs": "^5.2.6",
    "@storybook/addon-storyshots": "^5.2.6",
    "@storybook/addon-storysource": "^5.2.6",
    "@storybook/addon-viewport": "^5.2.6",
    "@storybook/addons": "^5.2.6",
    "@storybook/react": "^5.2.6",
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-flow-react-proptypes": "^24.1.2",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-plugin-require-context-hook": "^1.0.0",
    "babel-plugin-styled-components": "^1.8.0",
    "chalk": "^2.1.0",
    "classnames": "~2.2.5",
    "eslint-config-kupibilet": "12.0.3",
    "eslint-import-resolver-babel-module": "^5.0.0-beta.1",
    "flow-bin": "^0.82.0",
    "flow-copy-source": "^2.0.4",
    "glob": "^7.1.2",
    "husky": "^1.1.0",
    "lint-staged": "^7.2.0",
    "lodash": "^4.17.14",
    "mkp": "^1.0.1",
    "move-binaries-to-bin": "~1.0.1",
    "polished": "^2.2.0",
    "prop-types": "^15.6.0",
    "raw-loader": "~0.5.1",
    "react": "^16.5.0",
    "react-addons-shallow-compare": "~15.6.2",
    "react-dom": "^16.5.0",
    "react-onclickoutside": "^6.6.0",
    "react-redux": "^5.0.6",
    "react-test-renderer": "^16.0.0",
    "redux": "^4.0.0",
    "redux-form": "^7.0.4",
    "redux-logger": "^3.0.6",
    "semver": "^5.4.1",
    "snyk": "^1.173.1",
    "styled-components": "^4.3.2",
    "versionize": "^1.0.6",
    "whatwg-fetch": "^3.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.5",
    "@kupibilet/react-dates": "^12.3.0",
    "@kupibilet/react-day-picker": "^7.2.5",
    "@kupibilet/react-media": "^1.5.1",
    "rc-collapse": "^1.9.0",
    "rc-tabs": "9.6.4",
    "react-autosuggest": "^9.0.0",
    "react-portal": "^4.1.4",
    "react-router-dom": "^4.2.2",
    "react-visibility-sensor": "^4.1.1",
    "rheostat": "^2.1.3",
    "section-iterator": "^2.0.0"
  },
  "peerDependencies": {
    "@kupibilet/icons": "~5.1.0",
    "@kupibilet/moment": "^0.0.3",
    "classnames": "^2.2.5",
    "lodash": "^4.17.4",
    "polished": "^1.3.0",
    "prop-types": "^15.6.0",
    "react": "^15.5.0 || ^16.3.0",
    "react-addons-shallow-compare": "~15.5.2",
    "react-dom": "^15.5.0 || ^16.3.0",
    "react-onclickoutside": "^6.4.0",
    "styled-components": "^4.3.2"
  }
}
