{
  "name": "@suid/base",
  "version": "0.11.0",
  "description": "Base components unstyled used by @suid/material.",
  "keywords": [
    "solid",
    "solidjs",
    "components",
    "mui",
    "unstyled",
    "ui"
  ],
  "main": "index.jsx",
  "dependencies": {
    "@popperjs/core": "^2.11.8",
    "clsx": "^2.1.1",
    "@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/base"
  }
}