1477c30c67
react-native-reanimated v4.x a extrait worklets dans un package séparé react-native-worklets. Le plugin babel de reanimated le cherche explicitement — le build EAS échouait avec ENOMODULE. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
36 lines
940 B
JSON
36 lines
940 B
JSON
{
|
|
"name": "n8n-pilot",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.16.1",
|
|
"date-fns": "^4.2.1",
|
|
"expo": "~54.0.33",
|
|
"expo-local-authentication": "~17.0.8",
|
|
"expo-router": "~6.0.23",
|
|
"expo-secure-store": "~15.0.8",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-paper": "^5.15.2",
|
|
"react-native-reanimated": "~4.1.1",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-worklets": "0.5.1",
|
|
"zustand": "^5.0.13"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.10",
|
|
"@types/react-native": "^0.72.8",
|
|
"typescript": "~5.9.2"
|
|
}
|
|
}
|