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-09-06 21:38:53 +00:00
|
|
|
"expo": "~46.0.9",
|
|
|
|
"expo-splash-screen": "~0.16.2",
|
|
|
|
"expo-status-bar": "~1.4.0",
|
|
|
|
"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-09-06 22:16:53 +00:00
|
|
|
"react-native-web": "~0.18.7",
|
2022-09-07 07:32:06 +00:00
|
|
|
"react-router-dom": "6",
|
|
|
|
"react-router-native": "^6.3.0",
|
2022-09-06 22:16:53 +00:00
|
|
|
"styled-components": "^5.3.5"
|
2022-01-14 07:59:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-06 21:38:53 +00:00
|
|
|
"@babel/core": "^7.12.9"
|
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
|
|
|
}
|