Files
2026-06-03 11:41:04 +02:00

52 lines
1.5 KiB
JSON

{
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"validate": "yarn expo install --check && yarn lint && yarn typecheck && yarn test --watchman=false"
},
"dependencies": {
"expo": "^56.0.4",
"expo-constants": "~56.0.16",
"expo-linking": "~56.0.13",
"expo-router": "~56.2.6",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"jotai": "^2.19.1",
"nanoid": "3.3.8",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-get-random-values": "~1.11.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-web": "^0.21.0",
"react-strict-dom": "^0.0.55"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@expo/metro-runtime": "~56.0.13",
"@react-native/jest-preset": "0.85.3",
"@testing-library/react-native": "14.0.0-rc.3",
"@types/eslint": "^9.6.1",
"@types/jest": "^29.5.12",
"@types/react": "~19.2.14",
"@types/react-native-get-random-values": "^1",
"eslint": "^10.2.0",
"eslint-plugin-testing-library": "^7.16.2",
"jest": "~29.7.0",
"msw": "2.7.0",
"test-renderer": "1.2.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.58.1"
},
"private": true,
"packageManager": "yarn@4.11.0"
}