rn-swipe-button
Version:
react native swipe/slide button component
80 lines (79 loc) • 2.2 kB
JSON
{
"name": "rn-swipe-button",
"version": "3.0.1",
"description": "react native swipe/slide button component",
"main": "index.js",
"scripts": {
"test": "jest --config jest.config.js",
"lint": "eslint .",
"format": "prettier --write 'src/**/*.tsx'",
"prepare": "husky",
"updateSnapshot": "jest --config jest.config.js --updateSnapshot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UdaySravanK/RNSwipeButton.git"
},
"keywords": [
"react-native-swipe-button",
"swipe-button",
"rn-swipe-button",
"swipeable-button",
"swipeable",
"swipe",
"slide-to-unlock",
"slide-button",
"react-native-slide-button",
"react-native-slide",
"swipe-to-unlock",
"rn-slide-button",
"right-to-left-swipe-button",
"right-to-left-slide-button",
"swipe-right-to-left",
"swipe-left-to-right",
"slide"
],
"author": "Uday Sravan Kumar Kamineni",
"maintainers": [
"UdaySravanK"
],
"contributors": [
"UdaySravanK"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/UdaySravanK/RNSwipeButton/issues"
},
"homepage": "https://github.com/UdaySravanK/RNSwipeButton#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@eslint/js": "^9.4.0",
"@jest/globals": "^29.7.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "^0.76.1",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.8.1",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"globals": "^15.3.0",
"husky": "^9.0.1",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"pretty-quick": "^2.0.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-prettier": "^1.1.2",
"ts-jest": "^29.2.5",
"typescript-eslint": "^7.12.0"
},
"peerDependencies": {
"react": ">=18.1.0",
"react-native": ">=0.70.0"
},
"types": "./types.d.ts"
}