{
  "name": "@ufoui/core",
  "version": "0.0.190",
  "description": "Lightweight Material Design 3 UI components for React",
  "type": "module",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "license": "Apache-2.0",
  "author": "ufoui",
  "repository": {
    "type": "git",
    "url": "https://github.com/ufoui/ufoui.git"
  },
  "keywords": [
    "react",
    "react-components",
    "components",
    "material-design",
    "material-design-3",
    "md3",
    "material-you",
    "ui",
    "ui-kit",
    "component-library",
    "typescript",
    "esm",
    "ufoui",
    "ufo-ui"
  ],
  "dependencies": {
    "@material/material-color-utilities": "^0.3.0"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "sideEffects": [
    "*.css"
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    },
    "./index.css": "./index.css",
    "./reset.css": "./reset.css",
    "./styles.css": "./styles.css"
  }
}
