UNPKG

react-ui-icheck

Version:

iCheck customizable checkboxes and radios built with React.

93 lines (92 loc) 2.68 kB
{ "name": "react-ui-icheck", "description": "iCheck customizable checkboxes and radios built with React.", "version": "0.8.1", "author": { "name": "Victor Popkov", "email": "victor@popkov.me" }, "dependencies": { "classnames": "^2.3.1", "is-mobile": "^3.0.0", "prop-types": "^15.7.2", "react-dom": "^17.0.2" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.14.5", "@types/jest": "^27.0.1", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", "babel-eslint": "^10.1.0", "codecov": "^3.8.3", "cross-env": "^7.0.3", "enzyme": "^3.11.0", "enzyme-to-json": "^3.6.2", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.25.1", "expect": "^27.2.0", "jest": "^27.2.0", "jsdom": "^17.0.0", "npm-run-all": "^4.1.5", "prettier": "^2.4.0", "prettier-eslint": "^13.0.0", "raf": "^3.4.1", "react": "^17.0.2", "yarn-audit-fix": "^7.0.3", "yarn-deduplicate": "^3.1.0" }, "engines": { "node": ">=12.* <13.* || >=14.*" }, "esnext": "src/index.js", "files": [ "lib/", "src/" ], "homepage": "https://github.victorpopkov.com/react-ui-icheck/", "keywords": [ "checkbox", "form", "icheck", "input", "radio", "react", "react-ui-icheck", "switch", "toggle", "ui" ], "license": "MIT", "main": "lib/index.js", "peerDependencies": { "react": "^16" }, "repository": { "type": "git", "url": "github:victorpopkov/react-ui-icheck" }, "scripts": { "audit:fix": "yarn-audit-fix", "build": "cross-env BABEL_ENV=production NODE_ENV=production babel ./src/ -d ./lib/ --ignore './**/*.spec.jsx'", "ci:eslint": "eslint --config ./.eslintrc --ext js,jsx --format ./.github/eslint-issues.js .", "ci:prettier:md": "prettier --check './**/*.md'", "ci:prettier:yml": "prettier --check './**/*.yml'", "ci:test": "jest --coverage --coverageReporters=json-summary --json --outputFile=jest-summary.json", "deduplicate": "yarn-deduplicate", "lint": "npm-run-all --continue-on-error lint:*", "lint:eslint": "eslint --config ./.eslintrc --ext js,jsx .", "lint:prettier": "prettier --check .", "prepare": "npm-run-all build", "test": "jest --coverage", "test:codecov": "codecov", "test:watch": "jest --watch" } }