{
  "name": "qpp-style",
  "version": "9.51.5",
  "description": "Shared style guide across the QPP program.",
  "main": "dist/index.js",
  "homepage": "https://cmsgov.github.io/qpp-style",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npm run clean && webpack-cli --progress --env production=true && npm run build-react",
    "dev": "npm run clean && webpack-cli --progress --watch --env production=false",
    "clean": "rimraf build && rimraf dist",
    "build-react": "webpack --progress --config webpack.config.react.js",
    "start": "npm run build",
    "test": "jest",
    "prepare": "cd .. && husky react/.husky",
    "precommit": "lint-staged",
    "prepush": "npm test",
    "prettier": "prettier --write 'components/**/*.{js,jsx}' 'styles/**/*.{css,scss}'",
    "lint": "eslint 'components/**/*.{js,jsx}'"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.28.6",
    "@svgr/webpack": "^8.0.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^24.12.2",
    "@types/webpack": "^5.28.5",
    "autoprefixer": "^10.5.0",
    "babel-jest": "^30.3.0",
    "babel-loader": "^10.1.1",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "copy-webpack-plugin": "^14.0.0",
    "css-loader": "^7.1.4",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-react": "^7.37.5",
    "eslint-webpack-plugin": "^6.0.0",
    "gh-pages": "^6.3.0",
    "husky": "^9.1.7",
    "jest": "^30.3.0",
    "jest-environment-jsdom": "^30.3.0",
    "jsonwebtoken": "^9.0.3",
    "lint-staged": "^16.4.0",
    "mini-css-extract-plugin": "^2.10.2",
    "prettier": "^3.8.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^6.1.3",
    "sass": "^1.99.0",
    "sass-loader": "^16.0.7",
    "style-loader": "^4.0.0",
    "svgo": "^4.0.1",
    "svgo-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.4.0",
    "webpack": "^5.106.2",
    "webpack-cli": "^6.0.1"
  },
  "lint-staged": {
    "components/**/*.{js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "styles/**/*.{css,scss}": [
      "stylelint --fix",
      "prettier --write --quiet"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CMSgov/qpp-style.git"
  },
  "keywords": [
    "QPP",
    "Quality Payment Program",
    "style",
    "module",
    "CMS",
    "CMSgov"
  ],
  "author": "Centers for Medicare & Medicaid Services",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/CMSgov/qpp-style/issues"
  },
  "dependencies": {
    "@ariakit/react": "^0.4.25",
    "@material-design-icons/svg": "^0.14.15",
    "cookie": "^1.1.1",
    "jwt-decode": "^4.0.0",
    "prop-types": "^15.8.1",
    "react-modal": "^3.16.3",
    "what-input": "^5.2.12",
    "xss": "^1.0.15"
  }
}
