{
  "name": "@hhgtech/hhg-components",
  "version": "1.29.380",
  "main": "build/index.js",
  "module": "build/esm/index.js",
  "files": [
    "build"
  ],
  "types": "build/index.d.ts",
  "description": "Hello Health Group common components",
  "scripts": {
    "build": "rm -rf build && rollup -c",
    "build2": "rm -rf build2 && npm run build2:typescript && npm run build2:copy-assets",
    "build2:typescript": "ttsc -p tsconfig.json --jsx preserve -t es2020 --outDir build2 --declarationDir build2 --noEmit false",
    "build2:copy-assets": "node copyAssets.js",
    "test": "pretty-quick --staged && npm run lint",
    "test:watch": "jest --watch",
    "test:update:snapshot": "jest --updateSnapshot",
    "storybook": "storybook dev -p 6006",
    "sb": "storybook dev -p 6006",
    "storybook:export": "storybook build",
    "prepublishOnly": "npm run build",
    "storybook-deployer": "storybook-to-ghpages",
    "deploy-storybook": "npm run storybook-deployer -- --ci --source-branch=master --host-token-env-variable=GITHUB_TOKEN",
    "build-storybook": "storybook build --quiet -o ./storybook-build",
    "format": "pretty-quick",
    "lint": "eslint \"*/**/*.{ts,tsx}\" --ignore-pattern \"/build/\"",
    "lint:fix": "eslint --fix '*/**/*.{ts,tsx}' --ignore-pattern '/build/'",
    "watch": "npx watch -u -d --wait=5 --interval=5 \"npm run build\" src/",
    "watch-copy": "npx watch -u -d --wait=5 --interval=5 \"npm run build-copy\" src/",
    "build-copy": "npm run build && rm -rf $PROJECT_PATH/.next $PROJECT_PATH/node_modules/.cache $PROJECT_PATH/node_modules/@hhgtech/hhg-components/build && cp -R ./build $PROJECT_PATH/node_modules/@hhgtech/hhg-components && cp package.json $PROJECT_PATH/node_modules/@hhgtech/hhg-components/package.json && echo 'Ready to test on local'",
    "type-check": "tsc --project ./tsconfig.json",
    "generate:component": "plop component",
    "generate:hook": "plop hook",
    "get-translation": "node ./src/scripts/getTranslationFromFile.js",
    "get-baby-growth": "node ./src/scripts/getBabyGrowthData.js",
    "gitlab": "node ./src/scripts/gitWorkflow.mjs",
    "icons:generate": "node ./scripts/generate-storybook-icons.js",
    "prepare": "husky install"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged && npm run lint"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hhgtech/hhg-components.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "React",
    "Component",
    "Library",
    "Rollup",
    "Typescript",
    "Styled Components",
    "Storybook",
    "Hello Health Group"
  ],
  "author": {
    "name": "Pho Huynh",
    "email": "pho.huynh@hellohealthgroup.com"
  },
  "storybook-deployer": {
    "gitUsername": "phhg",
    "gitEmail": "pho.huynh@hellohealthgroup.com",
    "commitMessage": "Deploy Storybook to GitHub Pages"
  },
  "license": "UNLICENSED",
  "peerDependencies": {
    "date-fns": ">=2.30.0",
    "lodash": ">=4.17.20",
    "react": "^17.0.1",
    "react-day-picker": "^7.4.10",
    "react-dom": "^17.0.1",
    "react-loading-skeleton": "^3.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.4",
    "@emotion/babel-plugin": "^11.11.5",
    "@faker-js/faker": "^7.3.0",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-image": "^2.1.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.0.0",
    "@storybook/addon-actions": "^7.0.5",
    "@storybook/addon-docs": "7.0.5",
    "@storybook/addon-essentials": "^7.0.5",
    "@storybook/addon-links": "^7.0.5",
    "@storybook/addon-mdx-gfm": "^7.0.5",
    "@storybook/addon-viewport": "^7.0.5",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react": "^7.0.5",
    "@storybook/react-vite": "^7.0.5",
    "@storybook/react-webpack5": "^7.0.5",
    "@storybook/storybook-deployer": "^2.8.16",
    "@svgr/core": "^6.5.1",
    "@svgr/rollup": "^8.1.0",
    "@testing-library/dom": "^8.20.0",
    "@testing-library/jest-dom": "^5.11.6",
    "@testing-library/react": "^11.2.2",
    "@testing-library/user-event": "^14.1.1",
    "@types/jest": "^26.0.19",
    "@types/lodash": "^4.14.166",
    "@types/node": "^20.2.3",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/recharts": "1.8.24",
    "@types/string-format": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^4.11.0",
    "@typescript-eslint/parser": "^4.11.0",
    "autoprefixer": "^10.4.13",
    "babel-loader": "^8.2.2",
    "babel-preset-react-app": "^10.0.0",
    "chalk": "^4.1.2",
    "css-loader": "^5.2.6",
    "cssnano": "^5.1.15",
    "cz-conventional-changelog": "^3.3.0",
    "date-fns": "^2.30.0",
    "eslint": "^7.16.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-storybook": "^0.6.11",
    "fetch-mock": "^9.11.0",
    "figlet": "^1.5.0",
    "husky": "^8.0.3",
    "identity-obj-proxy": "^3.0.0",
    "inquirer": "^8.2.5",
    "jest": "^26.6.3",
    "lodash": "^4.17.21",
    "ora": "^6.1.2",
    "plop": "^3.1.1",
    "postcss": "^8.4.14",
    "postcss-import": "^15.1.0",
    "prettier": "^2.6.2",
    "pretty-quick": "^3.1.0",
    "react": "^17.0.1",
    "react-docgen-typescript-plugin": "^1.0.1",
    "react-dom": "^17.0.1",
    "react-is": "^18.2.0",
    "react-loading-skeleton": "^3.1.0",
    "rollup": "^2.34.2",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-rename-node-modules": "^1.3.1",
    "rollup-plugin-typescript2": "^0.29.0",
    "sass": "^1.58.1",
    "sass-loader": "^13.2.0",
    "storybook": "^7.0.5",
    "style-loader": "^2.0.0",
    "stylelint": "^13.7.2",
    "stylelint-config-idiomatic-order": "^8.1.0",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-order": "^4.1.0",
    "stylelint-prettier": "^1.1.2",
    "ts-jest": "^26.4.4",
    "tslib": "^2.3.1",
    "ttypescript": "^1.5.15",
    "typescript": "^4.4.3",
    "typescript-transform-paths": "^3.4.6",
    "webpack": "^5.75.0",
    "xlsx": "^0.18.5"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.5",
    "@hhgtech/icons": "^0.0.37",
    "@hookform/resolvers": "^2.9.10",
    "@mantine/carousel": "6.0.21",
    "@mantine/core": "6.0.21",
    "@mantine/dates": "6.0.21",
    "@mantine/form": "6.0.21",
    "@mantine/hooks": "6.0.21",
    "@mantine/modals": "6.0.21",
    "@mantine/notifications": "6.0.21",
    "@react-google-maps/api": "^2.18.1",
    "@storybook/manager-api": "^7.0.17",
    "@storybook/theming": "^7.0.17",
    "browser-image-compression": "^2.0.0",
    "classnames": "^2.5.1",
    "dayjs": "^1.11.8",
    "embla-carousel": "^7.1.0",
    "embla-carousel-react": "^7.1.0",
    "embla-carousel-wheel-gestures": "^3.0.0",
    "fastdom": "^1.0.12",
    "framer-motion": "^6.5.1",
    "html-react-parser": "^1.2.7",
    "innertext": "^1.0.3",
    "intl-tel-input": "^17.0.19",
    "js-cookie": "^3.0.5",
    "lottie-light-react": "^2.4.0",
    "react-contenteditable": "^3.3.6",
    "react-day-picker": "^7.4.10",
    "react-hook-form": "^7.40.0",
    "react-intersection-observer": "^9.5.2",
    "react-keyed-flatten-children": "^2.2.1",
    "react-phone-number-input": "^3.2.19",
    "react-quill": "^1.3.5",
    "recharts": "2.1.12",
    "remarkable": "^2.0.1",
    "simple-git": "^3.18.0",
    "slugify": "^1.6.5",
    "string-format": "^2.0.0",
    "uuid": "^9.0.0",
    "vaul": "^1.1.1",
    "yup": "^1.0.2",
    "zustand": "^4.3.3"
  },
  "typesVersions": {
    "*": {
      "build/index.d.ts": [
        "build/index.d.ts"
      ],
      "build/*": [
        "build/*",
        "build/*/index.d.ts",
        "build/*.d.ts"
      ],
      "*": [
        "build/*",
        "build/*/index.d.ts",
        "build/*.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "import": "./build/esm/index.js",
      "require": "./build/index.js"
    },
    "./style.css": {
      "import": "./build/index.css",
      "require": "./build/index.css"
    },
    "./lead.css": {
      "import": "./build/lead.css",
      "require": "./build/lead.css"
    },
    "./theme.scss": {
      "sass": "./build/theme.scss"
    },
    "./build/theme.scss": {
      "sass": "./build/theme.scss"
    },
    "./*": {
      "import": "./build/esm/*.js",
      "require": "./build/*.js"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "sideEffects": [
    "**/*.scss",
    "**/*.css"
  ]
}
