{
  "name": "@performant-software/semantic-components",
  "version": "3.1.25",
  "description": "A package of shared components based on the Semantic UI Framework.",
  "license": "MIT",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "files": [
    "dist"
  ],
  "style": "./dist/style.css",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js"
    },
    "./style.css": "./dist/style.css"
  },
  "scripts": {
    "build": "vite build && flow-copy-source -v src types"
  },
  "dependencies": {
    "@react-google-maps/api": "^2.20.7",
    "axios": "^1.10.0",
    "i18next": "^25.3.2",
    "rc-slider": "^11.1.8",
    "react-calendar": "^6.0.0",
    "react-color": "^2.19.3",
    "react-i18next": "^15.6.0",
    "react-pdf": "^10.0.1",
    "react-syntax-highlighter": "^15.6.1",
    "semantic-ui-less": "2.4.1",
    "semantic-ui-react": "^2.1.5",
    "underscore": "^1.13.7",
    "uuid": "^11.1.0",
    "zotero-api-client": "^0.40.0",
    "zotero-translation-client": "^5.0.1"
  },
  "peerDependencies": {
    "@performant-software/shared-components": "^3.1.25",
    "@samvera/clover-iiif": "^2.3.2",
    "react": ">= 16.13.1 < 19.0.0",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "react-dom": ">= 16.13.1 < 19.0.0"
  },
  "devDependencies": {
    "@bunchtogether/vite-plugin-flow": "^1.0.2",
    "@vitejs/plugin-react": "^4.2.1",
    "flow-copy-source": "^2.0.9",
    "less": "^4.1.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "vite": "^7.0.4"
  }
}