UNPKG

@activelylearn/material-ui

Version:

Material-UI's workspace package

74 lines (73 loc) 2.35 kB
{ "name": "@material-ui/core", "private": true, "author": "Material-UI Team", "version": "1.1.0", "description": "React components that implement Google's Material Design.", "keywords": [ "react", "react-component", "material design", "material-ui" ], "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui.git" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "http://material-ui.com/", "scripts": { "prebuild": "rimraf build", "build:es2015": "cross-env NODE_ENV=production babel ./src --out-dir ./build --ignore *.test.js", "build:es2015modules": "cross-env NODE_ENV=production BABEL_ENV=modules babel ./src/index.js --out-file ./build/index.es.js", "build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./build/es --ignore *.test.js", "build:umd": "BABEL_ENV=production-umd rollup -c scripts/rollup.config.js && rimraf dist/material-ui.esm.js", "build:copy-files": "babel-node ./scripts/copy-files.js", "build": "yarn build:es2015 && yarn build:es2015modules && yarn build:es && yarn build:umd && yarn build:copy-files", "release": "yarn build && npm publish build" }, "peerDependencies": { "react": "^16.3.0", "react-dom": "^16.3.0" }, "dependencies": { "@babel/runtime": "^7.0.0-beta.42", "@types/jss": "^9.5.3", "@types/react-transition-group": "^2.0.8", "brcast": "^3.0.1", "classnames": "^2.2.5", "csstype": "^2.5.2", "debounce": "^1.1.0", "deepmerge": "^2.0.1", "dom-helpers": "^3.2.1", "hoist-non-react-statics": "^2.5.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", "normalize-scroll-left": "^0.1.2", "prop-types": "^15.6.0", "react-event-listener": "^0.6.0", "react-jss": "^8.1.0", "react-popper": "^0.10.0", "react-transition-group": "^2.2.1", "recompose": "^0.26.0 || ^0.27.0", "scroll": "^2.0.3", "warning": "^3.0.0" }, "devDependencies": {}, "sideEffects": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=6.0.0" } }