{
  "name": "@judo/components",
  "version": "0.32.0",
  "license": "EPL-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/BlackBeltTechnology/judo-frontend-runtime.git",
    "directory": "packages/components"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "type": "module",
  "sideEffects": [
    "**/*.css"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "react-number-format": "^5.4.0",
    "@judo/actions": "0.32.0",
    "@judo/i18n": "0.32.0",
    "@judo/core": "0.32.0",
    "@judo/feedback": "0.32.0",
    "@judo/model-api": "0.32.0",
    "@judo/test-ids": "0.32.0"
  },
  "devDependencies": {
    "@mdi/svg": "^7.4.47",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^19.2.14",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "typescript": "^6.0.3",
    "vitest": "^4.1.4",
    "@judo/actions": "0.32.0",
    "@judo/core": "0.32.0",
    "@judo/model-api": "0.32.0",
    "@judo/i18n": "0.32.0",
    "@judo/test-ids": "0.32.0",
    "@judo/testing": "0.32.0"
  },
  "peerDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mdi/font": "^7.0.0",
    "@mui/icons-material": "^7.0.0",
    "@mui/material": "^7.0.0",
    "@mui/x-data-grid": "^8.0.0",
    "@mui/x-data-grid-pro": "^8.0.0",
    "@mui/x-date-pickers": "^8.0.0",
    "date-fns": "^4.0.0",
    "react": "^19.0.0",
    "@judo/actions": "0.32.0",
    "@judo/core": "0.32.0",
    "@judo/i18n": "0.32.0",
    "@judo/test-ids": "0.32.0",
    "@judo/feedback": "0.32.0",
    "@judo/model-api": "0.32.0"
  },
  "peerDependenciesMeta": {
    "@mui/x-data-grid-pro": {
      "optional": true
    }
  },
  "scripts": {
    "build": "vite build",
    "generate:icons": "node scripts/generate-alias-map.mjs",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:coverage": "vitest run --coverage"
  }
}