UNPKG

react-health-card

Version:
83 lines (82 loc) 2.48 kB
{ "name": "react-health-card", "version": "1.4.0", "description": "An awesome react health card component.", "main": "lib/index.js", "module": "es/index.js", "unpkg": "umd/react-health-card.js", "scripts": { "build-css": "node-sass-chokidar src/ -o lib/", "watch-css": "yarn build-css && node-sass-chokidar src/ -o lib/ --watch --recursive", "lint": "eslint src/index.js", "prettier": "prettier --config .prettierrc --write 'src/index.js'", "prettier:list-diff": "prettier --config .prettierrc --list-different 'src/index.js'", "test": "yarn lint", "build": "rimraf lib && yarn test && yarn build-css && rollup -c", "watch": "rimraf lib && yarn build-css && rollup -c -w", "prepublish": "yarn build" }, "repository": { "type": "git", "url": "git+https://github.com/medipass/react-health-card.git" }, "keywords": [ "awesome", "react", "health-card", "health", "card", "shit", "hot", "payment", "medipass" ], "author": "Jake Moxey", "license": "MIT", "bugs": { "url": "https://github.com/medipass/react-health-card/issues" }, "homepage": "https://github.com/medipass/react-health-card#readme", "eslintConfig": { "extends": "@medipass/react-medipass", "rules": { "jsx-a11y/href-no-hash": 0 } }, "peerDependencies": { "react": ">=15.0.0", "react-dom": ">=15.0.0", "styled-components": ">=4.2.0" }, "dependencies": { "@babel/runtime": "7.4.5", "babel-eslint": "10.0.1", "classnames": "^2.2.6", "lodash": "^4.17.11", "prop-types": "^15.7.2" }, "devDependencies": { "@babel/core": "7.4.4", "@babel/plugin-proposal-class-properties": "7.4.4", "@babel/plugin-proposal-export-namespace-from": "7.2.0", "@babel/plugin-proposal-object-rest-spread": "7.4.4", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/preset-env": "7.4.4", "@babel/preset-react": "7.0.0", "@medipass/eslint-config-react-medipass": "^8.4.1", "eslint": "^5.16.0", "eslint-plugin-react": "^7.12.4", "is-builtin-module": "3.0.0", "node-sass-chokidar": "1.3.4", "prettier": "^1.17.0", "rimraf": "^2.6.3", "rollup": "1.12.3", "rollup-plugin-babel": "4.3.2", "rollup-plugin-commonjs": "10.0.0", "rollup-plugin-node-resolve": "5.0.0", "rollup-plugin-proxy-directories": "1.2.0", "rollup-plugin-terser": "4.0.4", "tar": "4.4.8", "xo": "^0.24.0" } }