{
  "name": "@wherever/react-notification-feed",
  "version": "0.4.4",
  "description": "",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "types": "dist/types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/whereverlabs/react-notification-widget.git"
  },
  "lint-staged": {
    "*.{ts,js,tsx,jsx}": "eslint --fix --quiet"
  },
  "scripts": {
    "prepare": "husky install",
    "build": "tsc && vite build --config vite.config.demo.ts",
    "build:pkg": "tsc && vite build --config vite.config.pkg.ts",
    "build:noEmit": "yarn tsc --noEmit",
    "dev": "vite --config vite.dev.ts",
    "codegen": "graphql-codegen --config codegen.yml",
    "prepublishOnly": "yarn build:pkg",
    "publish:local": "YARN_VERSION_GIT_TAG='' yarn publish --registry=\"http://localhost:4873\""
  },
  "files": [
    "dist"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@apollo/client": "^3.6.9",
    "@epnsproject/sdk-restapi": "^0.1.20",
    "@popperjs/core": "^2.11.6",
    "@styled-icons/octicons": "^10.47.0",
    "dayjs": "^1.11.5",
    "dompurify": "^2.4.3",
    "ethers": "^5.6.9",
    "graphql": "^16.6.0",
    "react-click-away-listener": "^2.2.2",
    "react-infinite-scroller": "^1.2.6",
    "react-popper": "^2.3.0",
    "rudder-sdk-js": "^2.18.1",
    "showdown": "^2.1.0",
    "siwe": "^1.1.6",
    "wagmi": "^0.10.1"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "styled-components": ">=5"
  },
  "devDependencies": {
    "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
    "@graphql-codegen/cli": "2.12.0",
    "@graphql-codegen/fragment-matcher": "^3.3.1",
    "@graphql-codegen/introspection": "^2.2.1",
    "@graphql-codegen/near-operation-file-preset": "^2.4.1",
    "@graphql-codegen/typescript": "2.7.3",
    "@graphql-codegen/typescript-operations": "^2.5.3",
    "@graphql-codegen/typescript-react-apollo": "3.3.3",
    "@types/dompurify": "^2.4.0",
    "@types/react": "^18.0.17",
    "@types/react-dom": "^18.0.6",
    "@types/react-infinite-scroller": "^1.2.3",
    "@types/showdown": "^2.0.0",
    "@types/styled-components": "^5.1.26",
    "@typescript-eslint/eslint-plugin": "5.30.5",
    "@typescript-eslint/parser": "5.30.5",
    "@vitejs/plugin-react": "^3.1.0",
    "eslint": "8.19.0",
    "eslint-config-next": "12.2.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-import-resolver-typescript": "3.2.1",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.30.1",
    "eslint-plugin-react-hooks": "4.6.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "process": "^0.11.10",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
    "rollup-plugin-polyfill-node": "^0.12.0",
    "styled-components": "^5.3.6",
    "typescript": "^4.7.4",
    "util": "^0.12.5",
    "vite": "^4.1.1",
    "vite-plugin-dts": "^1.7.2",
    "vite-plugin-node-polyfills": "^0.7.0",
    "vite-tsconfig-paths": "^4.0.5"
  }
}
