{
  "name": "@ugandaemr/esm-patient-appointments-app",
  "version": "3.0.1-pre.10",
  "license": "MPL-2.0",
  "description": "Patient appointments microfrontend for the OpenMRS SPA",
  "browser": "dist/esm-ugandaemr-patient-appointments-app.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "start": "openmrs develop",
    "serve": "webpack serve --mode=development",
    "build": "webpack --mode production",
    "analyze": "webpack --mode=production --env analyze=true",
    "lint": "TIMING=1 eslint src --ext js,jsx,ts,tsx",
    "prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
    "typescript": "tsc",
    "test": "jest --config jest.config.js --passWithNoTests",
    "verify": "turbo lint typescript coverage",
    "coverage": "yarn test --coverage",
    "prepare": "husky install",
    "extract-translations": "i18next 'src/**/*.component.tsx' --config ./tools/i18next-parser.config.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged && yarn verify"
    }
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "keywords": [
    "openmrs",
    "microfrontends",
    "ugandaemr"
  ],
  "homepage": "https://github.com/METS-Programme/esm-patient-appointments-app#readme",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/METS-Programme/esm-patient-appointments-app.git"
  },
  "bugs": {
    "url": "https://github.com/METS-Programme/esm-patient-appointments-app/issues"
  },
  "dependencies": {
    "@hookform/resolvers": "^3.3.0",
    "classnames": "^2.3.2",
    "file-saver": "^2.0.5",
    "lodash-es": "^4.17.21",
    "react-hook-form": "^7.45.4",
    "react-image-annotate": "^1.8.0",
    "rxjs": "^7.8.1",
    "swr": "^2.2.1",
    "xlsx": "^0.18.5",
    "yup": "^1.2.0",
    "zod": "^3.22.2"
  },
  "peerDependencies": {
    "@openmrs/esm-framework": "*",
    "dayjs": "1.x",
    "react": "^18.2.0",
    "react-i18next": "11.x",
    "react-router-dom": "6.x",
    "swr": "2.x"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@carbon/react": "^1.33.1",
    "@openmrs/esm-framework": "next",
    "@openmrs/esm-patient-common-lib": "6.1.0",
    "@playwright/test": "1.40.1",
    "@swc/core": "^1.2.165",
    "@swc/jest": "^0.2.29",
    "@testing-library/dom": "^9.3.3",
    "@testing-library/jest-dom": "^6.1.5",
    "@testing-library/react": "^14.1.2",
    "@testing-library/user-event": "^14.5.1",
    "@types/jest": "^29.5.11",
    "@types/lodash-es": "^4.17.3",
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.5",
    "@types/react-router-dom": "^5.3.3",
    "@types/uuid": "^8.3.0",
    "@types/webpack-env": "^1.16.0",
    "@types/yup": "^0.29.11",
    "@typescript-eslint/eslint-plugin": "^6.13.2",
    "@typescript-eslint/parser": "^6.13.2",
    "babel-preset-minify": "^0.5.1",
    "concurrently": "^5.3.0",
    "cross-env": "^7.0.3",
    "css-loader": "^6.8.1",
    "dayjs": "^1.8.36",
    "dotenv": "^16.0.3",
    "eslint": "^8.55.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^8.0.3",
    "i18next": "^21.10.0",
    "i18next-parser": "^6.6.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "openmrs": "next",
    "prettier": "^3.1.1",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-i18next": "^11.18.6",
    "react-router-dom": "^6.3.0",
    "sass": "^1.29.0",
    "sass-loader": "^10.1.0",
    "swc-loader": "^0.2.3",
    "turbo": "^1.6.3",
    "typedoc": "^0.22.15",
    "typescript": "^4.0.3",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": "eslint --cache --fix"
  },
  "packageManager": "yarn@3.6.2",
  "stableVersion": "3.0.0"
}