UNPKG

expo-template-basic

Version:

The Base project template includes the minimum dependencies to run and an empty root component.

64 lines (63 loc) 2 kB
{ "name": "expo-template-basic", "description": "The Base project template includes the minimum dependencies to run and an empty root component.", "version": "0.0.6", "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" }, "keywords": [ "react-native", "template", "react-navigation", "babel-root-import", "axios", "styled-components", "vector-icons" ], "dependencies": { "@expo/vector-icons": "^10.0.0", "@react-native-community/masked-view": "0.1.6", "axios": "^0.19.2", "expo": "^37.0.0", "expo-font": "~8.1.0", "prop-types": "^15.7.2", "react": "16.9.0", "react-dom": "16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-gesture-handler": "~1.6.0", "react-native-reanimated": "~1.7.0", "react-native-safe-area-context": "0.7.3", "react-native-screens": "~2.2.0", "react-native-web": "^0.11.7", "react-navigation": "^4.3.7", "react-navigation-stack": "^2.3.11", "styled-components": "^5.1.0" }, "devDependencies": { "babel-eslint": "^10.1.0", "babel-plugin-module-resolver": "^4.0.0", "babel-plugin-root-import": "^6.5.0", "babel-preset-expo": "^8.1.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-import-resolver-babel-module": "^5.1.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^3.0.0", "prettier": "^2.0.4" }, "repository": { "type": "git", "url": "git+https://github.com/ribeiroevandro/expo-template-basic.git" }, "homepage": "https://github.com/ribeiroevandro/expo-template-basic#readme", "author": "Evandro Ribeiro <ribeiroevandro@live.com>", "license": "MIT", "private": false }