UNPKG

@laffed/rn-ts-overmind-template

Version:

React Native Expo Template using Typescript and Overmind

62 lines (61 loc) 1.82 kB
{ "name": "@laffed/rn-ts-overmind-template", "description": "React Native Expo Template using Typescript and Overmind", "version": "1.0.7", "repository": { "type": "git", "url": "https://github.com/laffed/rn-boiler.git" }, "keywords": [ "react native", "template", "overmind", "expo" ], "author": "laffed", "license": "ISC", "homepage": "https://github.com/laffed/rn-boiler", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject" }, "dependencies": { "@expo/vector-icons": "^12.0.0", "@hookform/resolvers": "^2.6.1", "@react-native-async-storage/async-storage": "~1.15.0", "@react-native-community/netinfo": "6.0.0", "@react-navigation/native": "^5.9.4", "@react-navigation/stack": "^5.14.5", "axios": "^0.21.1", "currency.js": "^2.0.4", "expo": "~42.0.1", "expo-file-system": "~11.1.3", "expo-status-bar": "~1.0.4", "lottie-react-native": "4.0.2", "moti": "^0.11.0", "overmind": "^28.0.1", "overmind-react": "^29.0.1", "react": "16.13.1", "react-dom": "16.13.1", "react-hook-form": "^7.12.0", "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz", "react-native-gesture-handler": "~1.10.2", "react-native-paper": "^4.9.2", "react-native-reanimated": "~2.2.0", "react-native-safe-area-context": "3.2.0", "react-native-screens": "~3.4.0", "react-native-svg": "12.1.1", "react-native-web": "~0.13.12", "yup": "^0.32.9" }, "devDependencies": { "@babel/core": "^7.9.0", "@types/react": "~16.9.35", "@types/react-native": "~0.63.2", "typescript": "~4.0.0" } }