{
  "name": "@department-of-veterans-affairs/component-library",
  "description": "VA.gov component library. Includes React and web components.",
  "version": "56.10.1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://va.ghe.com/software/component-library.git"
  },
  "scripts": {
    "build": "webpack"
  },
  "files": [
    "dist/",
    "src/",
    "*.js"
  ],
  "keywords": [
    "uswds",
    "web components",
    "custom elements",
    "design system",
    "component library",
    "accessibility",
    "va.gov",
    "stencil"
  ],
  "main": "dist/app.bundle.js",
  "types": "dist/components/types/index.d.ts",
  "module": "src/main.js",
  "dependencies": {
    "@department-of-veterans-affairs/react-components": "28.6.0",
    "@department-of-veterans-affairs/web-components": "24.10.1",
    "i18next": "25.6.0",
    "i18next-browser-languagedetector": "8.2.0",
    "react-focus-on": "3.5.4",
    "react-transition-group": "1.0.0"
  },
  "devDependencies": {
    "@babel/core": "7.29.7",
    "babel-loader": "8.2.5",
    "copy-webpack-plugin": "9.1.0",
    "css-loader": "6.6.0",
    "mini-css-extract-plugin": "2.5.3",
    "webpack": "5.104.1",
    "webpack-cli": "4.9.2"
  },
  "peerDependencies": {
    "react": "19",
    "react-dom": "19"
  }
}