This commit is contained in:
moist-webDev 2023-05-24 22:29:07 -04:00
parent 0a53558d39
commit 4b14b478d0
4 changed files with 21415 additions and 1114 deletions

12557
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -9,10 +9,20 @@
"web": "expo start --web"
},
"dependencies": {
"@material-native-ui/theme-provider": "^0.0.5",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@rneui/themed": "^4.0.0-rc.7",
"@types/react-native": "^0.72.1",
"expo": "~48.0.15",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.8"
"react-native": "0.71.8",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-theme-provider": "^0.0.2",
"react-router-native": "^6.11.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",

7280
yarn-error.log Normal file

File diff suppressed because it is too large Load Diff

2680
yarn.lock

File diff suppressed because it is too large Load Diff