{
  "name": "fhir-react",
  "version": "2.1.1",
  "description": "React component library for displaying FHIR Resources ",
  "main": "build/index.js",
  "peerDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "dependencies": {
    "@nivo/core": "^0.84.0",
    "@nivo/pie": "^0.84.0",
    "@popperjs/core": "^2.11.8",
    "bootstrap": "^5.1.3",
    "dompurify": "^2.3.6",
    "lodash": "^4.17.23",
    "marked": "^3.0.8",
    "md5": "^2.3.0",
    "pretty-bytes": "^5.6.0",
    "prop-types": "^15.8.1",
    "svg-url-loader": "^7.1.1"
  },
  "scripts": {
    "test": "NODE_ENV=test jest",
    "test:coverage": "NODE_ENV=test jest --coverage .",
    "test:watch": "NODE_ENV=test jest --watchAll",
    "start": "NODE_ENV=production webpack --watch",
    "build": "NODE_ENV=production webpack",
    "lint": "eslint --max-warnings 0 .",
    "lint:fix": "eslint --fix .",
    "stylelint": "stylelint 'src/**/*.css'",
    "stylelint:fix": "stylelint --fix 'src/**/*.css'",
    "storybook": "start-storybook --port 63653",
    "deploy-storybook": "storybook-to-aws-s3 --bucket-path=storybook-fhir-react-lib --aws-profile=storybook-deployer",
    "deploy-storybook-branch": "storybook-to-aws-s3 --aws-profile=storybook-deployer",
    "deploy-storybook-pr-branch": "storybook-to-aws-s3 --bucket-path=fhir-react-lib-test-storybook/branch/$(git branch --show-current) --aws-profile=1up-marketing-dev-admin"
  },
  "author": {
    "name": "1upHealth",
    "email": "eng@1up.health"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/1uphealth/fhir-react.git"
  },
  "bugs": {
    "url": "https://github.com/1uphealth/fhir-react/issues"
  },
  "homepage": "https://github.com/1uphealth/fhir-react#readme",
  "keywords": [
    "fhir",
    "react",
    "hl7",
    "dstu2",
    "stu3",
    "bootstrap",
    "material",
    "ui"
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.29.0",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/plugin-proposal-decorators": "^7.29.0",
    "@babel/plugin-proposal-do-expressions": "^7.28.6",
    "@babel/plugin-proposal-export-default-from": "^7.27.1",
    "@babel/plugin-proposal-function-bind": "^7.27.1",
    "@babel/plugin-proposal-function-sent": "^7.27.1",
    "@babel/plugin-proposal-pipeline-operator": "^7.28.6",
    "@babel/plugin-proposal-throw-expressions": "^7.27.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-class-properties": "^7.28.6",
    "@babel/plugin-transform-export-namespace-from": "^7.27.1",
    "@babel/plugin-transform-json-strings": "^7.28.6",
    "@babel/plugin-transform-logical-assignment-operators": "^7.28.6",
    "@babel/plugin-transform-modules-commonjs": "^7.28.6",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6",
    "@babel/plugin-transform-numeric-separator": "^7.28.6",
    "@babel/plugin-transform-object-rest-spread": "^7.28.6",
    "@babel/plugin-transform-optional-chaining": "^7.28.6",
    "@babel/plugin-transform-react-jsx": "^7.28.6",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.29.0",
    "@babel/preset-react": "^7.28.5",
    "@storybook/addons": "^6.5.13",
    "@storybook/addon-controls": "^6.5.13",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react": "^6.5.13",
    "@storybook/storybook-deployer": "^2.8.16",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@typescript-eslint/eslint-plugin": "^8.53.1",
    "@typescript-eslint/parser": "^8.53.1",
    "babel-jest": "^29.7.0",
    "babel-loader": "^8.2.3",
    "babel-plugin-transform-imports": "^2.0.0",
    "babel-plugin-transform-import-meta": "^2.3.3",
    "babel-preset-jest": "^29.6.3",
    "copy-webpack-plugin": "^5.1.2",
    "css-loader": "^3.6.0",
    "dedent": "^0.7.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.2.0",
    "mini-css-extract-plugin": "^1.6.2",
    "npm-check-updates": "^16.7.9",
    "prettier": "1.19.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "resize-observer-polyfill": "^1.5.1",
    "sass": "^1.49.9",
    "sass-loader": "^10.2.0",
    "style-loader": "^2.0.0",
    "stylelint": "^14.5.3",
    "stylelint-config-standard": "^25.0.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10",
    "webpack-node-externals": "^3.0.0"
  },
  "overrides": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  }
}
