package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "sing-song",
  3. "main": "expo-router/entry",
  4. "version": "1.0.0",
  5. "scripts": {
  6. "start": "expo start",
  7. "reset-project": "node ./scripts/reset-project.js",
  8. "android": "expo start --android",
  9. "ios": "expo start --ios",
  10. "web": "expo start --web",
  11. "lint": "expo lint"
  12. },
  13. "dependencies": {
  14. "@expo/vector-icons": "^14.1.0",
  15. "@react-navigation/bottom-tabs": "^7.3.10",
  16. "@react-navigation/elements": "^2.3.8",
  17. "@react-navigation/native": "^7.1.6",
  18. "expo": "~53.0.9",
  19. "expo-blur": "~14.1.4",
  20. "expo-constants": "~17.1.6",
  21. "expo-font": "~13.3.1",
  22. "expo-haptics": "~14.1.4",
  23. "expo-image": "~2.1.7",
  24. "expo-linking": "~7.1.5",
  25. "expo-router": "~5.0.6",
  26. "expo-splash-screen": "~0.30.8",
  27. "expo-status-bar": "~2.2.3",
  28. "expo-symbols": "~0.4.4",
  29. "expo-system-ui": "~5.0.7",
  30. "expo-web-browser": "~14.1.6",
  31. "react": "19.0.0",
  32. "react-dom": "19.0.0",
  33. "react-native": "0.79.2",
  34. "react-native-gesture-handler": "~2.24.0",
  35. "react-native-reanimated": "~3.17.4",
  36. "react-native-safe-area-context": "5.4.0",
  37. "react-native-screens": "~4.10.0",
  38. "react-native-web": "~0.20.0",
  39. "react-native-webview": "13.13.5"
  40. },
  41. "devDependencies": {
  42. "@babel/core": "^7.25.2",
  43. "@types/react": "~19.0.10",
  44. "typescript": "~5.8.3",
  45. "eslint": "^9.25.0",
  46. "eslint-config-expo": "~9.2.0"
  47. },
  48. "private": true
  49. }