0x0x230x

Untitled

Jun 29th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. {
  2. "name": "gigbot",
  3. "main": "entrypoint.js",
  4. "version": "1.0.0",
  5. "scripts": {
  6. "start": "expo start",
  7. "reset-project": "node ./scripts/reset-project.js",
  8. "android": "expo run:android",
  9. "ios": "expo run:ios",
  10. "web": "expo start --web",
  11. "lint": "expo lint",
  12. "dev:build:android": "eas build --platform android --profile development --clear-cache",
  13. "dev:build:ios": "eas build --platform ios --profile development --clear-cache",
  14. "preview:build:android": "eas build --platform android --profile preview --clear-cache",
  15. "preview:build:ios": "eas build --platform ios --profile preview --clear-cache",
  16. "prod:build:android": "eas build --platform android --profile production --clear-cache",
  17. "prod:build:ios": "eas build --platform ios --profile production --clear-cache"
  18. },
  19. "dependencies": {
  20. "@anthropic-ai/sdk": "^0.53.0",
  21. "@ethersproject/shims": "^5.8.0",
  22. "@expo/vector-icons": "^14.1.0",
  23. "@privy-io/expo": "^0.54.0",
  24. "@privy-io/expo-native-extensions": "^0.0.5",
  25. "@react-native-async-storage/async-storage": "^2.1.2",
  26. "@react-native-community/netinfo": "11.4.1",
  27. "@react-native-masked-view/masked-view": "^0.3.2",
  28. "@react-navigation/bottom-tabs": "^7.3.10",
  29. "@react-navigation/elements": "^2.3.8",
  30. "@react-navigation/native": "^7.1.6",
  31. "@reown/appkit-wagmi-react-native": "^1.2.5",
  32. "@shopify/flash-list": "^1.8.3",
  33. "@tanstack/react-query": "^5.80.6",
  34. "axios": "^1.9.0",
  35. "clsx": "^2.1.1",
  36. "dotenv": "^16.5.0",
  37. "expo": "~53.0.9",
  38. "expo-apple-authentication": "~7.2.4",
  39. "expo-application": "~6.1.4",
  40. "expo-blur": "~14.1.4",
  41. "expo-clipboard": "~7.1.4",
  42. "expo-constants": "~17.1.6",
  43. "expo-crypto": "~14.1.5",
  44. "expo-dev-client": "~5.2.0",
  45. "expo-device": "~7.1.4",
  46. "expo-file-system": "~18.1.10",
  47. "expo-font": "~13.3.1",
  48. "expo-haptics": "~14.1.4",
  49. "expo-image": "~2.3.0",
  50. "expo-image-manipulator": "~13.1.7",
  51. "expo-image-picker": "~16.1.4",
  52. "expo-linear-gradient": "~14.1.5",
  53. "expo-linking": "~7.1.5",
  54. "expo-localization": "~16.1.5",
  55. "expo-modules-core": "~2.4.0",
  56. "expo-router": "~5.1.0",
  57. "expo-secure-store": "~14.2.3",
  58. "expo-splash-screen": "~0.30.8",
  59. "expo-status-bar": "~2.2.3",
  60. "expo-symbols": "~0.4.4",
  61. "expo-system-ui": "~5.0.7",
  62. "expo-web-browser": "~14.1.6",
  63. "fast-text-encoding": "^1.0.6",
  64. "lottie-react-native": "7.2.2",
  65. "lucide-react-native": "^0.514.0",
  66. "nativewind": "^4.1.23",
  67. "posthog-react-native": "^4.1.0",
  68. "react": "19.0.0",
  69. "react-dom": "19.0.0",
  70. "react-icons": "^5.5.0",
  71. "react-native": "0.79.3",
  72. "react-native-css-interop": "^0.1.22",
  73. "react-native-gesture-handler": "~2.24.0",
  74. "react-native-get-random-values": "~1.11.0",
  75. "react-native-mmkv": "^3.3.0",
  76. "react-native-modal": "14.0.0-rc.1",
  77. "react-native-passkeys": "^0.3.3",
  78. "react-native-qrcode-svg": "^6.3.15",
  79. "react-native-reanimated": "~3.17.4",
  80. "react-native-safe-area-context": "5.4.0",
  81. "react-native-screens": "~4.11.1",
  82. "react-native-shimmer-placeholder": "^2.0.9",
  83. "react-native-svg": "15.11.2",
  84. "react-native-toast-message": "^2.3.0",
  85. "react-native-web": "~0.20.0",
  86. "react-native-webview": "13.13.5",
  87. "sharp": "^0.34.2",
  88. "tailwind-merge": "^3.3.1",
  89. "tailwindcss": "^3.4.17",
  90. "viem": "^2.31.0",
  91. "wagmi": "^2.15.6",
  92. "zod": "^3.25.67",
  93. "zustand": "^5.0.5"
  94. },
  95. "devDependencies": {
  96. "@babel/core": "^7.27.4",
  97. "@react-native-community/cli": "^18.0.0",
  98. "@types/react": "~19.0.10",
  99. "eslint": "^9.25.0",
  100. "eslint-config-expo": "~9.2.0",
  101. "react-native-svg-transformer": "^1.5.1",
  102. "typescript": "~5.8.3"
  103. },
  104. "private": true,
  105. "packageManager": "[email protected]"
  106. }
  107.  
Advertisement
Add Comment
Please, Sign In to add comment