{
  "name": "@heycater/qualification-funnel",
  "version": "1.19.19",
  "type": "module",
  "description": "Heycater embedded qualification funnel widget",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts"
    },
    "./style.css": "./dist/style.css",
    "./widget": "./dist/heycater-funnel.iife.js",
    "./widget.css": "./dist/heycater-funnel.css"
  },
  "files": [
    "dist/**",
    "!dist/**/*.map",
    "!dist/stats.html",
    "!dist/demo"
  ],
  "repository": "https://github.com/heycater/npm-packages",
  "scripts": {
    "dev": "vite",
    "build": "npm run build:esm && npm run build:iife",
    "build:esm": "BUILD_TARGET=esm vite build",
    "build:iife": "BUILD_TARGET=iife vite build",
    "clean": "rm -rf ./dist",
    "preview": "vite preview",
    "prepublishOnly": "npm run clean && npm run build",
    "lint": "npx eslint ./src",
    "type-check": "tsc --noEmit",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --coverage",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui"
  },
  "peerDependencies": {
    "@bugsnag/js": "^7.5.4",
    "@bugsnag/plugin-react": "^7.5.4",
    "@material-ui/core": "^4.12.0",
    "@material-ui/lab": "^4.0.0-alpha.56",
    "@material-ui/system": "^4.12.2",
    "formik": "^2.2.9",
    "i18next": "^19.8.4",
    "react": "^17.0.2 || ^18.0.0",
    "react-day-picker": "^8.8.0",
    "react-dom": "^17.0.2 || ^18.0.0",
    "react-i18next": "^11.8.3",
    "react-intersection-observer": "^8.34.0",
    "styled-components": "^5.1.1",
    "urql": "^4.0.0"
  },
  "peerDependenciesMeta": {
    "@bugsnag/js": {
      "optional": true
    },
    "@bugsnag/plugin-react": {
      "optional": true
    }
  },
  "dependencies": {
    "date-fns": "^2.30.0",
    "lodash": "^4.17.21",
    "qs": "^6.9.1",
    "yup": "^0.32.9"
  },
  "devDependencies": {
    "@playwright/test": "^1.58.2",
    "@svgr/rollup": "^8.1.0",
    "@testing-library/react": "^12.1.5",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.5.0",
    "@types/google.maps": "^3.54.1",
    "@types/lodash": "^4.17.0",
    "@types/node": "20.3.2",
    "@types/qs": "^6.14.0",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.2",
    "@types/styled-components": "^5.1.26",
    "@vitejs/plugin-react": "^4.2.1",
    "@vitest/ui": "^1.0.0",
    "happy-dom": "^12.10.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup-plugin-visualizer": "^6.0.5",
    "terser": "^5.27.0",
    "typescript": "5.1.3",
    "vite": "^5.0.10",
    "vite-plugin-dts": "^3.7.0",
    "vite-plugin-static-copy": "^3.1.4",
    "vitest": "^1.0.0"
  }
}
