{
  "name": "@clearfacts/cf-components",
  "version": "4.1.1",
  "license": "ISC",
  "homepage": "https://github.com/Clearfacts/cf-components",
  "description": "ClearFacts Web Components",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist",
  "repository": "git+https://github.com/Clearfacts/cf-components.git",
  "author": "Clearfacts",
  "bugs": {
    "url": "https://github.com/Clearfacts/cf-components/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.22.5",
    "@clearfacts/react-input-mask": "^3.0.1",
    "@juggle/resize-observer": "^3.0.7",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/iban": "^0.0.32",
    "@types/jest": "^29.5.2",
    "@types/node": "^20.3.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/react-modal": "^3.12.3",
    "classnames": "^2.3.1",
    "core-js": "^3.48.0",
    "date-fns": "^2.23.0",
    "iban": "^0.0.14",
    "math-expression-evaluator": "^1.3.17",
    "polished": "^4.1.2",
    "react-datepicker": "^4.13.0",
    "react-draggable": "^4.6",
    "react-highlight-words": "^0.17.0",
    "react-hotkeys-hook": "^5.3.3",
    "react-input-autosize": "^3.0.0",
    "react-modal": "^3.16.1",
    "react-pdf": "^10",
    "react-popper-tooltip": "^4.4.2",
    "react-scrollbars-custom": "^4.0.21",
    "react-select": "^5.7.3",
    "react-spring": "^9.3.0",
    "react-textarea-autosize": "^8.4.1",
    "typescript": "^4.3.0",
    "use-resize-observer": "^8.0.0",
    "webpack": "5.104.1"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0",
    "styled-components": "^5.3.0"
  },
  "scripts": {
    "prebuild": "node scripts/check-pdfjs-version.js",
    "build": "rm -rf dist && rollup -c",
    "prepublish": "yarn build",
    "test": "jest",
    "test:coverage": "yarn test --coverage --watchAll=false",
    "lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx src",
    "prettier": "prettier --ignore-path .gitignore \"**/*.+(js|json|ts|tsx)\"",
    "format": "yarn prettier --write",
    "format:check": "yarn prettier --list-different",
    "storybook": "storybook dev -p 9009",
    "build-storybook": "storybook build",
    "build-web-components": "rollup -c rollup.web.config.js",
    "chromatic": "npx chromatic --project-token=d968996b4618"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "resolutions": {
    "**/@babel/runtime": "7.17.0",
    "**/@emotion/react": "^11.14.0"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/preset-env": "^7.22.5",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.16.7",
    "@mdx-js/loader": "^2.0.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-url": "^8.0.1",
    "@storybook/addon-a11y": "^10.4.6",
    "@storybook/addon-docs": "^10.4.6",
    "@storybook/react-webpack5": "^10.4.6",
    "@svgdotjs/svg.js": "^3.2.0",
    "@svgr/rollup": "^8.0.1",
    "@svgr/webpack": "^8.0.1",
    "@testing-library/dom": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "babel-jest": "^29.5.0",
    "babel-loader": "^8.2.3",
    "babel-plugin-styled-components": "^1.12.0",
    "chromatic": "^6.18.2",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-storybook": "^10.4.6",
    "eslint-plugin-typescript-sort-keys": "^0.6.0",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^29.5.0",
    "jest-svg-transformer": "^1.0.0",
    "prettier": "^2.4.1",
    "react": "^19.0.0",
    "react-docgen-typescript": "^2.2.2",
    "react-docgen-typescript-loader": "^3.7.2",
    "react-docgen-typescript-plugin": "^1.0.5",
    "react-dom": "^19.0.0",
    "react-is": "^19.0.0",
    "react-refresh": "^0.14.0",
    "rollup": "^2.58.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-css-only": "^4.0.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-typescript2": "^0.31.0",
    "storybook": "^10.4.6",
    "styled-components": "^5.3.0",
    "test-data-bot": "^0.8.0",
    "ts-jest": "^28.0.8",
    "url-loader": "^4.1.1"
  }
}
