@6thquake/react-material
Version:
React components that implement Google's Material Design.
99 lines • 2.71 kB
JSON
{
"name": "@6thquake/react-material",
"version": "0.6.7",
"private": false,
"licenses": "MIT",
"main": "./index.js",
"module": "./esm/index.js",
"description": "React components that implement Google's Material Design.",
"author": "6thquake Team",
"maintainers": [
{
"lico": "lico.atom@gmail.com"
}
],
"keywords": [
"react",
"react components",
"react material",
"material design",
"material ui"
],
"pre-commit": [],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:6thquake/react-material.git"
},
"peerDependencies": {
"react": "^15.6.2 || ^16.8.6",
"react-dom": "^15.6.2 || ^16.8.6"
},
"dependencies": {
"@babel/polyfill": "^7.2.0",
"@babel/runtime": "^7.2.0",
"@date-io/moment": "^1.1.0",
"@material-ui/core": "^4.1.0",
"@material-ui/icons": "^4.1.0",
"@material-ui/lab": "^4.0.0-alpha.15",
"@material-ui/pickers": "^3.1.0",
"@material-ui/styles": "^4.1.0",
"@material-ui/system": "^4.1.0",
"@material-ui/types": "^4.1.0",
"@material-ui/utils": "^4.1.0",
"@types/jss": "^9.5.3",
"@types/react-transition-group": "^2.0.16",
"brcast": "^3.0.1",
"classnames": "^2.2.5",
"clsx": "^1.0.2",
"convert-css-length": "^2.0.0",
"css-loader": "^0.28.11",
"csstype": "^2.5.2",
"debounce": "^1.1.0",
"deepmerge": "^3.0.0",
"dom-helpers": "^3.2.1",
"formsy-react": "^1.1.5",
"hoist-non-react-statics": "^3.2.1",
"immutability-helper": "^2.7.0",
"is-plain-object": "^3.0.0",
"jss": "^9.3.3",
"jss-camel-case": "^6.0.0",
"jss-default-unit": "^8.0.2",
"jss-global": "^3.0.0",
"jss-nested": "^6.0.1",
"jss-props-sort": "^6.0.0",
"jss-vendor-prefixer": "^7.0.0",
"keycode": "^2.1.9",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"normalize-scroll-left": "^0.2.0",
"popper.js": "^1.14.1",
"prismjs": "^1.14.0",
"prop-types": "^15.7.2",
"rc-menu": "^7.4.22",
"rc-tree": "^1.15.2",
"re-resizable": "^4.11.0",
"react-addons-update": "^15.6.2",
"react-annotation": "^2.1.6",
"react-custom-scrollbars": "^4.2.1",
"react-dnd": "^7.4.5",
"react-dnd-html5-backend": "^7.4.4",
"react-event-listener": "^0.6.6",
"react-jss": "^8.1.0",
"react-lifecycles-compat": "^3.0.4",
"react-resizable": "^1.7.5",
"react-scrollbar-size": "^2.0.2",
"react-transition-group": "^4.0.0",
"recompose": "^0.29.0",
"scroll": "^2.0.3",
"video.js": "^7.5.4",
"warning": "^4.0.1"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=6.11.0"
},
"typings": "./index.d.ts"
}