@umituz/react-native-animation
Version:
Universal animation system for React Native with react-native-reanimated. Provides declarative animations, gesture handling, and preset configurations.
55 lines (54 loc) • 1.51 kB
JSON
{
"name": "@umituz/react-native-animation",
"version": "1.5.0",
"description": "Universal animation system for React Native with react-native-reanimated. Provides declarative animations, gesture handling, and preset configurations.",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"lint": "tsc --noEmit",
"clean": "rm -rf lib",
"prebuild": "npm run clean",
"version:patch": "npm version patch -m 'chore: release v%s'",
"version:minor": "npm version minor -m 'chore: release v%s'",
"version:major": "npm version major -m 'chore: release v%s'"
},
"keywords": [
"react-native",
"animation",
"reanimated",
"gesture-handler",
"animations",
"gestures"
],
"author": "Ümit UZ <umit@umituz.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/umituz/react-native-animation"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-native": ">=0.74.0",
"react-native-reanimated": ">=3.10.0",
"react-native-gesture-handler": ">=2.16.0"
},
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react-native": "^0.73.0",
"react": "^18.2.0",
"react-native": "^0.74.0",
"react-native-reanimated": "^3.10.1",
"react-native-gesture-handler": "~2.16.1",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
},
"files": [
"src",
"README.md",
"LICENSE"
]
}