Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "gigbot",
- "main": "entrypoint.js",
- "version": "1.0.0",
- "scripts": {
- "start": "expo start",
- "reset-project": "node ./scripts/reset-project.js",
- "android": "expo run:android",
- "ios": "expo run:ios",
- "web": "expo start --web",
- "lint": "expo lint",
- "dev:build:android": "eas build --platform android --profile development --clear-cache",
- "dev:build:ios": "eas build --platform ios --profile development --clear-cache",
- "preview:build:android": "eas build --platform android --profile preview --clear-cache",
- "preview:build:ios": "eas build --platform ios --profile preview --clear-cache",
- "prod:build:android": "eas build --platform android --profile production --clear-cache",
- "prod:build:ios": "eas build --platform ios --profile production --clear-cache"
- },
- "dependencies": {
- "@anthropic-ai/sdk": "^0.53.0",
- "@ethersproject/shims": "^5.8.0",
- "@expo/vector-icons": "^14.1.0",
- "@privy-io/expo": "^0.54.0",
- "@privy-io/expo-native-extensions": "^0.0.5",
- "@react-native-async-storage/async-storage": "^2.1.2",
- "@react-native-community/netinfo": "11.4.1",
- "@react-native-masked-view/masked-view": "^0.3.2",
- "@react-navigation/bottom-tabs": "^7.3.10",
- "@react-navigation/elements": "^2.3.8",
- "@react-navigation/native": "^7.1.6",
- "@reown/appkit-wagmi-react-native": "^1.2.5",
- "@shopify/flash-list": "^1.8.3",
- "@tanstack/react-query": "^5.80.6",
- "axios": "^1.9.0",
- "clsx": "^2.1.1",
- "dotenv": "^16.5.0",
- "expo": "~53.0.9",
- "expo-apple-authentication": "~7.2.4",
- "expo-application": "~6.1.4",
- "expo-blur": "~14.1.4",
- "expo-clipboard": "~7.1.4",
- "expo-constants": "~17.1.6",
- "expo-crypto": "~14.1.5",
- "expo-dev-client": "~5.2.0",
- "expo-device": "~7.1.4",
- "expo-file-system": "~18.1.10",
- "expo-font": "~13.3.1",
- "expo-haptics": "~14.1.4",
- "expo-image": "~2.3.0",
- "expo-image-manipulator": "~13.1.7",
- "expo-image-picker": "~16.1.4",
- "expo-linear-gradient": "~14.1.5",
- "expo-linking": "~7.1.5",
- "expo-localization": "~16.1.5",
- "expo-modules-core": "~2.4.0",
- "expo-router": "~5.1.0",
- "expo-secure-store": "~14.2.3",
- "expo-splash-screen": "~0.30.8",
- "expo-status-bar": "~2.2.3",
- "expo-symbols": "~0.4.4",
- "expo-system-ui": "~5.0.7",
- "expo-web-browser": "~14.1.6",
- "fast-text-encoding": "^1.0.6",
- "lottie-react-native": "7.2.2",
- "lucide-react-native": "^0.514.0",
- "nativewind": "^4.1.23",
- "posthog-react-native": "^4.1.0",
- "react": "19.0.0",
- "react-dom": "19.0.0",
- "react-icons": "^5.5.0",
- "react-native": "0.79.3",
- "react-native-css-interop": "^0.1.22",
- "react-native-gesture-handler": "~2.24.0",
- "react-native-get-random-values": "~1.11.0",
- "react-native-mmkv": "^3.3.0",
- "react-native-modal": "14.0.0-rc.1",
- "react-native-passkeys": "^0.3.3",
- "react-native-qrcode-svg": "^6.3.15",
- "react-native-reanimated": "~3.17.4",
- "react-native-safe-area-context": "5.4.0",
- "react-native-screens": "~4.11.1",
- "react-native-shimmer-placeholder": "^2.0.9",
- "react-native-svg": "15.11.2",
- "react-native-toast-message": "^2.3.0",
- "react-native-web": "~0.20.0",
- "react-native-webview": "13.13.5",
- "sharp": "^0.34.2",
- "tailwind-merge": "^3.3.1",
- "tailwindcss": "^3.4.17",
- "viem": "^2.31.0",
- "wagmi": "^2.15.6",
- "zod": "^3.25.67",
- "zustand": "^5.0.5"
- },
- "devDependencies": {
- "@babel/core": "^7.27.4",
- "@react-native-community/cli": "^18.0.0",
- "@types/react": "~19.0.10",
- "eslint": "^9.25.0",
- "eslint-config-expo": "~9.2.0",
- "react-native-svg-transformer": "^1.5.1",
- "typescript": "~5.8.3"
- },
- "private": true,
- "packageManager": "[email protected]"
- }
Advertisement
Add Comment
Please, Sign In to add comment