{
  "name": "@midas-ds/layout",
  "author": {
    "name": "Migrationsverket"
  },
  "keywords": [
    "react",
    "design system",
    "migrationsverket"
  ],
  "publishConfig": {
    "access": "public"
  },
  "description": "Midas Layout components",
  "homepage": "https://designsystem.migrationsverket.se/",
  "license": "CC0-1.0",
  "version": "0.2.38",
  "module": "./index.js",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "files": [
    "./"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/migrationsverket/midas.git",
    "directory": "packages/layout"
  },
  "exports": {
    ".": "./index.js",
    "./default.css": "./assets/default.css",
    "./*/index.js": "./*/index.js",
    "./*": "./*/index.js"
  },
  "peerDependencies": {
    "react": "^18.3.1 || ^19.0.0",
    "react-dom": "^18.3.1 || ^19.0.0"
  },
  "dependencies": {
    "@midas-ds/components": "17.25.2",
    "@react-aria/utils": "^3.33.1",
    "@react-stately/utils": "^3.12.1",
    "react-aria-components": "1.20.0"
  }
}
