react-native-segmented-tab-wrapper
Version:
A customizable segmented tab wrapper component for React Native with smooth animations
84 lines (83 loc) • 2.11 kB
JSON
{
"name": "react-native-segmented-tab-wrapper",
"version": "1.0.5",
"description": "A customizable segmented tab wrapper component for React Native with smooth animations",
"main": "index.ts",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"clean": "rm -rf lib",
"test": "jest",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
"typecheck": "tsc --noEmit",
"watch": "tsc --watch",
"dev": "tsc --watch"
},
"keywords": [
"react-native",
"segmented-control",
"tab-wrapper",
"tabs",
"animated",
"reanimated",
"ios",
"android",
"children",
"wrapper",
"segment",
"navigation",
"ui",
"component"
],
"author": {
"name": "Umut Misket",
"email": "umutmisket01@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/umutmisket/react-native-segmented-tab-wrapper.git"
},
"bugs": {
"url": "https://github.com/umutmisket/react-native-segmented-tab-wrapper/issues"
},
"homepage": "https://github.com/umutmisket/react-native-segmented-tab-wrapper#readme",
"peerDependencies": {
"react": ">=19.0.0",
"react-native": ">=0.80.0",
"react-native-reanimated": ">=4.0.0",
"react-native-worklets": ">=0.4.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"jest": "^29.7.0",
"react": "^19.1.0",
"react-native": "^0.80.0",
"react-native-reanimated": "^4.0.0",
"react-native-worklets": "^0.4.0",
"typescript": "^5.9.2"
},
"files": [
"src/",
"README.md",
"LICENSE",
"package.json"
],
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"publishConfig": {
"access": "public"
},
"react-native": "index.ts"
}