{
  "name": "@openmrs/esm-patient-clinical-view-app",
  "version": "3.1.0",
  "license": "MPL-2.0",
  "description": "Patient clinical view microfrontend for the OpenMRS SPA",
  "browser": "dist/openmrs-esm-patient-clinical-view-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",
    "typescript": "tsc",
    "extract-translations": "i18next 'src/**/*.component.tsx' --config ../../tools/i18next-parser.config.js"
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "openmrs"
  ],
  "homepage": "https://github.com/openmrs/openmrs-esm-patient-chart#readme",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openmrs/openmrs-esm-patient-chart.git"
  },
  "bugs": {
    "url": "https://github.com/openmrs/openmrs-esm-patient-chart/issues"
  },
  "dependencies": {
    "@carbon/charts-react": "^0.49.4",
    "@carbon/icons-react": "^10.18.0",
    "@openmrs/esm-patient-common-lib": "^3.1.0",
    "carbon-components-react": "^7.25.0",
    "d3": "^7.0.3",
    "lodash-es": "^4.17.15"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "3.x",
    "@openmrs/esm-patient-common-lib": "3.x",
    "carbon-components": "^10.19.0",
    "carbon-icons": "^7.0.7",
    "dayjs": "^1.8.24",
    "react": "^16.13.1",
    "react-i18next": "^11.7.2",
    "react-router-dom": "^5.2.0",
    "rxjs": "^6.6.3"
  },
  "gitHead": "35fe93059827071e8a671521f9d31cf99fe0557f"
}
