{
  "name": "@suid/material",
  "version": "0.19.0",
  "description": "A port of Material-UI (MUI) built with SolidJS.",
  "keywords": [
    "solid",
    "solidjs",
    "components",
    "mui",
    "material",
    "material-ui",
    "material design",
    "ui"
  ],
  "main": "index.jsx",
  "dependencies": {
    "clsx": "^2.1.1",
    "@suid/base": "0.11.0",
    "@suid/css": "0.4.1",
    "@suid/system": "0.14.0",
    "@suid/types": "0.8.0",
    "@suid/utils": "0.11.0"
  },
  "peerDependencies": {
    "solid-js": "^1.9.7"
  },
  "bugs": {
    "url": "https://github.com/swordev/suid/issues"
  },
  "contributors": [
    {
      "name": "Juanra GM",
      "email": "juanrgm724@gmail.com",
      "url": "https://github.com/juanrgm"
    }
  ],
  "files": [
    "**/*.js",
    "**/*.jsx",
    "**/*.d.ts"
  ],
  "homepage": "https://suid.dev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/swordev/suid",
    "directory": "packages/material"
  }
}