62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"name": "assemblr",
|
|
"version": "1.0.0",
|
|
"main": "AppEntry.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"resolutions": {
|
|
"react-native-reanimated": "3.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@expo/webpack-config": "^19.0.0",
|
|
"@gorhom/bottom-sheet": "^4",
|
|
"@react-native-community/datetimepicker": "7.2.0",
|
|
"@react-native-picker/picker": "^2.5.1",
|
|
"@react-navigation/bottom-tabs": "^6.5.8",
|
|
"@react-navigation/native": "^6.1.7",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@rneui/base": "^4.0.0-rc.7",
|
|
"@rneui/themed": "^4.0.0-rc.8",
|
|
"@shopify/flash-list": "1.4.3",
|
|
"axios": "^1.5.0",
|
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
"expo": "~49.0.8",
|
|
"expo-secure-store": "~12.3.1",
|
|
"expo-splash-screen": "~0.20.5",
|
|
"expo-status-bar": "~1.6.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.72.6",
|
|
"react-native-gesture-handler": "~2.12.0",
|
|
"react-native-image-zoom-viewer": "^3.0.1",
|
|
"react-native-keyevent": "^0.3.1",
|
|
"react-native-keyevent-expo-config-plugin": "^1.0.49",
|
|
"react-native-modal": "^13.0.1",
|
|
"react-native-paper": "^5.10.6",
|
|
"react-native-progress": "^5.0.1",
|
|
"react-native-radio-buttons-group": "^3.0.5",
|
|
"react-native-reanimated": "3.3.0",
|
|
"react-native-responsive-dimensions": "^3.1.1",
|
|
"react-native-responsive-fontsize": "^0.5.1",
|
|
"react-native-safe-area-context": "4.6.3",
|
|
"react-native-screens": "~3.22.0",
|
|
"react-native-toast-message": "^2.1.7",
|
|
"react-native-vector-icons": "^10.0.0",
|
|
"react-native-web": "~0.19.6",
|
|
"react-native-webview": "13.2.2",
|
|
"react-redux": "^8.1.2",
|
|
"redux": "^4.2.1",
|
|
"rn-openapp": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.2.14",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"private": true
|
|
}
|