Files
Nova40/package.json
T
2026-05-19 10:28:31 +07:00

49 lines
1.5 KiB
JSON

{
"name": "nova40",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config-plugins": "^55.0.8",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-google-signin/google-signin": "^16.1.2",
"@react-navigation/bottom-tabs": "^7.15.9",
"@react-navigation/native": "^7.2.2",
"@react-navigation/native-stack": "^7.14.11",
"@supabase/ssr": "^0.10.2",
"@supabase/supabase-js": "^2.103.0",
"babel-preset-expo": "~55.0.8",
"expo": "^55.0.23",
"expo-auth-session": "~55.0.15",
"expo-crypto": "~55.0.14",
"expo-dev-client": "~55.0.32",
"expo-image-picker": "~55.0.20",
"expo-linear-gradient": "~55.0.13",
"expo-media-library": "~55.0.16",
"expo-print": "~55.0.14",
"expo-sharing": "~55.0.18",
"expo-splash-screen": "~55.0.20",
"expo-status-bar": "~55.0.6",
"expo-web-browser": "~55.0.15",
"react": "19.2.0",
"react-native": "0.83.6",
"react-native-fbsdk-next": "^13.4.3",
"react-native-gesture-handler": "~2.30.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-url-polyfill": "^3.0.0",
"react-native-view-shot": "4.0.3",
"zustand": "^5.0.12"
},
"private": true,
"devDependencies": {
"@types/react": "~19.2.10",
"typescript": "~5.9.2"
}
}