rmwc
Version:
RMWC is a React UI Kit built on Google's official Material Components Web library.
93 lines (92 loc) • 2.45 kB
JSON
{
"name": "rmwc",
"version": "14.3.5",
"description": "RMWC is a React UI Kit built on Google's official Material Components Web library.",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"types": "./index.d.ts",
"require": "./index.js"
},
"./styles": {
"import": "./styles.mjs",
"types": "./styles.d.ts",
"require": "./styles.js"
}
},
"sideEffects": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmwc/rmwc.git"
},
"keywords": [
"rmwc",
"react",
"react-material",
"material-design",
"react-mdc",
"react-material-design"
],
"author": "rmwc",
"private": false,
"license": "MIT",
"bugs": {
"url": "https://github.com/rmwc/rmwc/issues"
},
"homepage": "https://github.com/rmwc/rmwc#readme",
"peerDependencies": {
"react": ">=16.8.x",
"react-dom": ">=16.8.x"
},
"dependencies": {
"@rmwc/avatar": "14.3.5",
"@rmwc/badge": "14.3.5",
"@rmwc/base": "14.3.5",
"@rmwc/button": "14.3.5",
"@rmwc/card": "14.3.5",
"@rmwc/checkbox": "14.3.5",
"@rmwc/chip": "14.3.5",
"@rmwc/chip-evolution": "14.3.5",
"@rmwc/circular-progress": "14.3.5",
"@rmwc/data-table": "14.3.5",
"@rmwc/dialog": "14.3.5",
"@rmwc/drawer": "14.3.5",
"@rmwc/elevation": "14.3.5",
"@rmwc/fab": "14.3.5",
"@rmwc/floating-label": "14.3.5",
"@rmwc/formfield": "14.3.5",
"@rmwc/grid": "14.3.5",
"@rmwc/grid-list": "14.3.5",
"@rmwc/icon": "14.3.5",
"@rmwc/icon-button": "14.3.5",
"@rmwc/image-list": "14.3.5",
"@rmwc/line-ripple": "14.3.5",
"@rmwc/linear-progress": "14.3.5",
"@rmwc/list": "14.3.5",
"@rmwc/menu": "14.3.5",
"@rmwc/notched-outline": "14.3.5",
"@rmwc/provider": "14.3.5",
"@rmwc/radio": "14.3.5",
"@rmwc/ripple": "14.3.5",
"@rmwc/segmented-button": "14.3.5",
"@rmwc/select": "14.3.5",
"@rmwc/slider": "14.3.5",
"@rmwc/snackbar": "14.3.5",
"@rmwc/switch": "14.3.5",
"@rmwc/tabs": "14.3.5",
"@rmwc/textfield": "14.3.5",
"@rmwc/theme": "14.3.5",
"@rmwc/toggleable": "14.3.5",
"@rmwc/tooltip": "14.3.5",
"@rmwc/rc-tooltip": "14.3.5",
"@rmwc/top-app-bar": "14.3.5",
"@rmwc/types": "14.3.5",
"@rmwc/typography": "14.3.5",
"material-components-web": "^14.0.0"
}
}