{
  "version": "1.4.3",
  "name": "react-roast",
  "description": "A React widget to get feedback",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "author": "satyamskillz",
  "license": "MIT",
  "private": false,
  "scripts": {
    "clean": "rimraf dist",
    "dev": "rollup -c --bundleConfigAsCjs --watch",
    "build-dev": "yarn clean && rollup -c --bundleConfigAsCjs",
    "build-pro": "yarn clean && rollup -c --bundleConfigAsCjs --environment NODE_ENV:production"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "28.0.6",
    "@rollup/plugin-node-resolve": "16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "12.1.3",
    "@types/react": "19.1.8",
    "postcss": "8.5.6",
    "postcss-import": "16.1.1",
    "react": "19.1.0",
    "rimraf": "^6.0.1",
    "rollup": "4.34.8",
    "rollup-plugin-dts": "6.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-visualizer": "^6.0.3",
    "tslib": "^2.8.1",
    "typescript": "5.8.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/satyamskillz/react-roast.git"
  },
  "keywords": [
    "react",
    "review",
    "feedback",
    "react-roast",
    "react-widget",
    "react-component"
  ],
  "dependencies": {
    "@floating-ui/react": "^0.27.13",
    "clsx": "2.1.1",
    "html2canvas-pro": "1.5.8",
    "react-device-detect": "2.2.3"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  }
}
