{
  "name": "centricminds-ui",
  "version": "2.8.4",
  "description": "Centricminds components and associated utilities repository",
  "repository": "https://bitbucket.org/zeroagency/centricminds-ui.git",
  "license": "MIT",
  "main": "dist/centricminds-ui.umd.js",
  "module": "dist/centricminds-ui.es.js",
  "engines": {
    "npm": ">=8.0.0",
    "node": ">=14.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/centricminds-ui.es.js",
      "require": "./dist/centricminds-ui.umd.js"
    },
    "./dist/*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && vite build",
    "build:sb": "build-storybook",
    "lint": "tsc && eslint --fix",
    "deploy": "storybook-to-aws-s3 --bucket-path=centricminds-ui-sb -o out",
    "start": "start-storybook -p 9000",
    "test": "jest --passWithNoTests",
    "test:sb": "start-storybook -p 9006 --ci",
    "test:int-start": "wait-on http://localhost:9006 && test-storybook --url http://localhost:9006",
    "test:int": "run-p -r test:sb test:int-start",
    "vr:storycap": "storycap http://localhost:9007 --serverCmd \"start-storybook -p 9007 --ci\" --serverTimeout 600000",
    "vr:reg-suit": "reg-suit run",
    "vr": "run-s vr:storycap vr:reg-suit",
    "postinstall": "husky install && chmod ug+x .husky/*"
  },
  "dependencies": {
    "@emoji-mart/data": "^1.1.2",
    "@emoji-mart/react": "^1.1.1",
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@hookform/error-message": "^2.0.0",
    "@hookform/resolvers": "^2.9.5",
    "@popperjs/core": "^2.11.5",
    "@radix-ui/react-switch": "^1.0.2",
    "@react-google-maps/api": "^2.18.1",
    "@react-pdf/renderer": "^2.3.0",
    "@stomp/stompjs": "^7.0.0",
    "date-fns": "^2.28.0",
    "emoji-mart": "^5.5.2",
    "focus-trap-react": "^9.0.2",
    "html-react-parser": "^3.0.0",
    "immer": "^10.0.3",
    "lodash.debounce": "^4.0.8",
    "react": "^17.0.2",
    "react-contenteditable": "^3.3.6",
    "react-day-picker": "^8.0.7",
    "react-dom": "^17.0.2",
    "react-geocode": "^0.2.3",
    "react-hook-form": "^7.33.1",
    "react-infinite-scroller": "^1.2.6",
    "react-linkify": "^1.0.0-alpha",
    "react-medium-image-zoom": "^5.1.3",
    "react-modal": "^3.15.1",
    "react-popper": "^2.3.0",
    "react-query": "^3.39.1",
    "react-router-dom": "^6.3.0",
    "react-to-print": "^2.14.7",
    "sanitize-html": "^2.10.0",
    "uuid": "^9.0.0",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-react": "^7.17.12",
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@emotion/babel-plugin": "^11.10.0",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^9.0.1",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "@storybook/addon-a11y": "^6.3.8",
    "@storybook/addon-actions": "^6.3.8",
    "@storybook/addon-docs": "^6.3.8",
    "@storybook/addon-essentials": "^6.3.8",
    "@storybook/addon-interactions": "^6.3.8",
    "@storybook/addon-links": "^6.3.8",
    "@storybook/builder-vite": "^0.1.36",
    "@storybook/jest": "^0.0.10",
    "@storybook/react": "^6.3.8",
    "@storybook/storybook-deployer": "^2.8.11",
    "@storybook/test-runner": "^0.1.1",
    "@storybook/testing-library": "^0.0.11",
    "@testing-library/react": "^12.0.4",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.2.1",
    "@types/lodash.debounce": "^4.0.7",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.2",
    "@types/react-geocode": "^0.2.1",
    "@types/react-infinite-scroller": "^1.2.3",
    "@types/react-linkify": "^1.0.1",
    "@types/react-modal": "^3.13.1",
    "@types/sanitize-html": "^2.8.0",
    "@types/uuid": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "^5.27.0",
    "@typescript-eslint/parser": "^5.27.0",
    "@vitejs/plugin-react": "^1.3.0",
    "aws-sdk": "^2.1152.0",
    "babel-jest": "^27.5.1",
    "babel-loader": "^8.2.5",
    "eslint": "^8.16.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^2.7.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.30.0",
    "eslint-plugin-react-hooks": "^4.5.0",
    "eslint-plugin-storybook": "^0.5.12",
    "http-proxy-middleware": "^2.0.6",
    "husky": "^8.0.1",
    "jest": "^27.5.1",
    "lint-staged": "^13.0.0",
    "msw": "^0.42.1",
    "msw-storybook-addon": "^1.6.3",
    "npm-cli-login": "^1.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.6.2",
    "puppeteer": "^14.3.0",
    "reg-keygen-git-hash-plugin": "^0.12.1",
    "reg-publish-s3-plugin": "^0.12.1",
    "reg-suit": "^0.12.1",
    "semantic-release": "^19.0.3",
    "storybook-addon-react-router-v6": "^0.1.10",
    "storycap": "^3.1.8",
    "typescript": "^4.6.3",
    "vite": "^2.9.9",
    "vite-plugin-dts": "^1.2.0",
    "vite-plugin-markdown": "^2.0.2",
    "vite-plugin-shim-react-pdf": "^1.0.7",
    "vite-plugin-svgr": "^2.1.0"
  },
  "msw": {
    "workerDirectory": ".storybook\\public"
  },
  "resolutions": {
    "@types/react": "17.0.47"
  }
}
