UNPKG

react-x-switch

Version:

Cross-platform Switch component for React and React Native.

36 lines (35 loc) 938 B
{ "name": "react-x-switch", "version": "3.0.0", "description": "Cross-platform Switch component for React and React Native.", "license": "MIT", "author": "Mark Miyashita <negativetwelve@gmail.com>", "homepage": "https://github.com/negativetwelve/react-x", "repository": "https://github.com/negativetwelve/react-x/tree/master/packages/react-x-switch", "keywords": [ "component", "cross-platform", "platform", "react", "react-native", "react-x", "react-x-component" ], "main": "build/Switch", "files": [ "build" ], "dependencies": { "prop-types": "^15.6.1", "react-ios-switch": "^0.1.19" }, "peerDependencies": { "react": "*" }, "scripts": { "build": "babel src --out-dir build --ignore \"**/__tests__/**\"", "clean": "rimraf build", "prepublishOnly": "yarn run clean && yarn run build" }, "gitHead": "d58fae733b5d3766fce3d0969ec5d933c53a868d" }