2023-09-29 22:04:52 +02:00
|
|
|
{
|
|
|
|
"name": "swimtracker",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "expo start",
|
|
|
|
"android": "expo start --android",
|
|
|
|
"ios": "expo start --ios",
|
|
|
|
"web": "expo start --web"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@expo/webpack-config": "^19.0.0",
|
|
|
|
"@react-native-async-storage/async-storage": "1.18.2",
|
|
|
|
"@react-navigation/native": "^6.1.8",
|
|
|
|
"@react-navigation/stack": "^6.3.18",
|
|
|
|
"expo": "~49.0.13",
|
2023-10-28 14:05:34 +02:00
|
|
|
"expo-build-properties": "~0.8.3",
|
|
|
|
"expo-dev-client": "~2.4.11",
|
2023-09-29 22:04:52 +02:00
|
|
|
"expo-localization": "~14.3.0",
|
2023-10-28 14:05:34 +02:00
|
|
|
"expo-splash-screen": "~0.20.5",
|
2023-09-29 22:04:52 +02:00
|
|
|
"expo-status-bar": "~1.6.0",
|
|
|
|
"i18n-js": "^4.3.2",
|
|
|
|
"immutable": "^5.0.0-beta.4",
|
|
|
|
"moment": "^2.29.4",
|
|
|
|
"msgpack-lite": "^0.1.26",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-10-28 14:05:34 +02:00
|
|
|
"react-native": "0.72.6",
|
2023-09-29 22:04:52 +02:00
|
|
|
"react-native-gesture-handler": "~2.12.0",
|
|
|
|
"react-native-safe-area-context": "4.6.3",
|
|
|
|
"react-native-screens": "~3.22.0",
|
|
|
|
"react-native-svg": "13.9.0",
|
|
|
|
"react-native-swipe-list-view": "^3.2.9",
|
|
|
|
"react-native-web": "~0.19.6",
|
|
|
|
"react-redux": "^8.1.2",
|
|
|
|
"react-xml-parser": "^1.1.8",
|
|
|
|
"reconnecting-websocket": "^4.4.0",
|
|
|
|
"redux": "^4.2.1",
|
2023-10-28 14:05:34 +02:00
|
|
|
"redux-persist": "^6.0.0",
|
|
|
|
"websocket": "^1.0.34"
|
2023-09-29 22:04:52 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.20.0"
|
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|