{
  "name": "@percy.ai/hvs-funnel-overlay",
  "version": "0.5.0",
  "description": "",
  "type": "module",
  "main": "dist/esm/index.js",
  "source": "src/components/hvs-funnel-overlay/hvs-funnel-overlay.tsx",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "jsdelivr": "dist/umd/hvs-funnel-overlay.js",
  "files": [
    "dist",
    "dist/umd"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@types/react": ">= ^18",
    "react": ">= ^18",
    "react-dom": ">= ^18"
  },
  "dependencies": {
    "@hookform/resolvers": "3.3.2",
    "@r2wc/react-to-web-component": "^2.0.2",
    "@storybook/react": "^8.1.10",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-hook-form": "7.47.0",
    "tailwindcss": "^3.3.2",
    "tailwindcss-animate": "^1.0.5",
    "zod": "3.22.4",
    "@percy.ai/ui": "1.0.19"
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "^3.7.2",
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-strip": "^3.0.2",
    "@rollup/plugin-typescript": "^11.1.1",
    "@types/react": "^18.2.18",
    "@types/react-dom": "^18.2.7",
    "@typescript-eslint/parser": "^5.53.0",
    "eslint": "^8.40.0",
    "eslint-config-next": "^12.0.8",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-react": "7.29.4",
    "eslint-plugin-tailwindcss": "^3.12.0",
    "rollup": "^3.23.1",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-dotenv": "^0.5.0",
    "rollup-plugin-dts": "^5.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-preserve-directives": "^0.2.0",
    "rollup-plugin-summary": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.35.0",
    "tslib": "^2.5.3",
    "tsup": "^7.2.0",
    "typescript": "^5.1.6",
    "@percy.ai/tsconfig": "^0.0.1"
  },
  "scripts": {
    "rollup": "rollup -c",
    "build": "NODE_ENV=production tsup src/index.ts && tailwindcss -i ./src/styles/global.css -o ./dist/styles.css &&  pnpm run rollup",
    "dev": "concurrently \"tsup src/index.ts --watch\" \"tailwindcss -i ./src/styles/global.css -o ./dist/styles.css --watch\"",
    "lint": "tsc --noEmit",
    "format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
    "format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  }
}