2021-06-02 11:29:39 -07:00
|
|
|
{
|
|
|
|
"name": "locaft_mobile",
|
|
|
|
"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": {
|
2021-06-06 10:41:06 -07:00
|
|
|
"@react-native-community/masked-view": "^0.1.11",
|
2022-05-08 05:19:40 -07:00
|
|
|
"@react-native-picker/picker": "^2.4.1",
|
2022-03-18 11:33:51 -07:00
|
|
|
"@react-navigation/bottom-tabs": "^6.2.0",
|
2021-06-03 09:34:29 -07:00
|
|
|
"@react-navigation/native": "^5.9.4",
|
|
|
|
"@react-navigation/stack": "^5.14.5",
|
2022-05-08 05:19:40 -07:00
|
|
|
"@rnmapbox/maps": "rnmapbox/maps#main",
|
2021-06-02 11:29:39 -07:00
|
|
|
"react": "17.0.1",
|
2021-06-03 09:34:29 -07:00
|
|
|
"react-native": "0.64.1",
|
2022-05-08 05:19:40 -07:00
|
|
|
"react-native-bootsplash": "^4.1.5",
|
2021-06-06 10:41:06 -07:00
|
|
|
"react-native-elements": "^3.4.1",
|
|
|
|
"react-native-gesture-handler": "^1.10.3",
|
|
|
|
"react-native-reanimated": "^2.2.0",
|
|
|
|
"react-native-safe-area-context": "^3.2.0",
|
2022-05-08 05:19:40 -07:00
|
|
|
"react-native-screens": "^3.13.1",
|
|
|
|
"react-native-sensitive-info": "^6.0.0-alpha.9",
|
2021-06-06 10:41:06 -07:00
|
|
|
"react-native-vector-icons": "^8.1.0"
|
2021-06-02 11:29:39 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-08 05:19:40 -07:00
|
|
|
"@babel/core": "^7.17.9",
|
|
|
|
"@babel/runtime": "^7.17.9",
|
2021-06-02 11:29:39 -07:00
|
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
|
|
"babel-jest": "^26.6.3",
|
|
|
|
"eslint": "7.14.0",
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"metro-react-native-babel-preset": "^0.64.0",
|
|
|
|
"react-test-renderer": "17.0.1"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
|
|
|
}
|
|
|
|
}
|