UNPKG

react-native-flip

Version:
94 lines (93 loc) 2.32 kB
{ "name": "expo", "version": "43.0.0", "description": "The Expo SDK", "main": "build/Expo.js", "module": "build/Expo.js", "types": "build/Expo.d.ts", "sideEffects": [ "*.fx.js", "*.fx.web.js" ], "bin": { "expo": "bin/cli.js" }, "files": [ "android", "bin", "build", "ios", "scripts", "tools", "AppEntry.js", "bundledNativeModules.json", "expo-module.config.json", "metro-config.js", "react-native.config.js", "requiresExtraSetup.json", "tsconfig.base.json" ], "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "jest": { "preset": "expo-module-scripts" }, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo" }, "keywords": [ "expo" ], "author": "Expo", "license": "MIT", "bugs": { "url": "https://github.com/expo/expo/issues" }, "homepage": "https://github.com/expo/expo/tree/master/packages/expo", "dependencies": { "@babel/runtime": "^7.14.0", "@expo/metro-config": "~0.1.84", "@expo/vector-icons": "^12.0.4", "babel-preset-expo": "~8.5.1", "cross-spawn": "^6.0.5", "expo-application": "~4.0.0", "expo-asset": "~8.4.3", "expo-constants": "~12.1.2", "expo-file-system": "~13.0.3", "expo-font": "~10.0.3", "expo-keep-awake": "~10.0.0", "expo-modules-autolinking": "~0.3.3", "expo-modules-core": "~0.4.4", "fbemitter": "^2.1.1", "invariant": "^2.2.2", "md5-file": "^3.2.3", "pretty-format": "^26.4.0", "uuid": "^3.4.0" }, "optionalDependencies": { "expo-error-recovery": "~3.0.3" }, "devDependencies": { "@types/fbemitter": "^2.0.32", "@types/invariant": "^2.2.29", "@types/react": "^17.0.18", "@types/react-native": "~0.64.12", "@types/react-test-renderer": "^17.0.1", "@types/uuid": "^3.4.7", "expo-location": "^13.0.3", "expo-module-scripts": "^2.0.0", "react": "17.0.1", "react-dom": "17.0.1", "react-native": "0.64.2" }, "gitHead": "4fa0497a180ae707fa860cb03858630ab7af19f4" }