{
  "name": "socket-bridge-plugin",
  "version": "0.1.5",
  "description": "",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c",
    "publish": "npm run build && npm publish --access public"
  },
  "keywords": [
    "react",
    "storybook",
    "rollup",
    "boilerplate"
  ],
  "author": "Ananya",
  "repository": "",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-scripts": "5.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.13.16",
    "@babel/preset-env": "^7.13.15",
    "@babel/preset-react": "^7.13.13",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^18.0.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "autoprefixer": "^10.4.4",
    "dotenv": "^16.0.0",
    "lodash": "^4.17.21",
    "postcss": "^8.4.12",
    "rollup": "^2.46.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "dependencies": {
    "rollup-plugin-postcss": "^4.0.2",
    "@headlessui/react": "^1.5.0",
    "@heroicons/react": "^1.0.6",
    "bignumber.js": "^9.0.2",
    "ethers": "^5.6.4",
    "react-infinite-scroll-component": "^6.1.0",
    "tailwindcss": "^3.0.23",
    "buffer": "^6.0.3"
  }
}