UNPKG

react-native-animated-pagination-dots

Version:
142 lines (141 loc) 3.52 kB
{ "name": "react-native-animated-pagination-dots", "version": "0.1.73", "description": "FlatList animated pagination dots", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "react-native-animated-pagination-dots.podspec", "!lib/typescript/example", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "bob build && husky install", "release": "release-it", "example": "yarn --cwd example", "pods": "cd example && pod-install --quiet", "bootstrap": "yarn example && yarn && yarn pods" }, "keywords": [ "react-native", "ios", "android" ], "repository": "https://github.com/weahforsage/react-native-animated-pagination-dots", "author": "Sanjaajamts Munkhbold <sanjasapple@gmail.com> (https://github.com/weahforsage)", "license": "MIT", "bugs": { "url": "https://github.com/weahforsage/react-native-animated-pagination-dots/issues" }, "homepage": "https://github.com/weahforsage/react-native-animated-pagination-dots#readme", "devDependencies": { "@babel/eslint-parser": "^7.18.9", "@commitlint/config-conventional": "^17.1.0", "@react-native-community/eslint-config": "^3.1.0", "@release-it/conventional-changelog": "^5.1.0", "@types/jest": "^29.0.0", "@types/react": "^18.0.18", "@types/react-native": "0.69.6", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "commitlint": "^17.1.2", "eslint": "^8.23.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.0", "jest": "^29.0.1", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "^18.0.18", "react-native": "0.69.5", "react-native-builder-bob": "^0.18.3", "react-native-svg": "^13.1.0", "release-it": "^15.4.1", "typescript": "^4.8.2" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-svg": "*" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "eslintConfig": { "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] } }