UNPKG

react-md

Version:

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

84 lines (83 loc) 2.4 kB
{ "name": "react-md", "version": "3.1.2", "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": "^3.1.0", "@react-md/app-bar": "^3.1.0", "@react-md/autocomplete": "^3.1.2", "@react-md/avatar": "^3.1.0", "@react-md/badge": "^3.1.0", "@react-md/button": "^3.1.0", "@react-md/card": "^3.1.0", "@react-md/chip": "^3.1.0", "@react-md/dialog": "^3.1.0", "@react-md/divider": "^3.1.0", "@react-md/elevation": "^3.1.0", "@react-md/expansion-panel": "^3.1.0", "@react-md/form": "^3.1.0", "@react-md/icon": "^3.1.0", "@react-md/layout": "^3.1.0", "@react-md/link": "^3.1.0", "@react-md/list": "^3.1.0", "@react-md/material-icons": "^3.1.0", "@react-md/media": "^3.1.0", "@react-md/menu": "^3.1.0", "@react-md/overlay": "^3.1.0", "@react-md/portal": "^3.1.0", "@react-md/progress": "^3.1.0", "@react-md/sheet": "^3.1.0", "@react-md/states": "^3.1.0", "@react-md/table": "^3.1.0", "@react-md/tabs": "^3.1.1", "@react-md/theme": "^3.1.0", "@react-md/tooltip": "^3.1.0", "@react-md/transition": "^3.1.0", "@react-md/tree": "^3.1.0", "@react-md/typography": "^3.1.0", "@react-md/utils": "^3.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-replace": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.1", "rollup": "^2.56.2", "rollup-plugin-terser": "^7.0.0" }, "peerDependencies": { "react": ">= 16.8", "react-dom": ">= 16.8" }, "publishConfig": { "access": "public" }, "gitHead": "edd68be4919496a8ac95dafd03c4e395e2c98988" }