UNPKG

jss-react-material

Version:

Google Material Components for React

84 lines (83 loc) 2.37 kB
{ "name": "jss-react-material", "version": "0.3.3", "description": "Google Material Components for React", "main": "lib/index.js", "config": { "MOCHA_OPTS": "test/unit/ --opts test/unit/mocha.opts", "ISPARTA_OPTS": "--report html", "COVERAGE_OPTS": "--statements 100 --functions 100 --branches 100 --lines 100" }, "keywords": [ "react", "react-material", "react-component", "material design", "material ui", "google material design" ], "files": [ "README.md", "lib", "src/style", "index.scss" ], "license": "MIT", "author": "Joxoo <info@joxoo.com>", "dependencies": { "lodash": "4.17.11", "moment": "2.22.2", "prop-types": "15.6.2", "react": "16.7.0", "react-addons-shallow-compare": "15.6.2", "react-dom": "16.7.0", "valid-url": "1.0.9" }, "peerDependencies": { "react": ">=16.7.0", "react-dom": ">=16.7.0" }, "devDependencies": { "babel": "6.23.0", "babel-cli": "6.26.0", "babel-core": "6.26.3", "babel-eslint": "10.0.1", "babel-loader": "8.0.4", "babel-plugin-transform-decorators-legacy": "1.3.5", "babel-preset-es2015": "6.24.1", "babel-preset-react": "6.24.1", "babel-preset-stage-0": "6.24.1", "babel-runtime": "6.26.0", "chai": "4.2.0", "chai-as-promised": "7.1.1", "chai-string": "1.5.0", "chai-subset": "1.6.0", "chai-things": "0.2.0", "es6-promise": "4.2.5", "eslint": "5.9.0", "eslint-config-gpbl": "1.0.2", "eslint-plugin-mocha": "5.2.0", "eslint-plugin-react": "3.2.3", "isparta": "^4.0.0", "istanbul": "^0.4.1", "jsdom": "^6.3.0", "mocha": "^2.3.0", "react-hot-loader": "4.3.12", "react-shallow-testutils": "3.0.1", "run-mode": "1.0.1", "sinon": "^1.16.1", "sinon-as-promised": "^4.0.0", "sinon-chai": "^2.8.0" }, "repository": { "type": "git", "url": "https://github.com/joxoo/react-material.git" }, "scripts": { "lint": "eslint src", "build": "npm run lint && babel --stage 1 ./src --out-dir ./lib", "test": "npm run test:unit:with-coverage", "test:unit": "NODE_ENV=test mocha test/unit --opts test/unit/mocha.opts", "coverage": "babel-node node_modules/isparta/bin/isparta cover --report text --report html node_modules/mocha/bin/_mocha -- --opts test/unit/mocha.opts" } }