package.json 788 B

12345678910111213141516171819202122232425262728
  1. {
  2. "main": "node_modules/expo/AppEntry.js",
  3. "scripts": {
  4. "start": "expo start",
  5. "android": "expo start --android",
  6. "ios": "expo start --ios",
  7. "web": "expo start --web",
  8. "eject": "expo eject"
  9. },
  10. "dependencies": {
  11. "expo": "^33.0.0",
  12. "native-base": "^2.13.8",
  13. "prop-types": "^15.7.2",
  14. "react": "16.8.3",
  15. "react-color": "^2.17.3",
  16. "react-dom": "^16.8.6",
  17. "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
  18. "react-native-elements": "^1.1.0",
  19. "react-native-svg": "^9.7.0",
  20. "react-native-vector-icons": "^6.6.0",
  21. "react-native-web": "^0.11.4",
  22. "trapilib": "http://git.onarbooks.com/Klapi/TrapiLib.git"
  23. },
  24. "devDependencies": {
  25. "babel-preset-expo": "^5.1.1"
  26. },
  27. "private": true
  28. }