xtablo-source/xtablo-expo/package.json
2026-04-29 15:45:31 +02:00

82 lines
2.5 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": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@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",
"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",
"lodash": "^4.17.21",
"lucide-react-native": "^0.525.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.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"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.1.10",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^9.0.0",
"eslint-config-expo": "~10.0.0",
"jest": "^29.2.1",
"jest-expo": "~54.0.17",
"typescript": "~5.9.2"
},
"private": true
}