{
  "name": "@performant-software/shared-components",
  "version": "3.1.27",
  "description": "A package of shared, framework agnostic, components.",
  "license": "MIT",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "style": "./dist/style.css",
  "files": [
    "dist"
  ],
  "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": {
    "@rails/activestorage": "^8.0.201",
    "@react-google-maps/api": "^2.20.7",
    "axios": "^1.10.0",
    "citeproc": "^2.4.62",
    "i18next": "^25.3.2",
    "moment-islamic-civil": "ACGC/moment-islamic-civil",
    "react-ga4": "^1.4.1",
    "react-i18next": "^15.6.0",
    "react-quill": "^2.0.0",
    "simple-keyboard": "^3.0.0",
    "simple-keyboard-layouts": "^3.0.0",
    "underscore": "^1.13.7",
    "zotero-translation-client": "^5.0.1"
  },
  "peerDependencies": {
    "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",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "vite": "^7.0.4"
  }
}