{
  "name": "@kbi/component-library",
  "version": "0.6.0",
  "description": "A library of all reusable KBI components and utilities.",
  "repository": "https://github.com/KBI-Recycling/component-library",
  "main": "dist/index.js",
  "scripts": {
    "styleguide": "styleguidist server",
    "styleguide:build": "styleguidist build",
    "styleguide:deploy": "gh-pages -d examples",
    "transpile": "babel src -d dist --copy-files",
    "publish-free": "npm publish --access public"
  },
  "author": "Daniel Kinsbursky",
  "license": "ISC",
  "dependencies": {
    "google-libphonenumber": "3.2.15",
    "jimp": "^0.16.1",
    "lodash.get": "4.4.2",
    "match-sorter": "6.0.2",
    "react-responsive": "^8.2.0",
    "react-router-dom": "^5.2.0",
    "react-table": "7.6.2",
    "typescript": "^4.1.2"
  },
  "peerDependencies": {
    "@material-ui/core": "4.x.x",
    "@material-ui/icons": "4.x.x",
    "@material-ui/lab": "4.0.0-alpha.57",
    "formik": "2.x.x",
    "moment": "2.x.x",
    "react": "16.x.x || 17.x.x",
    "react-dom": "16.x.x || 17.x.x",
    "react-router-dom": "^5.x.x",
    "react-dropzone": "10.x.x || 11.x.x",
    "yup": "0.x.x"
  },
  "devDependencies": {
    "@babel/cli": "7.12.8",
    "@babel/core": "7.12.9",
    "@babel/parser": "7.12.7",
    "@babel/plugin-proposal-optional-chaining": "7.12.7",
    "@babel/preset-env": "7.12.7",
    "@babel/preset-react": "7.12.7",
    "@material-ui/core": "4.11.2",
    "@material-ui/icons": "4.11.2",
    "@material-ui/lab": "4.0.0-alpha.57",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "ast-types": "0.14.x",
    "babel-eslint": "10.1.0",
    "babel-loader": "8.2.2",
    "css-loader": "5.0.1",
    "eslint": "7.15.0",
    "eslint-config-google": "0.14.0",
    "eslint-config-react-app": "6.0.0",
    "eslint-plugin-flowtype": "5.2.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-react": "7.21.5",
    "eslint-plugin-react-hooks": "4.2.0",
    "file-loader": "6.2.0",
    "formik": "2.2.5",
    "gh-pages": "3.1.0",
    "moment": "2.29.1",
    "prop-types": "15.7.2",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-dropzone": "11.2.4",
    "react-styleguidist": "^11.1.5",
    "style-loader": "2.0.0",
    "webpack": "4.44.2",
    "webpack-cli": "4.2.0",
    "webpack-dev-server": "3.11.0",
    "yup": "0.32.6"
  },
  "resolutions": {
    "ast-types": "^0.14.0"
  }
}