Initial commit

This commit is contained in:
2025-06-25 11:56:07 +05:30
parent 87af035459
commit addd221003
20 changed files with 7113 additions and 11455 deletions
+16 -2
View File
@@ -10,9 +10,23 @@
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native/new-app-screen": "0.80.0",
"@react-navigation/elements": "^2.5.2",
"@react-navigation/native": "^7.1.14",
"@react-navigation/native-stack": "^7.3.21",
"@reduxjs/toolkit": "^2.8.2",
"axios": "^1.10.0",
"react": "19.1.0",
"react-native": "0.80.0",
"@react-native/new-app-screen": "0.80.0"
"react-native-chart-kit": "^6.12.0",
"react-native-element-dropdown": "^2.12.4",
"react-native-otp-textinput": "^1.1.7",
"react-native-safe-area-context": "^5.5.0",
"react-native-screens": "^4.11.1",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^15.12.0",
"react-native-vector-icons": "^10.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -37,4 +51,4 @@
"engines": {
"node": ">=18"
}
}
}