{
  "name": "@consent-manager/interface-default",
  "version": "1.0.2",
  "description": "The customizable default interface for consent-manager",
  "author": {
    "name": "hashbite",
    "email": "opensource@hashbite.net",
    "url": "https://hashbite.net/"
  },
  "contributors": [
    {
      "name": "Benedikt Rötsch",
      "email": "benedikt@hashbite.net",
      "url": "https://twitter.com/axe312ger"
    },
    {
      "name": "Stephan Schneider",
      "email": "stephanschndr@gmail.com",
      "url": "https://twitter.com/zcei_ger"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hashbite/consent-manager",
    "directory": "packages/interface-default"
  },
  "homepage": "https://hashbite.github.io/consent-manager/",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "start": "tsdx watch --tsconfig tsconfig.build.json --verbose --noClean",
    "build": "tsdx build --tsconfig tsconfig.build.json",
    "lint": "tsdx lint",
    "prepublish": "npm run build"
  },
  "keywords": [
    "gdpr",
    "ccpa",
    "consent",
    "consent-management",
    "tracking",
    "analytics",
    "statistics",
    "third-party-integrations",
    "user-interface"
  ],
  "license": "MIT",
  "dependencies": {
    "@loadable/component": "^5.15.0",
    "@react-icons/all-files": "^4.1.0",
    "activity-detector-ssr": "^3.0.0",
    "body-scroll-lock": "^3.1.5",
    "clsx": "^1.1.1",
    "final-form": "^4.20.2",
    "react-div-100vh": "^0.7.0",
    "react-final-form": "^6.5.2",
    "react-transition-group": "^4.4.1"
  },
  "peerDependencies": {
    "@consent-manager/core": "^1.0.1",
    "react": "^16.8.0 || ^17.0.1",
    "react-dom": "^16.8.0 || ^17.0.1"
  },
  "devDependencies": {
    "@types/body-scroll-lock": "3.1.0",
    "@types/loadable__component": "5.13.4",
    "@types/react-transition-group": "4.4.4",
    "postcss": "8.4.13",
    "rollup-plugin-postcss": "4.0.2"
  }
}
