41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
"@expo/webpack-config": "^19.0.0",
|
|
"@react-native-masked-view/masked-view": "0.2.9",
|
|
"@react-navigation/drawer": "^6.6.6",
|
|
"@react-navigation/native": "^6.1.9",
|
|
"@react-navigation/stack": "^6.3.20",
|
|
"expo": "~49.0.15",
|
|
"expo-screen-orientation": "~6.0.6",
|
|
"expo-status-bar": "~1.6.0",
|
|
"pocketbase": "^0.20.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.72.6",
|
|
"react-native-gesture-handler": "~2.12.0",
|
|
"react-native-paper": "^5.11.5",
|
|
"react-native-reanimated": "~3.3.0",
|
|
"react-native-render-html": "^6.3.4",
|
|
"react-native-safe-area-context": "4.6.3",
|
|
"react-native-screens": "~3.22.0",
|
|
"react-native-web": "~0.19.6",
|
|
"react-responsive": "^9.0.2",
|
|
"swr": "^2.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.2.14",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"private": true
|
|
}
|