{
  "name": "@openmrs/esm-styleguide",
  "version": "6.3.0",
  "license": "MPL-2.0",
  "description": "The styleguide for OpenMRS SPA",
  "browser": "dist/openmrs-esm-styleguide.js",
  "main": "src/index.ts",
  "source": true,
  "scripts": {
    "test": "cross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests --color",
    "test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js --color",
    "build": "webpack --mode=production",
    "build:development": "webpack --mode=development",
    "analyze": "webpack --mode=production --env analyze=true",
    "lint": "eslint src"
  },
  "keywords": [
    "openmrs",
    "microfrontends",
    "styleguide"
  ],
  "directories": {
    "lib": "dist",
    "src": "src"
  },
  "browserslist": [
    "extends browserslist-config-openmrs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openmrs/openmrs-esm-core.git"
  },
  "bugs": {
    "url": "https://github.com/openmrs/openmrs-esm-core/issues"
  },
  "homepage": "https://github.com/openmrs/openmrs-esm-core#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@carbon/charts": "^1.23.0",
    "@carbon/react": "^1.76.0",
    "@internationalized/date": "^3.8.0",
    "core-js-pure": "^3.36.0",
    "d3": "^7.8.0",
    "geopattern": "^1.2.3",
    "lodash-es": "^4.17.21",
    "react-aria-components": "^1.7.1",
    "react-avatar": "^5.0.3"
  },
  "peerDependencies": {
    "@openmrs/esm-error-handling": "6.x",
    "@openmrs/esm-extensions": "6.x",
    "@openmrs/esm-navigation": "6.x",
    "@openmrs/esm-react-utils": "6.x",
    "@openmrs/esm-state": "6.x",
    "@openmrs/esm-translations": "6.x",
    "dayjs": "1.x",
    "i18next": "21.x",
    "react": "18.x",
    "react-dom": "18.x",
    "react-i18next": "11.x",
    "rxjs": "6.x"
  },
  "devDependencies": {
    "@openmrs/esm-error-handling": "6.3.0",
    "@openmrs/esm-extensions": "6.3.0",
    "@openmrs/esm-navigation": "6.3.0",
    "@openmrs/esm-react-utils": "6.3.0",
    "@openmrs/esm-state": "6.3.0",
    "@openmrs/esm-translations": "6.3.0",
    "@types/geopattern": "^1.2.9",
    "autoprefixer": "^9.8.8",
    "css-minimizer-webpack-plugin": "^1.2.0",
    "i18next": "^21.10.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "postcss": "^8.4.41",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "rxjs": "^6.5.3",
    "svgo-loader": "^4.0.0",
    "webpack": "^5.88.0"
  }
}