Begin migration to expo-router

This commit is contained in:
Niklas Korz 2024-08-22 14:29:57 +02:00
parent e373deb347
commit 0347ee6fb7
117 changed files with 8776 additions and 11935 deletions

View file

@ -1,49 +1,67 @@
{
"name": "app",
"name": "musclecat",
"main": "expo-router/entry",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"postinstall": "patch-package"
"test": "jest --watchAll",
"lint": "expo lint"
},
"jest": {
"preset": "jest-expo"
},
"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/elements": "^1.3.21",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"expo": "~49.0.15",
"expo-dev-client": "~2.4.12",
"expo-screen-orientation": "~6.0.6",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"pocketbase": "^0.20.1",
"@expo/vector-icons": "^14.0.2",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.4.1",
"expo": "~51.0.30",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.9",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"pocketbase": "^0.21.4",
"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": "~0.75.0",
"react-native-gesture-handler": "~2.18.1",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.15.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"
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "~3.34.0",
"react-native-web": "~0.19.10",
"react-responsive": "^10.0.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"sharp-cli": "^2.1.0",
"typescript": "^5.1.3"
"@types/jest": "^29.5.12",
"@types/react": "~18.2.79",
"@types/react-test-renderer": "^18.0.7",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"private": true
"private": true,
"expo": {
"install": {
"exclude": [
"react-native@~0.74.0",
"react-native-reanimated@~3.10.0",
"react-native-gesture-handler@~2.16.1",
"react-native-screens@~3.31.1"
]
}
}
}