53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "webui",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.0.2",
|
|
"@react-native-community/netinfo": "12.0.1",
|
|
"@react-navigation/native": "^7.3.8",
|
|
"@react-navigation/native-stack": "^7.17.10",
|
|
"@tanstack/query-async-storage-persister": "^5.101.4",
|
|
"@tanstack/react-query": "^5.101.2",
|
|
"@tanstack/react-query-persist-client": "^5.101.4",
|
|
"babel-preset-expo": "^57.0.4",
|
|
"drizzle-orm": "^0.45.2",
|
|
"expo": "~57.0.8",
|
|
"expo-background-task": "~57.0.6",
|
|
"expo-document-picker": "~57.0.1",
|
|
"expo-file-system": "~57.0.1",
|
|
"expo-image": "~57.0.1",
|
|
"expo-image-picker": "~57.0.6",
|
|
"expo-media-library": "~57.0.3",
|
|
"expo-print": "~57.0.1",
|
|
"expo-secure-store": "~57.0.1",
|
|
"expo-sqlite": "~57.0.1",
|
|
"expo-status-bar": "~57.0.1",
|
|
"expo-task-manager": "~57.0.6",
|
|
"react": "19.2.3",
|
|
"react-native": "0.86.0",
|
|
"react-native-gesture-handler": "~2.32.0",
|
|
"react-native-mmkv": "^4.3.2",
|
|
"react-native-nitro-image": "^0.15.1",
|
|
"react-native-nitro-modules": "^0.36.1",
|
|
"react-native-reanimated": "4.5.0",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "~4.26.0",
|
|
"react-native-vision-camera": "^5.1.0",
|
|
"react-native-worklets": "0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@expo/metro-config": "^57.0.7",
|
|
"@types/react": "~19.2.2",
|
|
"drizzle-kit": "^0.31.10",
|
|
"typescript": "~6.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"private": true
|
|
}
|