swimtracker-app/package.json

58 lines
1.8 KiB
JSON
Raw Normal View History

2019-09-17 20:24:01 +02:00
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
2020-06-04 18:46:15 +02:00
"eject": "expo eject",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
2019-09-17 20:24:01 +02:00
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/masked-view": "0.1.10",
2020-06-04 18:46:15 +02:00
"@react-navigation/native": "^5.4.2",
"@react-navigation/stack": "^5.3.9",
"expo": "^41.0.0",
"expo-app-loading": "^1.0.3",
"expo-blur": "~9.0.3",
"expo-keep-awake": "~9.1.2",
"expo-linear-gradient": "~9.1.0",
2020-06-04 18:46:15 +02:00
"immutable": "^4.0.0-rc.12",
2020-08-09 21:53:38 +02:00
"moment": "^2.27.0",
2020-06-04 18:46:15 +02:00
"msgpack-lite": "^0.1.26",
2020-05-16 12:36:05 +02:00
"msgpack5": "^4.2.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.4",
2020-05-16 12:36:05 +02:00
"react-native-chart-kit": "^3.13.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-svg": "12.1.0",
2020-06-04 18:46:15 +02:00
"react-native-svg-web": "^1.0.7",
2020-07-26 14:58:22 +02:00
"react-native-swipe-list-view": "^3.2.3",
"react-native-unimodules": "~0.13.3",
"react-native-web": "~0.13.12",
2020-06-04 18:46:15 +02:00
"react-redux": "^7.2.0",
2020-08-09 21:53:38 +02:00
"react-xml-parser": "^1.1.6",
"reconnecting-websocket": "^4.4.0",
2020-09-03 19:06:31 +02:00
"redux": "^4.0.5",
"redux-persist": "^6.0.0"
2019-09-17 20:24:01 +02:00
},
"devDependencies": {
"babel-preset-expo": "8.3.0",
"jest-expo": "^41.0.0",
2020-06-04 18:46:15 +02:00
"react-test-renderer": "^16.13.1"
2019-09-17 20:24:01 +02:00
},
"private": true
}