UNPKG

react-md

Version:

This is the full react-md library bundled together for convenience.

92 lines (91 loc) 2.53 kB
{ "name": "react-md", "version": "4.0.4", "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": "^4.0.3", "@react-md/app-bar": "^4.0.3", "@react-md/autocomplete": "^4.0.4", "@react-md/avatar": "^4.0.3", "@react-md/badge": "^4.0.3", "@react-md/button": "^4.0.3", "@react-md/card": "^4.0.3", "@react-md/chip": "^4.0.3", "@react-md/dialog": "^4.0.3", "@react-md/divider": "^4.0.3", "@react-md/elevation": "^4.0.3", "@react-md/expansion-panel": "^4.0.3", "@react-md/form": "^4.0.3", "@react-md/icon": "^4.0.3", "@react-md/layout": "^4.0.3", "@react-md/link": "^4.0.3", "@react-md/list": "^4.0.3", "@react-md/material-icons": "^4.0.3", "@react-md/media": "^4.0.3", "@react-md/menu": "^4.0.3", "@react-md/overlay": "^4.0.3", "@react-md/portal": "^4.0.3", "@react-md/progress": "^4.0.3", "@react-md/sheet": "^4.0.3", "@react-md/states": "^4.0.3", "@react-md/table": "^4.0.3", "@react-md/tabs": "^4.0.3", "@react-md/theme": "^4.0.3", "@react-md/tooltip": "^4.0.3", "@react-md/transition": "^4.0.3", "@react-md/tree": "^4.0.3", "@react-md/typography": "^4.0.3", "@react-md/utils": "^4.0.3" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.2", "@rollup/plugin-replace": "^3.0.1", "react": "^17.0.2", "react-dom": "^17.0.1", "rollup": "^2.62.0", "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": "a4b9893b8d8eb17fc99ed24b2c22dfd669378e21" }