@ahsankk/react-native-animated-components
Version:
A set of reusable animated components for React Native using Reanimated
46 lines (45 loc) • 1.29 kB
JSON
{
"name": "@ahsankk/react-native-animated-components",
"version": "2.0.0",
"description": "A set of reusable animated components for React Native using Reanimated",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"react-native",
"animated-components",
"react-native-reanimated",
"ui-library",
"component-library",
"carousel",
"drawer",
"switch"
],
"author": "Ahsan Ali",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahsan-K/react-native-animated-components.git"
},
"bugs": {
"url": "https://github.com/ahsan-K/react-native-animated-components/issues"
},
"homepage": "https://github.com/ahsan-K/react-native-animated-components#readme",
"files": [
"dist"
],
"peerDependencies": {
"react": "^18.2.0",
"react-native": "^0.71.8",
"react-native-gesture-handler": "^2.26.0",
"react-native-reanimated": ">=3.0.0"
},
"devDependencies": {
"@types/react": "^18.3.23",
"@types/react-native": "^0.71.13",
"typescript": "^5.8.3"
}
}