{
  "name": "wao-react-shared-components",
  "version": "1.11.37",
  "description": "React Js shared components created and maintenance by Rokk3r team.",
  "author": "WAO!",
  "license": "MIT",
  "repository": "wao.shop/wao-react-shared-components",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "source": "src/index.js",
  "private": false,
  "engines": {
    "node": ">=10"
  },
  "babel": {
    "presets": [
      "@babel/preset-react"
    ]
  },
  "scripts": {
    "build": "microbundle-crl --no-compress --format modern,cjs",
    "buildTest": "microbundle-crl --no-compress --css-modules false --css inline --format modern,cjs",
    "start": "microbundle-crl watch --no-compress --format modern,cjs",
    "watch": "concurrently --kill-others \"microbundle-crl watch --no-compress --format modern,cjs\" \"yalc publish && nodemon -x yalc push --changed\"",
    "prepare": "run-s build",
    "test": "run-s test:unit test:lint test:build",
    "test:build": "run-s build",
    "test:lint": "eslint .",
    "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "deploy": "node deploy"
  },
  "peerDependencies": {
    "react": "^18.0.0"
  },
  "dependencies": {
    "@emoji-mart/data": "^1.1.2",
    "@emoji-mart/react": "^1.1.1",
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/material": "^5.11.6",
    "@mui/styles": "^5.11.2",
    "@mui/x-date-pickers": "^6.3.1",
    "@react-google-maps/api": "^2.17.1",
    "bignumber.js": "^9.1.1",
    "dayjs": "^1.11.7",
    "debounce-promise": "^3.1.2",
    "emoji-mart": "^5.5.2",
    "firebase": "^9.16.0",
    "formik": "^2.1.3",
    "formik-error-focus": "^2.0.0",
    "i18next": "^22.4.9",
    "i18next-browser-languagedetector": "^7.0.1",
    "icomoon-react": "^3.0.0",
    "lodash": "^4.17.15",
    "loglevel": "^1.8.1",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.43",
    "prop-types": "^15.8.1",
    "ramda": "^0.28.0",
    "react": "^18.2.0",
    "react-copy-to-clipboard": "^5.1.0",
    "react-currency-format": "^1.1.0",
    "react-datepicker": "^4.8.0",
    "react-dom": "^18.2.0",
    "react-dropzone": "^14.2.3",
    "react-geocode": "^0.2.3",
    "react-global-configuration": "^1.4.1",
    "react-google-autocomplete": "^2.7.2",
    "react-i18next": "^12.1.4",
    "react-paginate": "^8.1.4",
    "react-phone-input-2": "^2.15.1",
    "react-redux": "^8.0.5",
    "react-router-dom": "^6.7.0",
    "react-scripts": "5.0.1",
    "react-select": "^5.7.0",
    "react-tagsinput": "^3.20.0",
    "react-toast-notifications": "^2.4.4",
    "redux": "^4.2.0",
    "redux-actions": "^2.6.5",
    "redux-devtools-extension": "^2.13.8",
    "redux-persist": "^6.0.0",
    "redux-persist-seamless-immutable": "^2.0.0",
    "redux-thunk": "^2.4.2",
    "sass": "^1.57.1",
    "seamless-immutable": "^7.1.4",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/preset-react": "^7.18.6",
    "concurrently": "^7.6.0",
    "cross-env": "^7.0.2",
    "eslint": "^8.32.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-react": "^7.32.1",
    "eslint-plugin-react-hooks": "^4.3.0",
    "microbundle-crl": "^0.13.11",
    "nodemon": "^2.0.20",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.3",
    "simple-git": "^3.16.0",
    "yalc": "^1.0.0-pre.53",
    "yesno": "^0.4.0"
  },
  "files": [
    "dist",
    "src"
  ],
  "resolutions": {
    "**/@babel/runtime": "^7.16.0"
  }
}
