@react-x/switch
Version:
Cross-platform Switch component for React and React Native.
32 lines (31 loc) • 845 B
JSON
{
"name": "@react-x/switch",
"version": "3.4.1",
"description": "Cross-platform Switch component for React and React Native.",
"license": "MIT",
"author": "Mark Miyashita <mark@miyashita.co>",
"homepage": "https://github.com/negativetwelve/react-x",
"repository": "https://github.com/negativetwelve/react-x/tree/master/components/switch",
"keywords": [
"react",
"react-native",
"react-x"
],
"main": "build/Switch",
"files": [
"build"
],
"dependencies": {
"prop-types": "15.7.2",
"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": "eb9e4db5e2767c0534f3a0a0cbb5eeb91b91ed1b"
}