{
  "name": "@myfan/web-components",
  "version": "1.1.1",
  "description": "Common web components",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist"
  ],
  "scripts": {
    "link": "yarn link",
    "unlink": "yarn unlink",
    "build": "tsc -b tsconfig.json",
    "build:watch": "tsc -b tsconfig.json --watch",
    "clean": "rm -rf ./dist"
  },
  "devDependencies": {
    "@types/body-scroll-lock": "^2.6.1",
    "@types/googlemaps": "*",
    "@types/react-infinite-scroll-component": "^4.2.4",
    "@types/react-outside-click-handler": "^1.2.0",
    "@types/react-router-dom": "^5.1.2",
    "@types/react-swipeable-views": "^0.13.0",
    "@types/styled-components": "^4.1.19",
    "typescript": "^3.6.4"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/@myfan/packages/web-components.git"
  },
  "author": "David Galoyan",
  "license": "ISC",
  "dependencies": {
    "@material-ui/core": "^4.5.1",
    "@material-ui/icons": "^4.5.1",
    "@material-ui/styles": "^4.5.0",
    "@myfan/commons": "^1.1.1",
    "@myfan/react-phone-input-2": "^0.0.2",
    "@myfan/utils": "^0.2.0",
    "@myfan/validation": "^1.0.20",
    "@n8tb1t/use-scroll-position": "^1.0.35",
    "@react-google-maps/api": "^1.7.6",
    "body-scroll-lock": "^2.6.4",
    "google-map-react": "^1.1.4",
    "nuka-carousel": "^4.5.12",
    "react-dropzone": "^10.1.10",
    "react-infinite-scroll-component": "^5.0.3",
    "react-loading": "^2.0.3",
    "react-outside-click-handler": "^1.2.4",
    "react-scroll-up-button": "^1.6.4",
    "react-swipeable-views": "^0.13.3",
    "styled-components": "^4.3.2"
  },
  "preinstall": "yarn add --prod-true",
  "gitHead": "1d0b5a09ab60ed4be04057d7477ff48165f31036"
}
