2023-09-12 08:15:01 +08:00
|
|
|
{
|
|
|
|
"name": "obananaecom",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "expo start",
|
|
|
|
"android": "expo start --android",
|
|
|
|
"ios": "expo start --ios",
|
|
|
|
"web": "expo start --web"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-26 14:33:01 +08:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
|
|
"@expo/config-plugins": "~6.0.0",
|
|
|
|
"@expo/webpack-config": "^18.1.3",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
|
|
"@fortawesome/react-native-fontawesome": "^0.3.0",
|
|
|
|
"@react-native-async-storage/async-storage": "^1.17.11",
|
|
|
|
"@react-native-community/checkbox": "^0.5.15",
|
|
|
|
"@react-native-seoul/masonry-list": "^1.4.2",
|
|
|
|
"@react-navigation/material-top-tabs": "^6.6.3",
|
|
|
|
"@react-navigation/native": "^6.1.6",
|
|
|
|
"@react-navigation/stack": "^6.3.16",
|
|
|
|
"axios": "^1.4.0",
|
|
|
|
"expo": "^49.0.11",
|
|
|
|
"expo-barcode-scanner": "^12.3.2",
|
|
|
|
"expo-checkbox": "^2.5.0",
|
|
|
|
"expo-file-system": "^15.2.2",
|
|
|
|
"expo-font": "^11.1.1",
|
|
|
|
"expo-linear-gradient": "^12.1.2",
|
|
|
|
"expo-media-library": "^15.2.3",
|
|
|
|
"expo-notifications": "^0.18.1",
|
|
|
|
"expo-permissions": "^14.1.1",
|
2023-09-12 08:15:01 +08:00
|
|
|
"expo-status-bar": "~1.6.0",
|
2023-09-26 14:33:01 +08:00
|
|
|
"expo-svg-uri": "^1.3.1",
|
|
|
|
"expo-system-ui": "^2.2.1",
|
|
|
|
"jwt-decode": "^3.1.2",
|
2023-09-12 08:15:01 +08:00
|
|
|
"react": "18.2.0",
|
2023-09-26 14:33:01 +08:00
|
|
|
"react-native": "0.72.4",
|
|
|
|
"react-native-css-vh-vw": "^1.0.5",
|
|
|
|
"react-native-elements": "^3.4.3",
|
|
|
|
"react-native-fs": "^2.20.0",
|
|
|
|
"react-native-gesture-handler": "2.9.0",
|
|
|
|
"react-native-image-slider-box": "^2.0.7",
|
|
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
|
|
"react-native-modal": "^13.0.1",
|
|
|
|
"react-native-pager-view": "^6.2.0",
|
|
|
|
"react-native-push-notification": "^8.1.1",
|
|
|
|
"react-native-qrcode": "^0.2.7",
|
|
|
|
"react-native-qrcode-svg": "^6.2.0",
|
|
|
|
"react-native-reanimated": "^3.3.0",
|
|
|
|
"react-native-safe-area-context": "^4.5.0",
|
|
|
|
"react-native-screens": "^3.20.0",
|
|
|
|
"react-native-swiper": "^1.5.5",
|
|
|
|
"react-native-tab-view": "^3.5.1",
|
|
|
|
"react-native-torch": "^1.2.0",
|
|
|
|
"react-native-view-shot": "3.5.0",
|
|
|
|
"react-native-viewpager": "^0.2.13",
|
|
|
|
"react-native-viewport-units": "^0.0.5",
|
|
|
|
"react-native-web": "^0.18.12"
|
2023-09-12 08:15:01 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.20.0"
|
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|