Files
mdb/app/package.json
Bastien COIGNOUX 2b8741de08 recherche
2026-05-04 21:52:51 +02:00

51 lines
1.4 KiB
JSON

{
"name": "app",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"postinstall": "node scripts/ensure-assets.js",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/native": "^7.1.8",
"@tanstack/react-query": "^5.90.0",
"expo": "~54.0.0",
"expo-clipboard": "~8.0.0",
"expo-constants": "~18.0.13",
"expo-document-picker": "~14.0.8",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.7",
"expo-image-picker": "~17.0.8",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.0",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.8",
"expo-web-browser": "~15.0.10",
"nativewind": "^4.1.23",
"pocketbase": "^0.26.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.5.1",
"tailwindcss": "^3.4.17",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "~19.1.0",
"babel-preset-expo": "~54.0.0",
"typescript": "~5.9.2"
}
}