swimtracker-app/package.json

53 lines
1.6 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": {
2020-06-04 18:46:15 +02:00
"@react-native-community/masked-view": "0.1.6",
"@react-navigation/native": "^5.4.2",
"@react-navigation/stack": "^5.3.9",
"expo": "^37.0.0",
"expo-blur": "~8.1.0",
"expo-keep-awake": "^8.1.0",
2020-06-04 18:46:15 +02:00
"expo-linear-gradient": "~8.1.0",
"immutable": "^4.0.0-rc.12",
"msgpack-lite": "^0.1.26",
2020-05-16 12:36:05 +02:00
"msgpack5": "^4.2.1",
"native-base": "2.13.8",
"prop-types": "^15.7.2",
2020-06-04 18:46:15 +02:00
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "0.61.4",
2020-05-16 12:36:05 +02:00
"react-native-chart-kit": "^3.13.0",
2020-06-04 18:46:15 +02:00
"react-native-gesture-handler": "~1.6.0",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-svg": "11.0.1",
"react-native-svg-web": "^1.0.7",
"react-native-unimodules": "~0.8.1",
"react-native-web": "^0.11.7",
"react-redux": "^7.2.0",
"reconnecting-websocket": "^4.4.0",
2020-06-04 18:46:15 +02:00
"redux": "^4.0.5"
2019-09-17 20:24:01 +02:00
},
"devDependencies": {
2020-06-04 18:46:15 +02:00
"babel-preset-expo": "^8.1.0",
"jest-expo": "^37.0.0",
"react-test-renderer": "^16.13.1"
2019-09-17 20:24:01 +02:00
},
"private": true
}