2024-12-01 11:29:47 +00:00
|
|
|
{
|
|
|
|
"name": "traintrape-moi-client",
|
|
|
|
"main": "expo-router/entry",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"start": "expo start",
|
2024-12-14 19:27:39 +00:00
|
|
|
"android": "expo run:android",
|
|
|
|
"ios": "expo run:ios",
|
2024-12-01 11:29:47 +00:00
|
|
|
"web": "expo start --web",
|
|
|
|
"test": "jest --watchAll",
|
|
|
|
"lint": "expo lint"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "jest-expo"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-10 20:50:22 +00:00
|
|
|
"@dev-plugins/react-navigation": "^0.1.0",
|
|
|
|
"@dev-plugins/react-query": "^0.1.0",
|
2024-12-01 11:29:47 +00:00
|
|
|
"@expo/vector-icons": "^14.0.2",
|
2024-12-14 17:06:39 +00:00
|
|
|
"@maplibre/maplibre-react-native": "^10.0.0-beta.8",
|
2024-12-12 21:55:59 +00:00
|
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
2024-12-01 11:29:47 +00:00
|
|
|
"@react-navigation/bottom-tabs": "^7.0.0",
|
|
|
|
"@react-navigation/native": "^7.0.0",
|
2024-12-06 20:49:28 +00:00
|
|
|
"@reduxjs/toolkit": "^2.4.0",
|
2024-12-10 23:30:20 +00:00
|
|
|
"@tanstack/query-async-storage-persister": "^5.62.7",
|
2024-12-10 20:50:22 +00:00
|
|
|
"@tanstack/react-query": "^5.62.7",
|
2024-12-10 23:30:20 +00:00
|
|
|
"@tanstack/react-query-persist-client": "^5.62.7",
|
2024-12-02 19:11:31 +00:00
|
|
|
"@turf/circle": "^7.1.0",
|
2024-12-01 11:29:47 +00:00
|
|
|
"expo": "~52.0.11",
|
|
|
|
"expo-blur": "~14.0.1",
|
|
|
|
"expo-constants": "~17.0.3",
|
2024-12-01 17:58:53 +00:00
|
|
|
"expo-dev-client": "~5.0.4",
|
2024-12-01 11:29:47 +00:00
|
|
|
"expo-font": "~13.0.1",
|
|
|
|
"expo-haptics": "~14.0.0",
|
|
|
|
"expo-linking": "~7.0.3",
|
2024-12-02 19:11:31 +00:00
|
|
|
"expo-location": "^18.0.2",
|
2024-12-10 00:01:10 +00:00
|
|
|
"expo-notifications": "~0.29.11",
|
2024-12-01 11:29:47 +00:00
|
|
|
"expo-router": "~4.0.9",
|
2024-12-09 20:00:15 +00:00
|
|
|
"expo-secure-store": "~14.0.0",
|
2024-12-16 16:52:08 +00:00
|
|
|
"expo-share-intent": "^3.1.1",
|
2024-12-01 11:29:47 +00:00
|
|
|
"expo-splash-screen": "~0.29.13",
|
|
|
|
"expo-status-bar": "~2.0.0",
|
|
|
|
"expo-symbols": "~0.2.0",
|
|
|
|
"expo-system-ui": "~4.0.4",
|
2024-12-06 18:00:51 +00:00
|
|
|
"expo-task-manager": "^12.0.3",
|
2024-12-10 20:50:22 +00:00
|
|
|
"expo-updates": "~0.26.10",
|
2024-12-01 11:29:47 +00:00
|
|
|
"expo-web-browser": "~14.0.1",
|
2024-12-01 17:58:53 +00:00
|
|
|
"maplibre-gl": "^4.7.1",
|
2024-12-02 19:11:31 +00:00
|
|
|
"maplibre-react-components": "^0.1.9",
|
2024-12-01 11:29:47 +00:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
2024-12-01 17:58:53 +00:00
|
|
|
"react-map-gl": "^7.1.7",
|
2024-12-01 11:29:47 +00:00
|
|
|
"react-native": "0.76.3",
|
|
|
|
"react-native-gesture-handler": "~2.20.2",
|
2024-12-09 20:00:15 +00:00
|
|
|
"react-native-paper": "^5.12.5",
|
2024-12-01 11:29:47 +00:00
|
|
|
"react-native-reanimated": "~3.16.1",
|
2024-12-09 20:00:15 +00:00
|
|
|
"react-native-safe-area-context": "~4.12.0",
|
2024-12-01 11:29:47 +00:00
|
|
|
"react-native-screens": "~4.1.0",
|
|
|
|
"react-native-web": "~0.19.13",
|
2024-12-06 20:49:28 +00:00
|
|
|
"react-native-webview": "13.12.2",
|
2024-12-12 21:55:59 +00:00
|
|
|
"react-redux": "^9.1.2"
|
2024-12-01 11:29:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.25.2",
|
|
|
|
"@types/jest": "^29.5.12",
|
|
|
|
"@types/react": "~18.3.12",
|
|
|
|
"@types/react-test-renderer": "^18.3.0",
|
|
|
|
"jest": "^29.2.1",
|
|
|
|
"jest-expo": "~52.0.2",
|
|
|
|
"react-test-renderer": "18.3.1",
|
|
|
|
"typescript": "^5.3.3"
|
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|