UNPKG

@freakycoder/animated-tabbar

Version:

A 60FPS animated tab bar with a variety of cool animation presets.

85 lines (84 loc) 2.47 kB
{ "name": "@freakycoder/animated-tabbar", "version": "4.0.2-pre-alpha", "description": "A 60FPS animated tab bar with a variety of cool animation presets.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "react-native": "src/index.ts", "files": [ "src", "lib" ], "keywords": [ "animated-tabbar", "react-native", "ios", "android", "react-navigation", "reanimated", "tabbar", "tab-bar", "bottom-bar" ], "repository": "https://github.com/WrathChaos/react-native-animated-tabbar", "author": "FreakyCoder", "license": "MIT", "bugs": { "url": "https://github.com/WrathChaos/react-native-animated-tabbar/issues" }, "homepage": "https://github.com/WrathChaos/react-native-animated-tabbar#readme", "scripts": { "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "build": "bob build", "release": "release-it", "example": "yarn --cwd example", "bootstrap": "yarn install && yarn example" }, "dependencies": { "lodash.isequal": "^4.5.0", "react-native-redash": "14.2.4" }, "devDependencies": { "@commitlint/cli": "^9.1.1", "@commitlint/config-conventional": "^9.1.1", "@react-native-community/bob": "^0.16.2", "@react-native-community/eslint-config": "^2.0.0", "@react-native-community/masked-view": "^0.1.10", "@release-it/conventional-changelog": "^1.1.4", "@types/react": "^16.9.19", "@types/react-native": "0.61.10", "auto-changelog": "^2.2.0", "eslint": "^7.1.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.3.0", "prettier": "^2.1.2", "react": "18.2.0", "react-native": "0.73.6", "react-native-gesture-handler": "2.16.0", "react-native-reanimated": "3.8.1", "react-native-safe-area-context": "4.9.0", "react-native-svg": "^12.1.0", "release-it": "^13.6.5", "typescript": "4.0.3" }, "peerDependencies": { "@react-navigation/native": ">= 5.0.0", "@react-native-community/masked-view": ">= 0.1.11", "react-native-gesture-handler": ">= 2.16.0", "react-native-reanimated": "3.8.1", "react-native-safe-area-context": ">= 4.9.0", "react-native-svg": ">= 12.0.2" }, "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] } }