{
  "name": "react-cimpress-fulfillers-components",
  "version": "1.5.2",
  "author": {
    "name": "Trdelnik Squad",
    "email": "TrdelnikSquad@cimpress.com"
  },
  "description": "A set of simple react components for rendering fulfiller/fulfillment locations information",
  "license": "Apache-2.0",
  "scripts": {
    "code-check": "eslint --ext .js --ext .jsx src",
    "start": "cross-env SERVICE_DEPENDENCIES=production node_modules/.bin/start-storybook -p 3000",
    "eslint-report": "eslint --ext .js --ext .jsx . -f node_modules/eslint-html-reporter/reporter.js -o eslint.report.html",
    "translate": "cimpress-translations-cli -a 7f446c56-8c8e-438b-9cb2-64e5d7b1d89c -c ${CLIENT_ID} -s ${CLIENT_SECRET} -t ./src/locales/translations.json",
    "compile": "babel src -d lib --copy-files",
    "storybook": "cross-env SERVICE_DEPENDENCIES=mocked node_modules/.bin/start-storybook -p 9001 -c .storybook"
  },
  "main": "lib/index.js",
  "files": [
    "lib",
    "styles"
  ],
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "@cimpress/react-components": "^13"
  },
  "dependencies": {
    "@babel/polyfill": "^7.2.5",
    "@babel/runtime": "^7.3.1",
    "axios": "^0.18.1",
    "cimpress-customizr": "^1.1.8",
    "cimpress-fulfiller-identity": "^0.3.4",
    "cimpress-fulfillment-location": "^1.0.2",
    "i18next": "^11.3.2",
    "pope": "^2.0.2",
    "react-highlight-words": "^0.10.0",
    "react-i18next": "^7.7.0",
    "react-select": "^1.2.1",
    "react-virtualized-select": "^3.1.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "@cimpress/react-components": "^13",
    "@storybook/addon-knobs": "^3.4.11",
    "@storybook/react": "^3.4.8",
    "auth0-sso-login": "^3.0.123",
    "aws-sdk": "^2.263.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader": "^8.0.5",
    "cross-env": "^5.2.0",
    "css-loader": "^0.28.11",
    "eslint": "^4.2.0",
    "eslint-html-reporter": "^0.7.3",
    "eslint-plugin-react": "^7.5.1",
    "jest": "^23.1.0",
    "jwt-decode": "^2.2.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "regenerator-runtime": "^0.12.1",
    "style-loader": "^0.21.0",
    "webpack": "^3.0.0",
    "xhr-mock": "^2.4.1"
  }
}
