UNPKG

react-native-page-flipper

Version:
93 lines (92 loc) 2.71 kB
{ "name": "react-native-page-flipper", "version": "1.0.1", "description": "Page Flipper", "main": "lib/commonjs/index", "types": "lib/typescript/index.d.ts", "source": "src/index", "files": [ "src", "lib", "android", "ios" ], "scripts": { "typescript": "tsc --noEmit", "lint": "eslint \"src/**/*.{js,ts,tsx}\"", "dev": "yarn watch 'yarn prepare' ./src", "prepare": "bob build" }, "keywords": [ "react-native", "ios", "android", "page", "flip", "page-flip", "flipper", "page-flipper" ], "repository": "https://github.com/chris24elias/react-native-page-flipper", "author": "Chris (https://github.com/chris24elias)", "license": "MIT", "bugs": { "url": "https://github.com/chris24elias/react-native-page-flipper/issues" }, "homepage": "https://github.com/chris24elias/react-native-page-flipper#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@react-native-community/eslint-config": "^2.0.0", "@types/jest": "^26.0.0", "@types/react": "^16.9.19", "@types/react-native": "^0.66.16", "babel-plugin-module-resolver": "^4.1.0", "eslint": "^7.2.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-prettier": "^3.1.3", "expo-linear-gradient": "~11.3.0", "husky": "^4.2.5", "jest": "^26.0.1", "prettier": "^2.0.5", "react": "16.13.1", "react-native": "0.68.2", "react-native-builder-bob": "^0.18.1", "react-native-gesture-handler": "~2.2.1", "react-native-linear-gradient": "^2.6.2", "react-native-reanimated": "~2.8.0", "typescript": "^4.0.8" }, "peerDependencies": { "expo-linear-gradient": "~11.3.0", "react": ">=16.8.0", "react-native": ">=0.6.0", "react-native-gesture-handler": "*", "react-native-linear-gradient": "^2.5.6", "react-native-reanimated": ">=2.7.0" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "commonjs", { "configFile": "./babel.config.js" } ], "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "resolutions": { "@types/react": "17.0.30" } }