{
  "name": "@micha.bigler/ui-core-micha",
  "version": "3.6.0",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "sideEffects": [
    "./src/index.js",
    "./dist/index.js",
    "./src/theme/index.js",
    "./dist/theme/index.js",
    "./src/theme/createAppTheme.js",
    "./dist/theme/createAppTheme.js",
    "./src/theme/fonts.js",
    "./dist/theme/fonts.js",
    "./src/notifications/serviceWorker/sw.js",
    "./dist/notifications/serviceWorker/sw.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bigler-webapps/ui-core-micha"
  },
  "private": false,
  "dependencies": {
    "@fontsource/dm-sans": "^5.2.8"
  },
  "peerDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/material": "^7.3.11",
    "@mui/x-charts": "^8.0.0",
    "axios": "^1.16.1",
    "i18next": "^25.10.10 || ^26.0.0",
    "qrcode.react": "^4.2.0",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "react-helmet": "^6.1.0",
    "react-i18next": "^16.3.5 || ^17.0.0",
    "react-router-dom": "^7.15.1"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "dev": "vite",
    "test": "vitest run"
  },
  "devDependencies": {
    "@mui/icons-material": "^7.3.11",
    "@mui/x-charts": "^8.0.0",
    "@testing-library/react": "^16.3.2",
    "@vitejs/plugin-react": "^6.0.5",
    "i18next": "^26.2.0",
    "jsdom": "^29.1.1",
    "react-i18next": "^17.0.8",
    "typescript": "^6.0.3",
    "vite": "^8.2.0",
    "vitest": "^4.1.10"
  }
}
