UNPKG

react-material-web-components

Version:
83 lines (82 loc) 2.66 kB
{ "name": "react-material-web-components", "version": "0.3.2", "description": "React Wrapper for Material Design Components", "main": "lib/index.js", "jsnext:main": "src/index.js", "repository": "dimik/react-material-web-components", "keywords": [ "react", "react-component", "mdc", "mdc-web", "material-design", "material-design-components" ], "author": { "name": "Dmitry Poklonskiy", "email": "dimik.box@gmail.com" }, "license": "MIT", "dependencies": { "@material/button": "^0.7.0", "@material/card": "^0.2.9", "@material/checkbox": "^0.4.7", "@material/dialog": "^0.4.4", "@material/drawer": "^0.5.8", "@material/elevation": "^0.1.12", "@material/fab": "^0.5.1", "@material/form-field": "^0.2.16", "@material/grid-list": "^0.2.12", "@material/icon-toggle": "^0.1.21", "@material/layout-grid": "^0.4.4", "@material/linear-progress": "^0.1.10", "@material/list": "^0.2.19", "@material/menu": "^0.4.7", "@material/radio": "^0.2.14", "@material/ripple": "^0.8.7", "@material/select": "^0.3.17", "@material/slider": "^0.2.6", "@material/snackbar": "^0.4.0", "@material/switch": "^0.1.14", "@material/tabs": "^0.3.0", "@material/textfield": "^0.4.1", "@material/toolbar": "^0.4.10", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "classnames": "^2.2.3", "cross-env": "^5.0.5", "lodash.uniqueid": "^4.0.1", "prop-types": "^15.5.0", "rimraf": "^2.6.2", "webpack-dev-server": "^2.8.2" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.1", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.24.1", "babel-preset-react-hmre": "^1.1.1", "babel-preset-stage-0": "^6.24.1", "cross-env": "^5.0.0", "ejs": "^2.4.1", "eslint": "^2.11.1", "eslint-plugin-react": "^5.1.1", "rimraf": "^2.6.1", "standard-version": "^4.0.0", "webpack": "^2.7.0", "webpack-dev-server": "^2.5.1" }, "scripts": { "clean": "rimraf lib out", "react:clean": "rimraf node_modules/react node_modules/react-dom", "lint": "eslint src scripts", "compile": "rimraf lib && babel src --out-dir lib", "build-umd": "cross-env NODE_ENV=production webpack src/index.js out/index.js --output-library ReactMDC --output-library-target umd", "build-min": "cross-env NODE_ENV=production webpack -p src/index.js out/index.min.js --output-library ReactMDC --output-library-target umd", "release": "./scripts/release.sh" } }