layout + app
This commit is contained in:
+8
-3
@@ -1,12 +1,17 @@
|
||||
{
|
||||
"name": "webui",
|
||||
"version": "2.0.0",
|
||||
"main": "index.ts",
|
||||
"main": "expo-router/entry",
|
||||
"dependencies": {
|
||||
"expo": "~57.0.8",
|
||||
"expo-constants": "~57.0.17",
|
||||
"expo-linking": "~57.0.9",
|
||||
"expo-router": "~57.0.20",
|
||||
"expo-status-bar": "~57.0.1",
|
||||
"react": "19.2.3",
|
||||
"react-native": "0.86.0"
|
||||
"react-native": "0.86.0",
|
||||
"react-native-safe-area-context": "~5.7.0",
|
||||
"react-native-screens": "~4.26.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "~19.2.2",
|
||||
@@ -20,4 +25,4 @@
|
||||
"web": "expo start --web"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user