UNPKG

react-native-slider-intro

Version:

A simple and full customizable React Native package which implements a unique slider.

128 lines (127 loc) 3.14 kB
{ "name": "react-native-slider-intro", "version": "3.0.1", "description": "A simple and full customizable React Native package which implements a unique slider.", "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", "*.podspec", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "example": "yarn workspace react-native-slider-intro-example", "example:ios": "yarn example ios", "example:android": "yarn example android", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli lib", "prepare": "bob build" }, "keywords": [ "react native", "react-native", "ios", "android", "slider", "swiper", "intro", "carousel", "tutorial", "app", "animation", "mobile", "ui", "react-component" ], "repository": { "type": "git", "url": "git+https://github.com/RichardRNStudio/react-native-slider-intro.git" }, "author": "RichardRNStudio <info@rnstudio.hu> (https://github.com/RichardRNStudio)", "license": "MIT", "bugs": { "url": "https://github.com/RichardRNStudio/react-native-slider-intro/issues" }, "homepage": "https://github.com/RichardRNStudio/react-native-slider-intro#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@commitlint/config-conventional": "^19.6.0", "@evilmartians/lefthook": "^1.10.0", "@react-native/babel-preset": "^0.77.0", "@react-native/eslint-config": "^0.77.0", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^29.5.14", "@types/react": "^18.3.1", "@types/react-test-renderer": "^18.3.0", "commitlint": "^19.6.1", "del-cli": "^6.0.0", "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", "prettier": "^3.4.2", "react": "18.3.1", "react-native": "0.77.0", "react-native-builder-bob": "^0.36.0", "react-test-renderer": "^18.3.1", "release-it": "^15.0.0", "typescript": "^5.7.3" }, "resolutions": { "@types/react": "^18.2.44" }, "peerDependencies": { "react": "*", "react-native": "*" }, "workspaces": [ "example" ], "packageManager": "yarn@3.6.1", "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }