mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
25 lines
528 B
JSON
25 lines
528 B
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": {
|
|
"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",
|
|
"react-native-web": "~0.18.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9"
|
|
},
|
|
"private": true
|
|
}
|