package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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-native-async-storage/async-storage": "^2.1.2",
  16. "@react-native-picker/picker": "^2.11.0",
  17. "@react-navigation/bottom-tabs": "^7.3.10",
  18. "@react-navigation/elements": "^2.3.8",
  19. "@react-navigation/native": "^7.1.6",
  20. "expo": "~53.0.9",
  21. "expo-blur": "~14.1.4",
  22. "expo-constants": "~17.1.6",
  23. "expo-font": "~13.3.1",
  24. "expo-haptics": "~14.1.4",
  25. "expo-image": "~2.1.7",
  26. "expo-linking": "~7.1.5",
  27. "expo-router": "~5.0.6",
  28. "expo-splash-screen": "~0.30.8",
  29. "expo-status-bar": "~2.2.3",
  30. "expo-symbols": "~0.4.4",
  31. "expo-system-ui": "~5.0.7",
  32. "expo-web-browser": "~14.1.6",
  33. "react": "19.0.0",
  34. "react-dom": "19.0.0",
  35. "react-native": "0.79.2",
  36. "react-native-gesture-handler": "~2.24.0",
  37. "react-native-reanimated": "~3.17.4",
  38. "react-native-safe-area-context": "5.4.0",
  39. "react-native-screens": "~4.10.0",
  40. "react-native-web": "~0.20.0",
  41. "react-native-webview": "13.13.5"
  42. },
  43. "devDependencies": {
  44. "@babel/core": "^7.25.2",
  45. "@types/react": "~19.0.10",
  46. "eslint": "^9.25.0",
  47. "eslint-config-expo": "~9.2.0",
  48. "typescript": "~5.8.3"
  49. },
  50. "private": true
  51. }