2022-01-14 07:59:53 +00:00
|
|
|
{
|
2022-09-06 21:38:53 +00:00
|
|
|
"name": "databag",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
2022-01-14 07:59:53 +00:00
|
|
|
"scripts": {
|
2022-09-06 21:38:53 +00:00
|
|
|
"start": "expo start --dev-client",
|
|
|
|
"android": "expo run:android",
|
|
|
|
"ios": "expo run:ios",
|
|
|
|
"web": "expo start --web"
|
2022-01-14 07:59:53 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-14 19:56:03 +00:00
|
|
|
"@react-native-clipboard/clipboard": "^1.11.1",
|
2022-11-07 18:29:19 +00:00
|
|
|
"@react-native-firebase/app": "^16.4.3",
|
|
|
|
"@react-native-firebase/messaging": "^16.4.3",
|
2022-09-16 20:06:52 +00:00
|
|
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
2022-09-18 06:24:37 +00:00
|
|
|
"@react-navigation/drawer": "^6.5.0",
|
2022-09-16 20:06:52 +00:00
|
|
|
"@react-navigation/native": "^6.0.13",
|
2022-09-17 06:54:57 +00:00
|
|
|
"@react-navigation/stack": "^6.3.0",
|
2022-09-30 21:00:51 +00:00
|
|
|
"@stream-io/flat-list-mvcp": "^0.10.2",
|
2023-02-03 21:31:41 +00:00
|
|
|
"@testing-library/dom": "^8.20.0",
|
2022-10-07 05:52:28 +00:00
|
|
|
"axios": "^1.1.0",
|
2022-12-31 06:16:15 +00:00
|
|
|
"babel-jest": "^29.3.1",
|
2022-12-07 18:22:16 +00:00
|
|
|
"crypto-js": "^3.3.0",
|
2022-09-06 21:38:53 +00:00
|
|
|
"expo": "~46.0.9",
|
2022-10-06 20:11:31 +00:00
|
|
|
"expo-av": "^12.0.4",
|
2022-10-19 21:17:20 +00:00
|
|
|
"expo-keep-awake": "~10.2.0",
|
2022-09-06 21:38:53 +00:00
|
|
|
"expo-splash-screen": "~0.16.2",
|
|
|
|
"expo-status-bar": "~1.4.0",
|
2022-12-31 06:16:15 +00:00
|
|
|
"jest": "^29.3.1",
|
|
|
|
"jest-expo": "^47.0.1",
|
2022-12-20 19:22:40 +00:00
|
|
|
"jsencrypt": "^3.3.1",
|
2022-10-04 23:36:38 +00:00
|
|
|
"moment": "^2.29.4",
|
2022-09-06 21:38:53 +00:00
|
|
|
"react": "18.0.0",
|
|
|
|
"react-dom": "18.0.0",
|
|
|
|
"react-native": "0.69.5",
|
2022-09-07 07:32:06 +00:00
|
|
|
"react-native-base64": "^0.2.1",
|
2022-11-09 07:25:55 +00:00
|
|
|
"react-native-device-info": "^10.3.0",
|
2022-10-03 21:18:47 +00:00
|
|
|
"react-native-document-picker": "^8.1.1",
|
2022-10-05 18:36:35 +00:00
|
|
|
"react-native-gesture-handler": "^2.7.0",
|
2022-09-21 22:13:43 +00:00
|
|
|
"react-native-image-crop-picker": "^0.38.0",
|
2022-09-18 06:24:37 +00:00
|
|
|
"react-native-reanimated": "^2.10.0",
|
2022-12-19 17:11:09 +00:00
|
|
|
"react-native-rsa-native": "^2.0.5",
|
2022-09-16 20:06:52 +00:00
|
|
|
"react-native-safe-area-context": "^4.3.3",
|
|
|
|
"react-native-safe-area-view": "^1.1.1",
|
2022-11-01 03:35:12 +00:00
|
|
|
"react-native-screens": "^3.18.2",
|
2022-10-05 22:11:29 +00:00
|
|
|
"react-native-snap-carousel": "4.0.0-beta.6",
|
2022-10-06 07:23:18 +00:00
|
|
|
"react-native-sound-player": "^0.13.2",
|
2022-09-12 22:18:27 +00:00
|
|
|
"react-native-sqlite-storage": "^6.0.1",
|
2022-10-05 23:51:28 +00:00
|
|
|
"react-native-swipe-gestures": "^1.0.5",
|
2022-10-01 20:18:37 +00:00
|
|
|
"react-native-video": "^5.2.1",
|
2022-09-06 22:16:53 +00:00
|
|
|
"react-native-web": "~0.18.7",
|
2022-10-07 07:21:38 +00:00
|
|
|
"react-native-wheel-color-picker": "^1.2.0",
|
2022-09-07 07:32:06 +00:00
|
|
|
"react-router-dom": "6",
|
2022-09-13 06:58:17 +00:00
|
|
|
"react-router-native": "^6.3.0"
|
2022-01-14 07:59:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-31 06:16:15 +00:00
|
|
|
"@babel/core": "^7.12.9",
|
|
|
|
"@testing-library/react-native": "^11.5.0"
|
2022-01-14 07:59:53 +00:00
|
|
|
},
|
2022-09-06 21:38:53 +00:00
|
|
|
"private": true
|
2022-01-14 07:59:53 +00:00
|
|
|
}
|