2020-03-07 09:23:17 +01:00
|
|
|
{
|
|
|
|
"name": "sonzai",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
|
|
|
"start": "react-native start",
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint ."
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-03-16 03:23:03 +01:00
|
|
|
"@react-native-community/async-storage": "^1.8.1",
|
2020-03-21 10:17:10 +01:00
|
|
|
"@react-native-community/datetimepicker": "^2.3.0",
|
2020-03-20 11:15:54 +01:00
|
|
|
"@react-native-community/masked-view": "^0.1.7",
|
|
|
|
"@react-navigation/native": "^5.1.0",
|
|
|
|
"@react-navigation/stack": "^5.2.1",
|
2020-03-16 15:50:48 +01:00
|
|
|
"buffer": "^5.5.0",
|
2020-03-28 13:48:49 +01:00
|
|
|
"color": "^3.1.2",
|
2020-03-21 10:17:10 +01:00
|
|
|
"date-fns": "^2.11.0",
|
2020-03-28 13:48:49 +01:00
|
|
|
"jsan": "^3.1.13",
|
2020-03-07 09:23:17 +01:00
|
|
|
"react": "16.9.0",
|
2020-03-12 17:28:25 +01:00
|
|
|
"react-native": "0.61.5",
|
2020-03-20 11:15:54 +01:00
|
|
|
"react-native-gesture-handler": "^1.6.0",
|
2020-03-12 17:28:25 +01:00
|
|
|
"react-native-paper": "^3.6.0",
|
2020-03-20 11:15:54 +01:00
|
|
|
"react-native-reanimated": "^1.7.0",
|
|
|
|
"react-native-safe-area-context": "^0.7.3",
|
|
|
|
"react-native-screens": "^2.3.0",
|
2020-03-28 13:48:49 +01:00
|
|
|
"react-native-tab-view": "^2.13.0",
|
2020-03-16 15:50:48 +01:00
|
|
|
"react-native-uuid": "^1.4.9",
|
2020-03-16 03:23:03 +01:00
|
|
|
"react-native-vector-icons": "^6.6.0",
|
|
|
|
"react-redux": "^7.2.0",
|
2020-04-14 18:00:53 +02:00
|
|
|
"reanimated-bottom-sheet": "^1.0.0-alpha.19",
|
2020-03-16 03:23:03 +01:00
|
|
|
"redux": "^4.0.5",
|
2020-03-28 13:48:49 +01:00
|
|
|
"redux-devtools-extension": "^2.13.8",
|
2020-03-16 03:23:03 +01:00
|
|
|
"redux-persist": "^6.0.0"
|
2020-03-07 09:23:17 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.6.2",
|
|
|
|
"@babel/runtime": "^7.6.2",
|
|
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
|
|
"babel-jest": "^24.9.0",
|
|
|
|
"eslint": "^6.5.1",
|
|
|
|
"jest": "^24.9.0",
|
|
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
|
|
"react-test-renderer": "16.9.0"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
|
|
|
}
|
|
|
|
}
|