rn-flexible-dots
Version:
A customizable pagination dots component for React Native
61 lines (60 loc) • 1.74 kB
JSON
{
"name": "rn-flexible-dots",
"version": "1.1.1",
"description": "A customizable pagination dots component for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint --ext .ts,.tsx src/",
"test": "echo \"No tests specified\""
},
"keywords": [
"react-native",
"pagination",
"dots",
"carousel",
"swiper",
"indicator",
"component",
"ui",
"animation"
],
"author": {
"name": "Alcides Bezerra",
"email": "alcides.bsilvaneto@gmail.com",
"url": "https://github.com/alcidesbsilvaneto"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alcidesbsilvaneto/rn-flexible-dots.git"
},
"bugs": {
"url": "https://github.com/alcidesbsilvaneto/rn-flexible-dots/issues"
},
"homepage": "https://github.com/alcidesbsilvaneto/rn-flexible-dots#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.70.0",
"typescript": "^4.9.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^4.0.0",
"eslint-plugin-react-native": "^4.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}