UNPKG

react-mdc-web

Version:

React web components for Material Design

77 lines (76 loc) 2.32 kB
{ "name": "react-mdc-web", "version": "0.17.0", "description": "React web components for Material Design", "main": "lib/index.js", "jsnext:main": "src/index.js", "author": "kradio3", "license": "SEE LICENSE IN LICENSE.md", "repository": "kradio3/react-mdc-web", "keywords": [ "react", "mdc", "web", "ui", "material", "design", "components", "web" ], "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.21.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.10", "babel-plugin-transform-class-properties": "^6.19.0", "babel-plugin-transform-object-rest-spread": "^6.20.2", "babel-polyfill": "^6.9.1", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-2": "^6.18.0", "conventional-changelog": "^1.1.0", "css-loader": "^0.26.1", "eslint": "^3.12.2", "eslint-config-airbnb": "^14.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^3.0.2", "eslint-plugin-react": "^6.9.0", "fs-extra-promise": "^1.0.1", "node-sass": "^3.7.0", "postcss-loader": "^1.2.1", "react": "^15.4.0", "react-dom": "^15.4.0", "rimraf": "^2.6.1", "sass-loader": "^4.1.1", "sitemap": "^1.12.0", "standard-version": "^4.0.0", "style-loader": "^0.13.1", "webpack": "^2.2.1" }, "files": [ "LICENSE.md", "README.md", "lib/", "out/" ], "scripts": { "preversion": "npm test", "lint": "eslint src/**", "pretest": "npm run lint", "test": "echo \"TODO tests\"", "clean": "rimraf lib", "compile": "babel src --ignore __tests__ --out-dir lib", "docs:develop": "cd docs && ./node_modules/.bin/gatsby develop", "docs:build": "cd docs && NODE_ENV=production ./node_modules/.bin/gatsby build --prefix-links", "docs:deploy": "cd docs && ./node_modules/.bin/gh-pages -d public", "docs:release": "npm run docs:build && npm run docs:deploy", "watch": "npm run compile -- --watch", "build-umd": "rm -rf out/ && NODE_ENV=production webpack", "release": "npm run lint npm run clean && npm run compile && npm run build-umd && standard-version" }, "dependencies": { "classnames": "^2.2.5", "material-components-web": "^0.26.0", "prop-types": "^15.5.10" } }