Server heavy refactoring 4 (not functionnal)

This commit is contained in:
Sebastien Riviere
2026-03-12 23:17:21 +01:00
parent e1b6c0e0c5
commit 1389dce132
95 changed files with 5320 additions and 27986 deletions

View File

@@ -13,7 +13,6 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"axxios": "^0.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "~52.0.46",
"expo-build-properties": "~0.13.3",
@@ -34,7 +33,6 @@
"react-native": "0.76.9",
"react-native-collapsible": "^1.6.2",
"react-native-device-info": "^14.0.4",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-picker": "^4.0.6",
"react-native-image-viewing": "^0.2.2",
@@ -47,11 +45,12 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/js": "^9.39.4",
"@react-native-community/cli": "latest",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.32.0",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-native": "^5.0.0"
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.4.0"
},
"private": true
}