UNPKG

react-native-web-hooks

Version:
59 lines (58 loc) 1.5 kB
{ "name": "react-native-web-hooks", "version": "3.0.2", "sideEffects": false, "private": false, "description": "Hooks for React Native web and Expo", "author": "Evan Bacon <bacon@expo.io> (https://expo.io/)", "homepage": "https://github.com/evanbacon/react-native-web-hooks", "readmeFilename": "README.md", "license": "MIT", "main": "build/index.js", "types": "build/index.d.ts", "keywords": [ "expo", "react-native-web", "utils", "react-native", "css-in-js", "react", "hooks", "ssr" ], "scripts": { "build": "expo-module build", "clean": "expo-module clean", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "repository": { "type": "git", "url": "git+https://github.com/evanbacon/react-native-web-hooks.git" }, "bugs": { "url": "https://github.com/evanbacon/react-native-web-hooks/issues" }, "files": [ "build" ], "peerDependencies": { "fbjs": "*", "prop-types": "*", "react-native": "*" }, "devDependencies": { "@types/react": "^16.9.16", "@types/react-native": "~0.60.23", "expo": "^36.0.0", "expo-module-scripts": "^1.1.1", "jest-expo": "^36.0.1", "react": "^16.9.0", "react-dom": "^16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", "react-native-web": "^0.11.7", "typescript": "~3.6.3" } }