UNPKG

react-native-switch-toggle

Version:

Highly customizable animating react native switch toggle component.

64 lines (63 loc) 1.84 kB
{ "name": "react-native-switch-toggle", "version": "2.2.1", "description": "Highly customizable animating react native switch toggle component.", "main": "lib/index.js", "types": "lib/index.d.ts", "postinstall": "dooboolab-welcome postinstall", "scripts": { "lint": "eslint . --ext .ts,.tsx,.js,.jsx", "build": "rm -rf ./lib && tsc && flowgen lib/index.d.ts -o lib/index.js.flow", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/dooboolab/react-native-switch-toggle.git" }, "keywords": [ "react-native", "switch", "toggle", "swtich-toggle", "react-native-switch-toggle" ], "author": "dooboolab@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/dooboolab/react-native-switch-toggle/issues" }, "homepage": "https://github.com/dooboolab/react-native-switch-toggle#readme", "dependencies": { "dooboolab-welcome": "^1.3.0" }, "peerDependencies": { "react": ">=16.9", "react-native": ">=0.58" }, "devDependencies": { "@babel/core": "^7.14.2", "@babel/preset-typescript": "^7.13.0", "@dooboo/eslint-config": "^0.7.2", "@testing-library/jest-native": "^4.0.1", "@testing-library/react-native": "^7.2.0", "@types/jest": "^26.0.23", "@types/react": "~17.0.5", "@types/react-dom": "^17.0.5", "@types/react-native": "~0.64.5", "@types/react-test-renderer": "^17.0.1", "eslint": "^7.26.0", "eslint-plugin-prettier": "^3.4.0", "flowgen": "^1.14.1", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.66.0", "prettier": "^2.3.0", "react": "^17.0.2", "react-native": "^0.64.0", "react-test-renderer": "^17.0.2", "ts-jest": "^26.5.6", "typescript": "^4.2.4" }, "publishConfig": { "access": "public" } }