react-md
Version:
This is the full react-md library bundled together for convenience.
92 lines (91 loc) • 2.53 kB
JSON
{
"name": "react-md",
"version": "5.1.6",
"description": "This is the full react-md library bundled together for convenience.",
"main": "./lib/index.js",
"module": "./es/index.js",
"unpkg": "./dist/umd/react-md.production.min.js",
"types": "./types/index.d.ts",
"sass": "./dist/_everything.scss",
"sideEffects": [
"dist/**/*"
],
"author": "Mikkel Laursen <mlaursen03@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/mlaursen/react-md.git",
"directory": "packages/react-md"
},
"bugs": {
"url": "https://github.com/mlaursen/react-md/issues"
},
"homepage": "https://react-md.dev",
"keywords": [
"react-md",
"material design",
"react",
"component",
"components"
],
"license": "MIT",
"dependencies": {
"@react-md/alert": "^5.1.6",
"@react-md/app-bar": "^5.1.6",
"@react-md/autocomplete": "^5.1.6",
"@react-md/avatar": "^5.1.6",
"@react-md/badge": "^5.1.6",
"@react-md/button": "^5.1.6",
"@react-md/card": "^5.1.6",
"@react-md/chip": "^5.1.6",
"@react-md/dialog": "^5.1.6",
"@react-md/divider": "^5.1.6",
"@react-md/elevation": "^5.1.6",
"@react-md/expansion-panel": "^5.1.6",
"@react-md/form": "^5.1.6",
"@react-md/icon": "^5.1.6",
"@react-md/layout": "^5.1.6",
"@react-md/link": "^5.1.6",
"@react-md/list": "^5.1.6",
"@react-md/material-icons": "^5.1.6",
"@react-md/media": "^5.1.6",
"@react-md/menu": "^5.1.6",
"@react-md/overlay": "^5.1.6",
"@react-md/portal": "^5.1.0",
"@react-md/progress": "^5.1.6",
"@react-md/sheet": "^5.1.6",
"@react-md/states": "^5.1.6",
"@react-md/table": "^5.1.6",
"@react-md/tabs": "^5.1.6",
"@react-md/theme": "^5.1.6",
"@react-md/tooltip": "^5.1.6",
"@react-md/transition": "^5.1.6",
"@react-md/tree": "^5.1.6",
"@react-md/typography": "^5.1.6",
"@react-md/utils": "^5.1.6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"rollup": "^2.71.1",
"rollup-plugin-terser": "^7.0.0"
},
"peerDependencies": {
"react": ">= 16.14",
"react-dom": ">= 16.14"
},
"peerDependenciesMeta": {
"react": {
"optional": false
},
"react-dom": {
"optional": false
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "f794f0439e33508d8c518cd9657d80ea2d371a00"
}