UNPKG

react-input-checkbox

Version:

Simple and stylable checkbox UI component for React apps

81 lines (80 loc) 2.1 kB
{ "name": "react-input-checkbox", "version": "1.1.0", "description": "Simple and stylable checkbox UI component for React apps", "scripts": { "demo": "parcel demo/index.html", "build": "nps build", "test": "jest", "size": "size-limit" }, "keywords": [ "react", "react-component", "react-checkbox", "checkbox", "form", "input" ], "author": "Paul Popov <justredpaul@yandex.ru>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/justredpaul/react-input-checkbox.git" }, "bugs": { "url": "https://github.com/justredpaul/react-input-checkbox/issues" }, "homepage": "https://github.com/justredpaul/react-input-checkbox", "main": "lib/react-input-checkbox.js", "peerDependencies": { "react": "^18.1.0", "react-dom": "^18.1.0" }, "devDependencies": { "@babel/core": "7.10.4", "@babel/preset-env": "7.10.4", "@babel/preset-react": "7.10.4", "@size-limit/preset-small-lib": "4.5.5", "@testing-library/jest-dom": "5.11.1", "@testing-library/react": "10.4.7", "autoprefixer": "9.8.5", "babel-cli": "6.26.0", "babel-core": "6.26.3", "babel-jest": "26.1.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "jest": "26.1.0", "jest-transform-css": "2.0.0", "nps": "5.10.0", "nps-utils": "1.7.0", "parcel-bundler": "1.12.4", "prismjs": "1.20.0", "prop-types": "15.7.2", "react": "16.9.0", "react-dom": "16.9.0", "rollup": "1.32.1", "rollup-plugin-babel": "4.3.3", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-postcss": "2.0.3", "rollup-plugin-uglify": "^6.0.4", "size-limit": "4.5.5", "uglify-es": "3.3.9" }, "types": "react-input-checkbox.d.ts", "jest": { "transform": { "^.+\\.[t|j]sx?$": "babel-jest", ".+\\.(css)$": "jest-transform-css" } }, "size-limit": [ { "path": [ "lib/react-input-checkbox.min.js", "lib/react-input-checkbox.min.css" ], "limit": "2kb", "webpack": false } ] }