package.json 930 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "emptyapp",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "react-native start",
  7. "test": "jest",
  8. "lint": "eslint .",
  9. "postinstall": "jetify"
  10. },
  11. "dependencies": {
  12. "i18n-js": "^3.3.0",
  13. "lodash": "^4.17.14",
  14. "react": "16.8.6",
  15. "react-native": "0.60.3",
  16. "react-native-elements": "^1.1.0",
  17. "react-native-gesture-handler": "^1.3.0",
  18. "react-native-keep-awake": "^4.0.0",
  19. "react-native-vector-icons": "^6.6.0",
  20. "react-navigation": "^3.11.1",
  21. "rn-class": "^1.0.20"
  22. },
  23. "devDependencies": {
  24. "@babel/core": "^7.5.4",
  25. "@babel/runtime": "^7.5.4",
  26. "@react-native-community/eslint-config": "^0.0.5",
  27. "babel-jest": "^24.8.0",
  28. "eslint": "^6.0.1",
  29. "jest": "^24.8.0",
  30. "jetifier": "^1.6.3",
  31. "metro-react-native-babel-preset": "^0.55.0",
  32. "react-test-renderer": "16.8.6"
  33. },
  34. "jest": {
  35. "preset": "react-native"
  36. }
  37. }