{
  "name": "@shift-studio/shift-extension-react",
  "version": "2.0.0-alpha.43",
  "description": "Shift extension for react applications",
  "main": "index.js",
  "scripts": {
    "test": "yarn prettier && yarn lint",
    "build": "webpack --config webpack.config.js",
    "prettier": "prettier --config ./.prettierrc -l ./src/**/*",
    "lint": "./node_modules/.bin/eslint src/**",
    "prepublish": "yarn test && yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shift-studio/shift-extension-react.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shift-studio/shift-extension-react/issues"
  },
  "homepage": "https://github.com/shift-studio/shift-extension-react#readme",
  "peerDependencies": {
    "@shift-studio/shift-bridge": "^0.0.1-beta.21",
    "react": ">=16.6.0",
    "react-dom": ">=16.6.0"
  },
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.6.2",
    "@babel/preset-env": "^7.1.6",
    "@babel/preset-react": "^7.0.0",
    "@shift-studio/shift-bridge": "^0.0.1-beta.5",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.4",
    "eslint": "^5.9.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^3.3.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.11.1",
    "eslint-scope": "^4.0.0",
    "prettier": "^1.15.2",
    "react": "^16.6.3",
    "react-dom": "^16.6.3",
    "svg-inline-loader": "^0.8.0",
    "uglifyjs-webpack-plugin": "^2.0.1",
    "webpack": "^4.26.1",
    "webpack-cli": "^3.1.2",
    "webpack-node-externals": "^1.7.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.6.3",
    "@types/react": ">=16.6.0",
    "classnames": "^2.2.6",
    "history": "^4.6.1",
    "lodash": "^4.17.15",
    "react-hot-loader": "^4.12.15"
  }
}
