{
  "name": "@cfpb/ccdb5-ui",
  "version": "2.19.3",
  "packageManager": "yarn@4.16.0",
  "description": "Consumer Complaint Database UI",
  "homepage": "https://www.consumerfinance.gov/",
  "repository": {
    "type": "git",
    "url": "https://github.com/cfpb/ccdb5-ui.git"
  },
  "license": "CC0-1.0",
  "engines": {
    "node": ">=26.x"
  },
  "author": {
    "name": "Consumer Financial Protection Bureau",
    "email": "tech@cfpb.gov",
    "url": "https://cfpb.github.io/"
  },
  "browserslist": [
    "> 0.2% and not dead"
  ],
  "files": [
    "dist/*"
  ],
  "scripts": {
    "lint": "yarn prettier \"src/**/*.{js,jsx,ts,tsx,json,md}\" --write && yarn eslint ./src --fix && yarn stylelint \"src/**/*.{css,scss}\" --fix && yarn lint:cypress",
    "lint:cypress": "yarn eslint ./cypress --fix",
    "prepare": "husky",
    "release": "yarn run build && release-it --npm.skipChecks",
    "test": "TZ=UTC jest --coverage --watchAll=false",
    "start": "rsbuild dev",
    "build": "./scripts/build.sh",
    "preview": "rsbuild preview"
  },
  "dependencies": {
    "@cfpb/cfpb-design-system": "^5.8.0",
    "@cfpb/design-system-react": "^1.0.8",
    "@fontsource-variable/source-sans-3": "5.2.9",
    "@reduxjs/toolkit": "^2.12.0",
    "britecharts": "git+https://github.com/cfpb/cfpb-britecharts.git#v2.6",
    "d3": "^7.9.0",
    "d3-array": "3.2.4",
    "dayjs": "^1.11.21",
    "highcharts": "13.0.0",
    "history": "^5.3.0",
    "intro.js": "7.2.0",
    "prop-types": "^15.8.1",
    "query-string": "^9.4.1",
    "react": "^19.2.7",
    "react-bootstrap": "^2.10.10",
    "react-bootstrap-typeahead": "^6.4.1",
    "react-dom": "^19.2.7",
    "react-fast-compare": "^3.2.2",
    "react-modal": "^3.16.3",
    "react-redux": "^9.3.0",
    "react-router": "^7.18.1"
  },
  "devDependencies": {
    "@babel/core": "^7.29.7",
    "@babel/eslint-parser": "^7.29.7",
    "@babel/plugin-transform-modules-commonjs": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@babel/preset-react": "^7.29.7",
    "@cfpb/browserslist-config": "^0.0.7",
    "@eslint/js": "^9.39.5",
    "@rsbuild/core": "^2.1.6",
    "@rsbuild/plugin-react": "^2.1.0",
    "@rsbuild/plugin-sass": "^1.5.3",
    "@rsbuild/plugin-svgr": "^2.0.5",
    "@testing-library/cypress": "^10.1.3",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.6.1",
    "autoprefixer": "^10.5.4",
    "babel-jest": "^30.4.1",
    "babel-plugin-module-resolver": "^5.0.3",
    "coveralls-next": "^6.0.2",
    "cypress": "^15.18.1",
    "eslint": "^9.39.5",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-cypress": "^6.4.3",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^29.15.5",
    "eslint-plugin-jest-dom": "^5.5.0",
    "eslint-plugin-jsdoc": "^63.2.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-react-redux": "^4.2.2",
    "eslint-plugin-testing-library": "^7.16.2",
    "globals": "^17.7.0",
    "husky": "^9.1.7",
    "identity-obj-proxy": "3.0.0",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "jest-fetch-mock": "^3.2.0",
    "lint-staged": "^17.1.0",
    "lodash": "^4.18.1",
    "postcss": "^8.5.20",
    "prettier": "^3.9.5",
    "release-it": "^20.2.1",
    "sass": "^1.101.0",
    "string-replace-loader": "^3.3.0",
    "stylelint": "17.14.1",
    "stylelint-config-standard": "^40.0.0",
    "stylelint-config-standard-scss": "^17.0.0",
    "webpack": "^5.108.4"
  },
  "lint-staged": {
    "src/**/*.{css,scss}": [
      "stylelint --fix"
    ],
    "{cypress,src}/**/*.{js,jsx,ts,tsx,json,md}": [
      "prettier --write"
    ],
    "{cypress,src}/**/*.{js,jsx,ts,tsx}": [
      "eslint --fix"
    ]
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
