{
  "name": "@awell-health/ui-library",
  "version": "0.1.146",
  "description": "UI components to integrate with Awell Health",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awell-health/ui-library.git"
  },
  "author": {
    "name": "awellHealth"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/awell-health/ui-library/issues"
  },
  "main": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "ci:build": "yarn build",
    "clean": "rm -rf dist",
    "lint:js:file": "eslint --quiet",
    "lint:css": "stylelint \"**/*.scss\"",
    "lint:js": "eslint --quiet --ext .js,.jsx,.ts,.tsx ./",
    "lint": "yarn lint:js && yarn lint:css",
    "postinstall": "cd node_modules/@awell-health/design-system/dist && ln -sf index.umd.js index.umd.cjs || true",
    "pre-commit": "lint-staged",
    "prebuild": "yarn clean",
    "semantic-release": "semantic-release",
    "start:start": "npm-run-all --parallel storybook",
    "storybook:build": "build-storybook",
    "storybook": "start-storybook -p 6006",
    "test:ci": "jest --silent --testLocationInResults --ci --all --coverage --json --outputFile=\"report.json\" --config=jest.config.json",
    "test": "jest --config=jest.config.js",
    "codegen": "graphql-codegen --config codegen.js",
    "codegen:local": "graphql-codegen --config codegen-local.yaml",
    "chromatic": "chromatic --exit-zero-on-changes"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@calcom/embed-react": "^1.5.1",
    "@awell-health/design-system": "0.15.4",
    "@heroicons/react": "^2.1.3",
    "axios": "^1.7.7",
    "cloudinary-core": "^2.13.0",
    "clsx": "^2.1.1",
    "date-fns": "^2.29.1",
    "dompurify": "^2.4.0",
    "dotenv": "^16.3.1",
    "escape-html": "^1.0.3",
    "html-react-parser": "^3.0.1",
    "lodash": "^4.17.21",
    "react-date-picker": "^8.4.0",
    "react-hook-form": "^7.41.5",
    "react-international-phone": "^1.8.8",
    "react-markdown": "^9.0.0",
    "react-window": "^1.8.10",
    "remark-gfm": "^4.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.18.10",
    "@babel/node": "^7.16.8",
    "@babel/plugin-proposal-decorators": "^7.17.8",
    "@babel/plugin-proposal-export-default-from": "^7.16.7",
    "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
    "@babel/plugin-proposal-function-bind": "^7.16.7",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-modules-commonjs": "^7.18.6",
    "@babel/plugin-transform-object-assign": "^7.16.7",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@commitlint/cli": "^14.1.0",
    "@commitlint/config-conventional": "^14.1.0",
    "@graphql-codegen/add": "^2.0.2",
    "@graphql-codegen/cli": "^2.11.3",
    "@graphql-codegen/introspection": "^2.2.0",
    "@graphql-codegen/typescript": "^2.7.2",
    "@graphql-codegen/typescript-operations": "^2.5.2",
    "@rollup/plugin-alias": "^3.1.9",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@semantic-release/changelog": "^6.0.1",
    "@storybook/addon-actions": "^6.5.9",
    "@storybook/addon-essentials": "^6.5.9",
    "@storybook/addon-interactions": "^6.5.9",
    "@storybook/addon-links": "^6.5.9",
    "@storybook/addon-storysource": "^6.5.16",
    "@storybook/addon-viewport": "^7.0.24",
    "@storybook/builder-webpack5": "^6.5.9",
    "@storybook/components": "^6.3.12",
    "@storybook/core-events": "^6.3.12",
    "@storybook/manager-webpack5": "^6.5.9",
    "@storybook/node-logger": "^6.5.9",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react": "^6.5.9",
    "@storybook/testing-library": "^0.0.13",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.3.0",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^13.5.0",
    "@types/dompurify": "^2.3.4",
    "@types/escape-html": "^1.0.2",
    "@types/jest": "^28.1.7",
    "@types/node": "^16.11.45",
    "@types/react": "^18.0.15",
    "@types/react-calendar": "^3.5.1",
    "@types/react-dom": "^18.0.6",
    "@types/react-window": "^1.8.8",
    "@typescript-eslint/eslint-plugin": "^5.9.1",
    "@typescript-eslint/parser": "^5.9.1",
    "babel-loader": "^8.1.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-react-css-modules": "^5.2.6",
    "babel-plugin-react-remove-properties": "^0.3.0",
    "babel-plugin-require-context-hook": "1.0.0",
    "babel-plugin-styled-components": "^1.10.6",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "babel-plugin-transform-rename-import": "^2.3.0",
    "babel-plugin-transform-require-context": "^0.1.1",
    "chromatic": "^6.10.1",
    "css-loader": "^6.7.1",
    "declaration-bundler-webpack-plugin": "^1.0.3",
    "eslint": "8.20.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "17.0.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-import-resolver-alias": "1.1.2",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jsx-a11y": "6.6.1",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-react": "7.30.1",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-testing-library": "^5.6.0",
    "global-jsdom": "^8.5.0",
    "graphql": "^16.5.0",
    "husky": "^8.0.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "jest-transformer-svg": "^2.0.0",
    "jsdom": "^20.0.0",
    "lint-staged": "^13.0.3",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.14",
    "postcss-loader": "^6.2.1",
    "postcss-scss": "^4.0.4",
    "prettier": "2.7.1",
    "prop-types": "^15.7.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.77.2",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-sass": "^1.2.13",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-typescript2": "^0.31.2",
    "sass": "^1.51.0",
    "sass-loader": "^13.0.2",
    "slate": "^0.82.0",
    "storybook-addon-sass-postcss": "^0.1.3",
    "style-loader": "^3.3.1",
    "stylelint": "14.9.1",
    "stylelint-config-prettier": "9.0.3",
    "stylelint-config-prettier-scss": "0.0.1",
    "stylelint-config-standard": "26.0.0",
    "stylelint-config-standard-scss": "5.0.0",
    "ts-jest": "^28.0.8",
    "ts-loader": "^9.3.0",
    "typescript": "^4.7.4",
    "typescript-plugin-css-modules": "^3.4.0",
    "webpack": "^5.73.0",
    "webpack-merge": "^5.8.0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
