{
  "name": "@regen-network/web-components",
  "version": "0.2.10",
  "files": [
    "lib/",
    "README.md"
  ],
  "scripts": {
    "remove-previous-files": "shx rm -rf ./lib/* ./tsconfig.tsbuildinfo",
    "copy-assets": "cp ./src/theme/*.css ./lib/theme && cp -R ./src/theme/assets ./lib/theme/",
    "watch": "yarn remove-previous-files && tsc --watch && yarn copy-assets",
    "build": "yarn remove-previous-files && tsc && yarn copy-assets",
    "lint": "eslint ./src  -c .eslintrc.js --max-warnings 0 --ext .ts,.tsx",
    "lint-fix": "eslint ./src --fix -c .eslintrc.js --ext .ts,.tsx",
    "format": "prettier --write --loglevel warn './src/**/*.{ts,tsx,json,md,css}'",
    "format-and-fix": "yarn format && yarn lint-fix",
    "test": "jest"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "dependencies": {
    "@emotion/react": "^11.5.0",
    "@emotion/styled": "^11.3.0",
    "@keplr-wallet/cosmos": "^0.10.5",
    "@mapbox/mapbox-sdk": "^0.10.0",
    "@mapbox/togeojson": "^0.16.0",
    "@mui/icons-material": "^5.1.0",
    "@mui/lab": "^5.0.0-alpha.54",
    "@mui/material": "^5.1.0",
    "@mui/styles": "^5.1.0",
    "@mui/x-date-pickers": "^5.0.0-alpha.2",
    "@sanity/block-content-to-react": "^3.0.0",
    "@turf/bbox": "^6.0.1",
    "@turf/invariant": "^6.1.2",
    "@types/iso-3166-2": "^1.0.0",
    "@types/js-cookie": "^2.2.6",
    "@types/react-google-recaptcha": "^2.1.0",
    "@types/react-helmet": "^6.1.0",
    "@types/react-html-parser": "^2.0.1",
    "@types/react-image-crop": "^8.1.3",
    "@types/react-map-gl": "^5.2.0",
    "@types/react-slick": "^0.23.4",
    "@types/zxcvbn": "^4.4.0",
    "dayjs": "^1.10.8",
    "formik": "2.2.9",
    "formik-mui": "^4.0.0-alpha.3",
    "html-react-parser": "^3.0.4",
    "iso-3166-2": "^1.0.0",
    "js-cookie": "^2.2.1",
    "react-countdown": "^2.3.2",
    "react-dropzone": "^11.3.4",
    "react-google-recaptcha": "^2.1.0",
    "react-html-parser": "^2.0.2",
    "react-image-crop": "^9.0.5",
    "react-lazyload": "^3.2.0",
    "react-map-gl": "^5.2.3",
    "react-phone-input-2": "^2.13.9",
    "react-player": "^2.10.1",
    "react-remove-scroll": "^2.3.0",
    "react-slick": "^0.25.2",
    "slick-carousel": "^1.8.1",
    "victory": "^35.8.0",
    "yup": "^0.32.11",
    "zxcvbn": "^4.4.2"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/mapbox__mapbox-sdk": "^0.11.1",
    "@types/react-lazyload": "^3.1.0",
    "@types/react": "17.0.2",
    "@types/react-dom": "17.0.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "jest": "^28.1.3",
    "prettier": "2.4.1",
    "storybook-addon-react-router-v6": "^0.1.10",
    "ts-jest": "^28.0.8"
  },
  "peerDependencies": {
    "react": "17.0.2",
    "react-dom": "17.0.2"
  },
  "description": "See main [README.md](../README.md)",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/regen-network/regen-web.git#master"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/regen-network/regen-web/issues"
  },
  "homepage": "https://github.com/regen-network/regen-web/tree/master#readme"
}
