Initial commit
This commit is contained in:
24
package.json
24
package.json
@@ -10,10 +10,26 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "19.1.0",
|
||||
"react-native": "0.81.0",
|
||||
"@ant-design/icons-react-native": "^2.3.2",
|
||||
"@ant-design/react-native": "^5.4.3",
|
||||
"@react-native-async-storage/async-storage": "^2.2.0",
|
||||
"@react-native/new-app-screen": "0.81.0",
|
||||
"react-native-safe-area-context": "^5.5.2"
|
||||
"@react-navigation/bottom-tabs": "^7.4.6",
|
||||
"@react-navigation/native": "^7.1.17",
|
||||
"@react-navigation/stack": "^7.4.7",
|
||||
"axios": "^1.11.0",
|
||||
"babel-plugin-import": "^1.13.8",
|
||||
"babel-plugin-module-resolver": "^5.0.2",
|
||||
"i18next": "^25.4.2",
|
||||
"react": "19.1.0",
|
||||
"react-i18next": "^15.7.2",
|
||||
"react-native": "0.81.0",
|
||||
"react-native-gesture-handler": "^2.28.0",
|
||||
"react-native-localize": "^3.5.2",
|
||||
"react-native-reanimated": "^4.0.2",
|
||||
"react-native-safe-area-context": "^5.6.1",
|
||||
"react-native-screens": "^4.15.3",
|
||||
"react-native-worklets": "^0.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.25.2",
|
||||
@@ -38,4 +54,4 @@
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user