{
  "name": "@maxio-com/self-service",
  "packageManager": "pnpm@8.15.4",
  "main": "dist/maxio-components.cjs.js",
  "module": "dist/maxio-components.esm.js",
  "browser": "dist/maxio-components.umd.js",
  "types": "typings/sdk/components-sdk/src/index.d.ts",
  "version": "1.17.2",
  "exports": {
    ".": {
      "import": "./dist/maxio-components.esm.js",
      "require": "./dist/maxio-components.cjs.js"
    }
  },
  "scripts": {
    "test": "jest --maxWorkers=2",
    "test:coverage": "jest --coverage",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "prettier": "prettier --write '{sdk,packages,e2e}/**/*.{js,ts,tsx,json}'",
    "commit": "npx git-cz",
    "clean": "npx rimraf dist",
    "serve:e2e-assets": "npx serve e2e_pages/ -l 7001 --cors -L",
    "copy:e2e-assets": "node e2e/prepareAssets.js",
    "clean:e2e-assets": "npx rimraf e2e_pages/locales e2e_pages/*.{js,html}",
    "upload:e2e-results": "node e2e/uploadExecutionResults.js",
    "build": "pnpm run clean && pnpm run build:browser && pnpm run build:modules && pnpm run build:cjs",
    "build:modules": "npx webpack --config webpack.config.js",
    "build:browser": "npx webpack --config webpack.browser.js",
    "build:cjs": "npx rollup --configPlugin @rollup/plugin-typescript --config rollup.config.ts",
    "dpdm": "npx dpdm packages/**/**/*.{ts,tsx} -T --exit-code circular:1 --no-warning --no-tree",
    "lint": "eslint --quiet --ext .ts --ext .tsx packages/ sdk/",
    "release": "npx semantic-release",
    "e2e": "node e2e/run.js"
  },
  "files": [
    "dist",
    "typings",
    "package.json"
  ],
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/plugin-transform-runtime": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@babel/preset-react": "^7.24.0",
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "@mdx-js/react": "^1.6.22",
    "@playwright/test": "1.59.1",
    "@quickbaseoss/babel-plugin-styled-components-css-namespace": "^1.0.1",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-typescript": "^8.5.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^13.0.0",
    "@storybook/addon-actions": "^8.6.17",
    "@storybook/addon-essentials": "^8.6.17",
    "@storybook/addon-links": "^8.6.17",
    "@storybook/addon-themes": "^8.6.17",
    "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
    "@storybook/blocks": "^8.6.17",
    "@storybook/manager-api": "^8.6.17",
    "@storybook/react": "^8.6.17",
    "@storybook/react-webpack5": "^8.6.17",
    "@storybook/theming": "^8.6.17",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/ejs": "^3.1.1",
    "@types/jest": "^29.0.3",
    "@types/node": "^17.0.45",
    "@types/testing-library__jest-dom": "^5.14.5",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "@xstate/inspect": "^0.5.2",
    "babel-loader": "^9.1.3",
    "babel-plugin-styled-components": "2.0.2",
    "browserslist": "^4.21.4",
    "commitizen": "^4.2.5",
    "csstype": "^3.1.1",
    "cz-conventional-changelog": "^3.3.0",
    "dotenv": "^16.0.3",
    "dpdm": "^3.10.0",
    "ejs": "^3.1.8",
    "eslint": "^8.17.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.25.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "git-cz": "^4.7.6",
    "husky": "^7.0.2",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^29.0.3",
    "jest-circus": "^29.0.3",
    "jest-environment-jsdom": "^29.0.3",
    "jest-fetch-mock": "^3.0.3",
    "jest-styled-components": "^7.1.1",
    "lint-staged": "^11.1.2",
    "mockdate": "^3.0.5",
    "msw": "^0.36.7",
    "node-fetch-commonjs": "^3.2.4",
    "playwright": "1.59.1",
    "prettier": "^2.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.80.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-progress": "^1.1.2",
    "rollup-plugin-typescript2": "^0.32.1",
    "semantic-release": "^24.0.0",
    "serve": "^14.1.2",
    "storybook": "^8.6.17",
    "styled-components": "^5.3.5",
    "styled-system": "^5.1.5",
    "ts-dedent": "^2.2.0",
    "ts-jest": "^29.0.1",
    "ts-loader": "^9.3.1",
    "tsconfig-paths-webpack-plugin": "^3.5.2",
    "tslib": "^2.4.0",
    "ttypescript": "^1.5.13",
    "typescript": "^4.8.3",
    "typescript-transform-paths": "^3.3.1",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.9.2"
  },
  "dependencies": {
    "@babel/preset-typescript": "^7.24.0",
    "@babel/runtime": "^7.24.0",
    "@fortawesome/fontawesome-svg-core": "^6.2.0",
    "@fortawesome/free-regular-svg-icons": "^6.2.0",
    "@fortawesome/free-solid-svg-icons": "^6.2.0",
    "@fortawesome/react-fontawesome": "^0.1.19",
    "@styled-system/theme-get": "^5.1.2",
    "@tippyjs/react": "^4.2.6",
    "@types/file-saver": "^2.0.5",
    "@types/react": "^18.0.20",
    "@types/react-calendar": "^3.5.2",
    "@types/react-dom": "^18.0.6",
    "@types/react-helmet": "^6.1.5",
    "@types/react-responsive": "^8.0.5",
    "@types/react-table": "^7.7.10",
    "@types/styled-components": "^5.1.26",
    "@types/styled-system": "^5.1.13",
    "@types/uuid": "^8.3.4",
    "@types/yup": "^0.29.13",
    "@xstate/react": "^3.0.1",
    "camelcase": "^6.3.0",
    "camelcase-keys": "^7.0.1",
    "dayjs": "^1.11.5",
    "deepmerge": "^4.2.2",
    "file-saver": "^2.0.5",
    "framer-motion": "~7.3.5",
    "history": "^5.3.0",
    "i18next": "^21.9.1",
    "i18next-http-backend": "^1.3.1",
    "js-logger": "^1.6.1",
    "jwt-decode": "^3.1.2",
    "polished": "^4.1.3",
    "print-js": "^1.6.0",
    "query-string": "^7.1.1",
    "react-calendar": "^3.8.0",
    "react-fit": "^1.4.0",
    "react-helmet": "^6.1.0",
    "react-i18next": "^11.18.6",
    "react-intersection-observer": "^8.33.1",
    "react-responsive": "^8.0.0",
    "react-router-dom": "^6.30.3",
    "react-table": "^7.7.0",
    "snakecase-keys": "^5.4.4",
    "styled-system": "^5",
    "tippy.js": "^6.3.7",
    "type-fest": "^2.19.0",
    "uuid": "^8.3.2",
    "xstate": "^4.33.6",
    "yup": "^0.32.11"
  },
  "peerDependencies": {
    "framer-motion": "^7",
    "react": "^18",
    "react-dom": "^18",
    "styled-components": "^5"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "pnpm run dpdm",
      "pnpm run prettier",
      "eslint --fix",
      "git add *"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "pnpm": {
    "overrides": {
      "glob@7.2.3>minimatch": "3.1.5",
      "glob@8.1.0>minimatch": "5.1.9",
      "glob@10.5.0>minimatch": "9.0.9",
      "filelist@1.0.4>minimatch": "5.1.8",
      "fork-ts-checker-webpack-plugin@8.0.0>minimatch": "3.1.5",
      "typescript-transform-paths@3.5.6>minimatch": "9.0.9",
      "@eslint/eslintrc@2.1.4>minimatch": "3.1.5",
      "@eslint/eslintrc@2.1.4>ajv": "6.14.0",
      "@humanwhocodes/config-array@0.13.0>minimatch": "3.1.5",
      "eslint@8.57.1>ajv": "6.14.0",
      "eslint@8.57.1>minimatch": "3.1.5",
      "eslint-plugin-react@7.37.5>minimatch": "3.1.5",
      "minimatch@3.1.2": "3.1.5",
      "test-exclude@6.0.0>minimatch": "3.1.5",
      "serialize-javascript": "7.0.5",
      "flatted": "3.4.2",
      "lodash": "4.18.1",
      "lodash-es": "4.18.1",
      "tmp": "0.2.7",
      "cookie": "0.7.2",
      "qs": "6.15.2",
      "@tootallnate/once": "3.0.1",
      "schema-utils@3.3.0>ajv": "6.14.0",
      "schema-utils@4.3.3>ajv": "8.18.0",
      "@commitlint/config-validator@20.3.1>ajv": "8.18.0",
      "serve@14.2.5>ajv": "8.18.0",
      "handlebars": "4.7.9",
      "picomatch@2.3.1": "2.3.2",
      "picomatch@4.0.3": "4.0.4",
      "@xmldom/xmldom": "0.8.12",
      "cosmiconfig@7.1.0>yaml": "1.10.3",
      "brace-expansion@1.1.12": "1.1.13",
      "brace-expansion@2.0.2": "2.0.3",
      "postcss@8.5.6": "8.5.10",
      "ws@8.19.0": "8.20.1"
    }
  }
}
