Advertisement
hendrichandra2595

package.json

Jul 5th, 2020
1,228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "StudentApp",
  3.   "version": "0.0.1",
  4.   "private": true,
  5.   "scripts": {
  6.     "android": "react-native run-android",
  7.     "ios": "react-native run-ios",
  8.     "start": "react-native start",
  9.     "test": "jest",
  10.     "lint": "eslint ."
  11.   },
  12.   "dependencies": {
  13.     "@react-native-community/masked-view": "^0.1.10",
  14.     "@react-native-community/toolbar-android": "0.1.0-rc.2",
  15.     "native-base": "^2.13.12",
  16.     "react": "16.11.0",
  17.     "react-native": "0.62.2",
  18.     "react-native-gesture-handler": "^1.6.1",
  19.     "react-native-safe-area-context": "^3.0.7",
  20.     "react-native-screens": "^2.9.0",
  21.     "react-navigation": "^4.4.0",
  22.     "react-navigation-stack": "^2.8.2",
  23.     "start-react-app": "^0.1.9"
  24.   },
  25.   "devDependencies": {
  26.     "@babel/core": "7.10.3",
  27.     "@babel/runtime": "7.10.3",
  28.     "@react-native-community/eslint-config": "0.0.5",
  29.     "babel-jest": "24.9.0",
  30.     "eslint": "6.8.0",
  31.     "jest": "24.9.0",
  32.     "metro-react-native-babel-preset": "0.58.0",
  33.     "react-test-renderer": "16.11.0"
  34.   },
  35.   "jest": {
  36.     "preset": "react-native"
  37.   }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement