2025-04-28 06:01:42 +00:00
|
|
|
{
|
|
|
|
|
"name": "xtablo-expo",
|
|
|
|
|
"main": "expo-router/entry",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "expo start",
|
|
|
|
|
"reset-project": "node ./scripts/reset-project.js",
|
2025-07-16 20:28:20 +00:00
|
|
|
"android": "expo run:android",
|
|
|
|
|
"ios": "expo run:ios",
|
2025-04-28 06:01:42 +00:00
|
|
|
"web": "expo start --web",
|
|
|
|
|
"test": "jest --watchAll",
|
|
|
|
|
"lint": "expo lint"
|
|
|
|
|
},
|
|
|
|
|
"jest": {
|
|
|
|
|
"preset": "jest-expo"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-29 13:45:31 +00:00
|
|
|
"@expo/vector-icons": "^15.0.3",
|
|
|
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
|
|
|
"@react-native-community/datetimepicker": "8.4.4",
|
2025-05-04 12:35:21 +00:00
|
|
|
"@react-native-community/netinfo": "11.4.1",
|
2025-04-28 06:01:42 +00:00
|
|
|
"@react-navigation/bottom-tabs": "^7.2.0",
|
2025-06-10 19:05:22 +00:00
|
|
|
"@rn-vui/base": "^5.1.3",
|
|
|
|
|
"@rn-vui/themed": "^5.1.3",
|
2025-07-16 20:28:20 +00:00
|
|
|
"@supabase/supabase-js": "^2.51.0",
|
2025-05-06 06:36:04 +00:00
|
|
|
"@tanstack/react-query": "^5.75.2",
|
2025-07-16 20:28:20 +00:00
|
|
|
"aes-js": "^3.1.2",
|
2026-04-29 13:45:31 +00:00
|
|
|
"axios": "^1.13.1",
|
|
|
|
|
"expo": "^54.0.0",
|
|
|
|
|
"expo-apple-authentication": "~8.0.8",
|
|
|
|
|
"expo-auth-session": "~7.0.10",
|
|
|
|
|
"expo-av": "~16.0.8",
|
|
|
|
|
"expo-blur": "~15.0.8",
|
|
|
|
|
"expo-constants": "~18.0.13",
|
|
|
|
|
"expo-crypto": "~15.0.8",
|
|
|
|
|
"expo-dev-client": "~6.0.20",
|
|
|
|
|
"expo-font": "~14.0.11",
|
|
|
|
|
"expo-haptics": "~15.0.8",
|
|
|
|
|
"expo-image-manipulator": "~14.0.8",
|
|
|
|
|
"expo-image-picker": "~17.0.10",
|
|
|
|
|
"expo-linear-gradient": "~15.0.8",
|
|
|
|
|
"expo-linking": "~8.0.11",
|
|
|
|
|
"expo-router": "~6.0.23",
|
|
|
|
|
"expo-secure-store": "~15.0.8",
|
|
|
|
|
"expo-splash-screen": "~31.0.13",
|
|
|
|
|
"expo-status-bar": "~3.0.9",
|
|
|
|
|
"expo-symbols": "~1.0.8",
|
|
|
|
|
"expo-system-ui": "~6.0.9",
|
|
|
|
|
"expo-web-browser": "~15.0.10",
|
2025-07-16 20:28:20 +00:00
|
|
|
"lodash": "^4.17.21",
|
2025-07-14 20:37:37 +00:00
|
|
|
"lucide-react-native": "^0.525.0",
|
2026-04-29 13:45:31 +00:00
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-dom": "19.1.0",
|
|
|
|
|
"react-native": "0.81.5",
|
|
|
|
|
"react-native-gesture-handler": "~2.28.0",
|
2025-07-16 20:28:20 +00:00
|
|
|
"react-native-get-random-values": "~1.11.0",
|
2026-05-03 07:28:46 +00:00
|
|
|
"react-native-purchases": "^10.0.1",
|
2026-04-29 13:45:31 +00:00
|
|
|
"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",
|
2025-07-16 20:28:20 +00:00
|
|
|
"react-native-url-polyfill": "^2.0.0",
|
2026-04-29 13:45:31 +00:00
|
|
|
"react-native-web": "^0.21.0",
|
|
|
|
|
"react-native-webview": "13.15.0",
|
|
|
|
|
"react-native-worklets": "0.5.1",
|
2026-04-15 15:09:57 +00:00
|
|
|
"zustand": "^5.0.4"
|
2025-04-28 06:01:42 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.25.2",
|
2025-10-10 06:54:55 +00:00
|
|
|
"@biomejs/biome": "2.2.5",
|
2025-07-16 20:28:20 +00:00
|
|
|
"@types/aes-js": "^3.1.4",
|
2025-04-28 06:01:42 +00:00
|
|
|
"@types/jest": "^29.5.12",
|
2025-07-16 20:28:20 +00:00
|
|
|
"@types/lodash": "^4.17.13",
|
2026-04-29 13:45:31 +00:00
|
|
|
"@types/react": "~19.1.10",
|
|
|
|
|
"@types/react-test-renderer": "^19.1.0",
|
|
|
|
|
"eslint": "^9.0.0",
|
|
|
|
|
"eslint-config-expo": "~10.0.0",
|
2025-04-28 06:01:42 +00:00
|
|
|
"jest": "^29.2.1",
|
2026-04-29 13:45:31 +00:00
|
|
|
"jest-expo": "~54.0.17",
|
|
|
|
|
"typescript": "~5.9.2"
|
2025-04-28 06:01:42 +00:00
|
|
|
},
|
|
|
|
|
"private": true
|
|
|
|
|
}
|