first commit
This commit is contained in:
96
unionflow-mobile-apps/package.json
Normal file
96
unionflow-mobile-apps/package.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"name": "unionflow-mobile-apps",
|
||||
"version": "2.0.0",
|
||||
"description": "Application mobile UnionFlow pour la gestion d'associations en Côte d'Ivoire",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"android": "react-native run-android",
|
||||
"ios": "react-native run-ios",
|
||||
"start": "react-native start",
|
||||
"test": "jest",
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
||||
"build:android": "cd android && ./gradlew assembleRelease",
|
||||
"build:ios": "cd ios && xcodebuild -workspace UnionFlow.xcworkspace -scheme UnionFlow -configuration Release archive",
|
||||
"clean": "react-native clean",
|
||||
"pod-install": "cd ios && pod install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-async-storage/async-storage": "^1.21.0",
|
||||
"@react-native-community/netinfo": "^11.2.1",
|
||||
"@react-navigation/native": "^6.1.9",
|
||||
"@react-navigation/stack": "^6.3.20",
|
||||
"@react-navigation/bottom-tabs": "^6.5.11",
|
||||
"@react-navigation/drawer": "^6.6.6",
|
||||
"@reduxjs/toolkit": "^2.0.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.2",
|
||||
"react-native-animatable": "^1.4.0",
|
||||
"react-native-biometrics": "^3.0.1",
|
||||
"react-native-camera": "^4.2.1",
|
||||
"react-native-config": "^1.5.1",
|
||||
"react-native-device-info": "^10.11.0",
|
||||
"react-native-fast-image": "^8.6.3",
|
||||
"react-native-gesture-handler": "^2.14.1",
|
||||
"react-native-image-picker": "^7.1.0",
|
||||
"react-native-keychain": "^8.1.3",
|
||||
"react-native-linear-gradient": "^2.8.3",
|
||||
"react-native-localization": "^2.3.1",
|
||||
"react-native-modal": "^13.0.1",
|
||||
"react-native-paper": "^5.12.3",
|
||||
"react-native-permissions": "^4.1.1",
|
||||
"react-native-push-notification": "^8.1.1",
|
||||
"react-native-qrcode-scanner": "^1.5.5",
|
||||
"react-native-reanimated": "^3.6.2",
|
||||
"react-native-safe-area-context": "^4.8.2",
|
||||
"react-native-screens": "^3.29.0",
|
||||
"react-native-splash-screen": "^3.3.0",
|
||||
"react-native-svg": "^14.1.0",
|
||||
"react-native-vector-icons": "^10.0.3",
|
||||
"react-native-webview": "^13.6.4",
|
||||
"react-redux": "^9.0.4",
|
||||
"redux-persist": "^6.0.0",
|
||||
"axios": "^1.6.5",
|
||||
"date-fns": "^3.2.0",
|
||||
"formik": "^2.4.5",
|
||||
"yup": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
"@babel/preset-env": "^7.20.0",
|
||||
"@babel/runtime": "^7.20.0",
|
||||
"@react-native/eslint-config": "^0.73.1",
|
||||
"@react-native/metro-config": "^0.73.2",
|
||||
"@react-native/typescript-config": "^0.73.1",
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"babel-jest": "^29.6.3",
|
||||
"eslint": "^8.19.0",
|
||||
"jest": "^29.6.3",
|
||||
"metro-react-native-babel-preset": "0.77.0",
|
||||
"prettier": "^2.8.8",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"typescript": "4.8.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"keywords": [
|
||||
"react-native",
|
||||
"mobile",
|
||||
"association",
|
||||
"cotisation",
|
||||
"wave-money",
|
||||
"cote-divoire",
|
||||
"unionflow"
|
||||
],
|
||||
"author": "Lions Dev Team",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lions-dev/unionflow-mobile-apps.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lions-dev/unionflow-mobile-apps/issues"
|
||||
},
|
||||
"homepage": "https://unionflow.com"
|
||||
}
|
||||
Reference in New Issue
Block a user