{
  "name": "@dub/embed-react",
  "description": "Embed React components for Dub.",
  "version": "0.0.18",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "tsup",
    "lint": "eslint src/",
    "dev": "tsup --watch",
    "check-types": "tsc --noEmit",
    "preview": "vite --port=3101 --open",
    "prepublishOnly": "node ./prepublish.js"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@types/react": "19.1.3",
    "@types/react-dom": "19.1.3",
    "autoprefixer": "^10.4.16",
    "postcss": "^8.4.31",
    "react": "19.1.3",
    "react-dom": "19.1.3",
    "tsconfig": "workspace:*",
    "tsup": "^6.1.3",
    "typescript": "^5.1.6",
    "vite": "5.2.9"
  },
  "dependencies": {
    "@dub/embed-core": "^0.0.18",
    "class-variance-authority": "^0.7.0"
  },
  "author": "Steven Tey <stevensteel97@gmail.com>",
  "homepage": "https://dub.co",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dubinc/dub.git"
  },
  "bugs": {
    "url": "https://github.com/dubinc/dub/issues"
  },
  "keywords": [
    "dub",
    "dub.co",
    "ui"
  ],
  "publishConfig": {
    "access": "public"
  }
}