{
  "name": "@globits/openmrs-esm-ohri-vn-app",
  "version": "0.6.48-VN-Beta",
  "description": "A custom microfrontend for OpenMRS HIV Reference Implementation (OHRI)",
  "browser": "dist/ohri-vn-app.js",
  "main": "src/index.ts",
  "license": "MIT",
  "homepage": "https://github.com/UCSF-IGHS/openmrs-esm-ohri#readme",
  "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",
    "prettier": "prettier --config prettier.config.js --write \"src/**/*.{ts,tsx}\"",
    "typescript": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest --config ./jest.config.js --passWithNoTests",
    "coverage": "npm test -- --coverage",
    "badges": "npm run coverage && jest-coverage-badges --output './badges' "
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "openmrs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged && concurrently 'npm:test' 'npm:typescript' 'npm:lint'"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UCSF-IGHS/openmrs-esm-ohri.git"
  },
  "bugs": {
    "url": "https://github.com/UCSF-IGHS/openmrs-esm-ohri/issues"
  },
  "dependencies": {
    "@carbon/icons-react": "^10.18.0",
    "ace-builds": "^1.4.12",
    "carbon-components-react": "^7.25.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "formik": "^2.2.6",
    "jest-coverage-badges": "^1.0.0",
    "lodash-es": "^4.17.15",
    "moment": "^2.29.1",
    "openmrs-esm-ohri-commons-lib": "next",
    "react-ace": "^9.4.4",
    "react-anchor-link-smooth-scroll": "^1.0.12",
    "react-markdown": "^7.1.0",
    "react-number-format": "^4.4.1",
    "react-scroll": "^1.8.2",
    "react-test-renderer": "^16.9.0",
    "react-waypoint": "^10.1.0",
    "semver": "^7.3.5",
    "systemjs-webpack-interop": "^2.3.2",
    "yup": "^0.29.1"
  },
  "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.16",
    "react": "^16.9.0",
    "react-i18next": "^11.3.4"
  },
  "devDependencies": {
    "@openmrs/esm-patient-common-lib": "3.2.1-pre.132"
  },
  "gitHead": "5028fd4428bcee71b898cfbaee1acb7e7d0acb15"
}
