{
  "name": "@arc-web/components",
  "description": "Web-components built on the ARC design system",
  "version": "3.6.0",
  "author": "Arup (https://www.arup.com)",
  "repository": {
    "type": "git",
    "url": "https://github.com/arup-group/arc-components.git",
    "directory": "packages/react"
  },
  "type": "module",
  "customElements": "custom-elements.json",
  "dependencies": {
    "@azure/msal-browser": "2.28.1",
    "@floating-ui/dom": "0.3.1",
    "date-fns": "2.29.1",
    "lit": "3.1.2",
    "tabbable": "5.3.3",
    "tslib": "2.3.1"
  },
  "module": "./src/index.js",
  "main": "./src/index.js"
}
