{
  "name": "vacation-rentals-socket-client",
  "description": "Vacation Rentals chat module",
  "version": "0.1.6",
  "private": false,
  "main": "dist/index.js",
  "dependencies": {
    "@material-ui/core": "^4.11.2",
    "@testing-library/jest-dom": "^5.11.6",
    "@testing-library/react": "^11.2.2",
    "@testing-library/user-event": "^12.6.0",
    "@types/jest": "^26.0.19",
    "@types/node": "^12.19.9",
    "@types/react": "^16.14.2",
    "@types/react-dom": "^16.9.10",
    "emoji-picker-react": "^3.2.4",
    "lodash": "^4.17.20",
    "material-ui-image": "^3.3.1",
    "moment": "^2.29.1",
    "react-infinite-scroll-component": "^5.1.0",
    "react-redux": "^7.2.2",
    "react-scripts": "4.0.1",
    "redux": "^4.0.5",
    "socket.io-client": "^3.0.4",
    "typescript": "^4.1.3",
    "web-vitals": "^0.2.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "rm -rf dist && tsc -p .",
    "prod": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@material-ui/icons": "^4.11.2",
    "@types/lodash": "^4.14.166",
    "@types/moment": "^2.13.0",
    "@types/react-infinite-scroll-component": "^4.2.5",
    "@types/react-redux": "^7.1.12",
    "@types/redux": "^3.6.0",
    "@types/socket.io-client": "^1.4.34",
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0-0",
    "react-dom": "^16.8.0 || ^17.0.0-0"
  }
}
