Files
noah-6a426fea762485cd9a634857/mobile/package.json

64 lines
1.9 KiB
JSON

{
"name": "expo-starter",
"main": "index.ts",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "expo start",
"build:web": "expo export --platform web",
"lint": "expo lint",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@expo/vector-icons": "15.1.1",
"@lucide/lab": "0.1.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/native": "^7.1.8",
"@solana/spl-token": "0.4.13",
"@solana/web3.js": "1.98.2",
"@supabase/supabase-js": "2.57.4",
"bs58": "6.0.0",
"buffer": "6.0.3",
"expo": "~54.0.35",
"expo-blur": "~15.0.8",
"expo-camera": "~17.0.10",
"expo-clipboard": "~8.0.8",
"expo-constants": "~18.0.11",
"expo-font": "~14.0.10",
"expo-haptics": "~15.0.8",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.10",
"expo-router": "~6.0.17",
"expo-splash-screen": "~31.0.12",
"expo-status-bar": "~3.0.9",
"expo-symbols": "~1.0.8",
"expo-system-ui": "~6.0.9",
"expo-web-browser": "~15.0.10",
"lucide-react-native": "0.555.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "1.11.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "2.0.0",
"react-native-web": "0.21.2",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"sonner-native": "^0.24.0",
"tweetnacl": "1.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "~19.1.10",
"eslint": "^9.0.0",
"eslint-config-expo": "~10.0.0",
"typescript": "~5.9.2"
}
}