mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "databag",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start --dev-client",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-clipboard/clipboard": "^1.11.1",
|
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
|
"@react-navigation/drawer": "^6.5.0",
|
|
"@react-navigation/native": "^6.0.13",
|
|
"@react-navigation/stack": "^6.3.0",
|
|
"@stream-io/flat-list-mvcp": "^0.10.2",
|
|
"axios": "^1.1.0",
|
|
"expo": "~46.0.9",
|
|
"expo-av": "^12.0.4",
|
|
"expo-splash-screen": "~0.16.2",
|
|
"expo-status-bar": "~1.4.0",
|
|
"moment": "^2.29.4",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-native": "0.69.5",
|
|
"react-native-base64": "^0.2.1",
|
|
"react-native-document-picker": "^8.1.1",
|
|
"react-native-gesture-handler": "^2.7.0",
|
|
"react-native-image-crop-picker": "^0.38.0",
|
|
"react-native-reanimated": "^2.10.0",
|
|
"react-native-safe-area-context": "^4.3.3",
|
|
"react-native-safe-area-view": "^1.1.1",
|
|
"react-native-snap-carousel": "4.0.0-beta.6",
|
|
"react-native-sound-player": "^0.13.2",
|
|
"react-native-sqlite-storage": "^6.0.1",
|
|
"react-native-swipe-gestures": "^1.0.5",
|
|
"react-native-video": "^5.2.1",
|
|
"react-native-web": "~0.18.7",
|
|
"react-native-wheel-color-picker": "^1.2.0",
|
|
"react-router-dom": "6",
|
|
"react-router-native": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9"
|
|
},
|
|
"private": true
|
|
}
|