77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"name": "xtablo-expo",
|
|
"main": "expo-router/entry",
|
|
"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",
|
|
"test": "jest --watchAll",
|
|
"lint": "expo lint"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.0",
|
|
"@react-native-async-storage/async-storage": "2.1.2",
|
|
"@react-native-community/datetimepicker": "8.4.1",
|
|
"@react-native-community/netinfo": "11.4.1",
|
|
"@react-navigation/bottom-tabs": "^7.2.0",
|
|
"@rn-vui/base": "^5.1.3",
|
|
"@rn-vui/themed": "^5.1.3",
|
|
"@supabase/supabase-js": "^2.51.0",
|
|
"@tanstack/react-query": "^5.75.2",
|
|
"aes-js": "^3.1.2",
|
|
"expo": "^53.0.19",
|
|
"expo-apple-authentication": "~7.2.4",
|
|
"expo-auth-session": "~6.2.1",
|
|
"expo-av": "~15.1.7",
|
|
"expo-blur": "~14.1.5",
|
|
"expo-constants": "~17.1.5",
|
|
"expo-crypto": "~14.1.5",
|
|
"expo-dev-client": "~5.2.4",
|
|
"expo-font": "~13.3.2",
|
|
"expo-haptics": "~14.1.4",
|
|
"expo-image-manipulator": "~13.1.7",
|
|
"expo-image-picker": "~16.1.4",
|
|
"expo-linear-gradient": "~14.1.5",
|
|
"expo-linking": "~7.1.4",
|
|
"expo-router": "~5.1.3",
|
|
"expo-secure-store": "~14.2.3",
|
|
"expo-splash-screen": "~0.30.8",
|
|
"expo-status-bar": "~2.2.3",
|
|
"expo-symbols": "~0.4.5",
|
|
"expo-system-ui": "~5.0.10",
|
|
"expo-web-browser": "~14.2.0",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react-native": "^0.525.0",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-native": "0.79.5",
|
|
"react-native-gesture-handler": "~2.24.0",
|
|
"react-native-get-random-values": "~1.11.0",
|
|
"react-native-reanimated": "~3.17.4",
|
|
"react-native-safe-area-context": "5.4.0",
|
|
"react-native-screens": "~4.11.1",
|
|
"react-native-svg": "15.11.2",
|
|
"react-native-url-polyfill": "^2.0.0",
|
|
"react-native-web": "^0.20.0",
|
|
"react-native-webview": "13.13.5",
|
|
"zustand": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@biomejs/biome": "2.2.5",
|
|
"@types/aes-js": "^3.1.4",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/lodash": "^4.17.13",
|
|
"@types/react": "~19.0.10",
|
|
"jest": "^29.2.1",
|
|
"jest-expo": "~53.0.9",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true
|
|
}
|