@kolking/react-native-parallax-swiper
Version:
React Native component for building an impressive horizontal swiper with a parallax effect.
78 lines (77 loc) • 2.25 kB
JSON
{
"name": "@kolking/react-native-parallax-swiper",
"version": "1.0.1",
"description": "React Native component for building an impressive horizontal swiper with a parallax effect.",
"author": "Nick Seryakov (https://github.com/kolking)",
"license": "MIT",
"homepage": "https://github.com/kolking/react-native-parallax-swiper#readme",
"repository": {
"type": "git",
"url": "git+https://kolking@github.com/kolking/react-native-parallax-swiper.git"
},
"bugs": {
"url": "https://github.com/kolking/react-native-parallax-swiper/issues"
},
"keywords": [
"react-native",
"ios",
"android",
"parallax",
"swiper",
"carousel",
"intro",
"onboarding",
"scrollable",
"reanimated",
"parallax effect",
"parallax swiper",
"parallax scrolling",
"parallax carousel"
],
"main": "src/index",
"react-native": "src/index",
"source": "src/index",
"scripts": {
"start": "cd example && yarn start",
"test": "jest --passWithNoTests",
"coverage": "yarn test --coverage",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./",
"validate": "yarn tsc && yarn lint --fix && yarn test -u",
"validate-ci": "yarn tsc && yarn lint && yarn coverage",
"install-all": "yarn && cd example && yarn && npx pod-install"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.1",
"@react-native/eslint-config": "0.75.1",
"@react-native/metro-config": "0.75.1",
"@react-native/typescript-config": "0.75.1",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react": "18.3.1",
"react-native": "0.75.1",
"react-native-reanimated": "^3.15.0",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-reanimated": "*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}