{
  "name": "@preact-material-components/list",
  "version": "2.0.0-alpha.3",
  "description": "Implementation of a material list",
  "keywords": [
    "preact-material-components",
    "preact",
    "material",
    "list"
  ],
  "author": {
    "name": "Prateek Bhatnagar",
    "email": "prateek89born@gmail.com"
  },
  "homepage": "https://github.com/prateekbh/preact-material-components/tree/master/packages/list#readme",
  "license": "MIT",
  "sass": "sass",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prateekbh/preact-material-components.git"
  },
  "bugs": {
    "url": "https://github.com/prateekbh/preact-material-components/issues"
  },
  "dependencies": {
    "@material/list": "1.1.1",
    "@preact-material-components/base": "^2.0.0-alpha.3",
    "@preact-material-components/icon": "^2.0.0-alpha.3",
    "tslib": "^1.9.3"
  },
  "peerDependencies": {
    "preact": "^8.4.2"
  },
  "sideEffects": [
    "*.scss"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "762edebc0ab1f340b693bed6cba98ff29daa9297"
}
