{
  "name": "@ugandaemr/esm-patient-queues-app",
  "version": "1.0.3",
  "license": "MPL-2.0",
  "description": "Patient queues microfrontend for UgandaEMR",
  "browser": "dist/esm-patient-queues-app.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "start": "openmrs develop ",
    "serve": "webpack serve --mode=development",
    "debug": "npm run serve",
    "build": "webpack --mode production",
    "analyze": "webpack --mode=production --env.analyze=true",
    "lint": "eslint src --ext tsx,ts --fix --max-warnings=0",
    "typescript": "tsc",
    "extract-translations": "i18next 'src/**/*.component.tsx' --config ../../tools/i18next-parser.config.js"
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "openmrs",
    "microfrontends",
    "ugandaEMR",
    "patient queues"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/METS-Programme/esm-ugandaemr-core.git"
  },
  "homepage": "https://github.com/METS-Programme/esm-ugandaemr-core#readme",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/METS-Programme/esm-ugandaemr-core/issues"
  },
  "dependencies": {
    "@carbon/react": "^1.64.1",
    "@hookform/resolvers": "^4.0.0",
    "dayjs": "^1.11.6",
    "lodash-es": "^4.17.15",
    "qrcode.react": "^3.1.0",
    "react-to-print": "^2.14.13",
    "swr": "^2.1.1",
    "zod": "^3.24.2"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "*",
    "react": "18.x",
    "react-i18next": "11.x",
    "react-router-dom": "6.x"
  },
  "devDependencies": {
    "react-tooltip": "^5.26.3",
    "webpack": "^5.83.1"
  },
  "gitHead": "d2c66ad1a78925dbd642be926fff1a7749fc6e2b"
}
