{
  "name": "@alma/widgets",
  "version": "4.3.7",
  "description": "Widgets to easily display information from Alma - https://getalma.eu",
  "keywords": [],
  "main": "dist/widgets.js",
  "umd:main": "dist/widgets.umd.js",
  "module": "dist/widgets.m.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "Olivier Lance <olivier.lance@getalma.eu>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alma/widgets.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "dependencies": {
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "classnames": "^2.5.1",
    "date-fns": "^4.1.0",
    "no-scroll": "^2.1.1",
    "preact": "^10.24.3",
    "preact-utils": "^1.1.2",
    "react-intl": "^6.8.4",
    "react-modal": "^3.16.1",
    "react-responsive": "^10.0.0",
    "test-utils": "^1.1.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
