{
  "name": "poppin-widget-api",
  "version": "0.0.1009",
  "displayName": "Poppin",
  "author": "@ugurkellecioglu/vite-plugin-web-extension",
  "description": "Make any webpage social. Chat, comment, and connect in real time.",
  "type": "module",
  "scripts": {
    "build": "vite build",
    "staging": "vite build --mode staging",
    "staging:watch": "vite build --watch --mode staging --minify false",
    "dev:watch": "vite build --watch  --mode development",
    "production:watch": "vite --mode production",
    "development:watch": "vite build --watch --mode development --minify false",
    "watch": "vite build --watch --mode development --minify false",
    "dev": "vite",
    "serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\"  --source-dir ./dist/",
    "serve:chrome": "web-ext run -t chromium --start-url \"https://example.com\" --source-dir ./dist/",
    "lint": "eslint ./src/**/*.{ts,tsx} --fix"
  },
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.20.0",
    "@preact/preset-vite": "^2.7.0",
    "@types/chrome": "^0.0.254",
    "@types/lodash": "^4.17.15",
    "@types/node": "^22.10.10",
    "@types/react-dom": "^19.0.3",
    "@types/react-resizable": "^3.0.8",
    "@types/sanitize-html": "^2.13.0",
    "@types/webextension-polyfill": "^0.10.6",
    "@ugurkellecioglu/vite-plugin-web-extension": "^5.1.3",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.20.0",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.1.0",
    "globals": "^15.14.0",
    "rollup-plugin-modify": "^3.0.0",
    "typescript": "^5.2.2",
    "typescript-eslint": "^8.23.0",
    "vite": "^5.0.0",
    "vite-plugin-svgr": "^4.3.0",
    "web-ext": "^7.8.0"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@hookform/resolvers": "^3.10.0",
    "@mui/icons-material": "^6.3.1",
    "@mui/material": "^6.4.0",
    "@radix-ui/react-tooltip": "^1.2.7",
    "@tanstack/react-query": "^5.63.0",
    "@tanstack/react-query-devtools": "^5.63.0",
    "arctic": "^3.3.0",
    "axios": "^1.7.9",
    "date-fns": "^4.1.0",
    "dayjs": "^1.11.13",
    "emoji-picker-react": "^4.12.0",
    "fast-average-color": "^9.4.0",
    "firebase": "^11.1.0",
    "framer-motion": "^11.17.0",
    "jwt-decode": "^4.0.0",
    "nanoid": "^5.0.9",
    "preact": "^10.19.2",
    "psl": "^1.15.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-draggable": "^4.4.6",
    "react-hook-form": "^7.54.2",
    "react-infinite-scroll-component": "^6.1.0",
    "react-refresh": "^0.16.0",
    "react-resizable": "^3.0.5",
    "react-select": "^5.10.0",
    "sanitize-html": "^2.14.0",
    "stream-chat": "^8.55.0",
    "tailwind-merge": "^3.3.0",
    "usehooks-ts": "^3.1.0",
    "webextension-polyfill": "^0.10.0",
    "zod": "^3.24.1",
    "zustand": "^5.0.3"
  },
  "main": "index.js",
  "unpkg": "index.js",
  "jsdelivr": "index.js"
}