mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-07 20:53:54 -05:00
* chore(INJI-195): upgrade react native version and dependencies * chore(INJI-195): upgrade expo version and dependencies * chore(INJI-195): modify associated files on version upgrade * chore(INJI-295): fixed react native flipper and patch packages * chore(INJI-195): fix for expo prebuild * chore(INJI-195): expo linked to android/ios projects * chore(INJI-195): update metro config * chore(INJI-195): fix ios build with mmkv storage patch * chore(INJI-195): gradle version modified * chore(INJI-195): fixed rn version 0.71.8 due to mmkv library issue * chore(INJI-195): removed files in android * chore(INJI-195): fix 0.71.8 for iOS project through pods with expo linking * chore(INJI-195): fix for custom fonts added through pods due to rn linkage * chore(INJI-195): fix for removing assets.car generated from pods * Modify Node version in pipeline (#806) * chore(INJI-195): fix for android splash screen not shown up * chore(INJI-195): upgraded to node 18 in pipeline * chore(INJI-195): add the pod install twice to remove duplicates via script workaround (#807) Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com> * INJI-195 Set the signing team for iOS (#810) * chore(INJI-195): add the pod install twice to remove duplicates via script workaround * chore(INJI-195): set the signing team for ios build --------- Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com> * Modify github runner to self hosted runner (#811) * chore(INJI-195): add the pod install twice to remove duplicates via script workaround * chore(INJI-195): set the signing team for ios build * chore(INJI-195): set the self hosted runner for ios build --------- Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com> * Modify self hosted runner to github hosted runner (#813) * chore(INJI-195): add the pod install twice to remove duplicates via script workaround * chore(INJI-195): set the signing team for ios build * chore(INJI-195): set the self hosted runner for ios build * chore(INJI-195): modify the self hosted to github hosted runner --------- Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com> * chore(INJI-195): modify the self hosted to github hosted runner * chore(INJI-195): set the code signing identity for ios build * chore(INJI-195): assigned app icon files to asset --------- Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com> Signed-off-by: Swati Goel <meet2swati@gmail.com> Co-authored-by: Swati Goel <meet2swati@gmail.com>
131 lines
4.7 KiB
JSON
131 lines
4.7 KiB
JSON
{
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"start": "react-native start",
|
|
"android:mosip": "react-native run-android --variant=mosipDebug",
|
|
"ios": "react-native run-ios",
|
|
"build:android:mosip": "cd android && ./gradlew :app:assembleMosipRelease && cd ..",
|
|
"i18n:compile-strings": "node scripts/compile-strings.js",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
|
"test": "jest",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@digitalbazaar/ed25519-signature-2018": "digitalbazaar/ed25519-signature-2018",
|
|
"@digitalbazaar/ed25519-verification-key-2018": "digitalbazaar/ed25519-verification-key-2018",
|
|
"@digitalbazaar/rsa-signature-2018": "digitalbazaar/rsa-signature-2018#initial",
|
|
"@digitalbazaar/rsa-verification-key-2018": "digitalbazaar/rsa-verification-key-2018#initial",
|
|
"@digitalcredentials/vc": "^1.1.2",
|
|
"@expo-google-fonts/inter": "^0.2.3",
|
|
"@expo-google-fonts/poppins": "^0.2.0",
|
|
"@expo/metro-config": "~0.10.0",
|
|
"@idpass/smartshare-react-native": "0.2.3-beta.2",
|
|
"@react-native-clipboard/clipboard": "^1.10.0",
|
|
"@react-native-community/netinfo": "9.3.7",
|
|
"@react-native-picker/picker": "2.4.8",
|
|
"@react-navigation/bottom-tabs": "^6.0.7",
|
|
"@react-navigation/native": "^6.0.8",
|
|
"@react-navigation/native-stack": "^6.1.0",
|
|
"@xstate/react": "^3.0.1",
|
|
"base64url-universal": "^1.1.0",
|
|
"buffer": "^6.0.3",
|
|
"crypto-js": "^3.3.0",
|
|
"date-fns": "^2.26.0",
|
|
"expo": "~48.0.18",
|
|
"expo-app-loading": "~1.3.0",
|
|
"expo-barcode-scanner": "~12.3.2",
|
|
"expo-camera": "~13.2.1",
|
|
"expo-constants": "~14.2.1",
|
|
"expo-font": "~11.1.1",
|
|
"expo-local-authentication": "~13.3.0",
|
|
"expo-localization": "~14.1.1",
|
|
"expo-splash-screen": "~0.18.2",
|
|
"expo-status-bar": "~1.4.4",
|
|
"expo-updates": "~0.16.4",
|
|
"i18next": "^21.6.16",
|
|
"iso-639-3": "^3.0.1",
|
|
"mosip-inji-face-sdk": "^0.1.12",
|
|
"node-forge": "^1.3.1",
|
|
"patch-package": "^6.5.1",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"react": "18.2.0",
|
|
"react-i18next": "^11.16.6",
|
|
"react-native": "0.71.8",
|
|
"react-native-animated-pagination-dot": "^0.4.0",
|
|
"react-native-app-intro-slider": "^4.0.4",
|
|
"react-native-argon2": "^2.0.1",
|
|
"react-native-biometrics-changed": "^1.1.8",
|
|
"react-native-bluetooth-state-manager": "^1.3.2",
|
|
"react-native-cli": "^2.0.1",
|
|
"react-native-device-info": "^8.4.8",
|
|
"react-native-dotenv": "^3.3.1",
|
|
"react-native-elements": "3.4.3",
|
|
"react-native-fs": "^2.18.0",
|
|
"react-native-gesture-handler": "~2.9.0",
|
|
"react-native-keychain": "^8.0.0",
|
|
"react-native-linear-gradient": "^2.8.0",
|
|
"react-native-location": "^2.5.0",
|
|
"react-native-mmkv-storage": "^0.9.1",
|
|
"react-native-permissions": "^3.8.0",
|
|
"react-native-popable": "^0.4.3",
|
|
"react-native-qrcode-svg": "^6.2.0",
|
|
"react-native-restart": "^0.0.24",
|
|
"react-native-rsa-native": "^2.0.5",
|
|
"react-native-safe-area-context": "4.5.0",
|
|
"react-native-screens": "~3.20.0",
|
|
"react-native-secure-key-store": "^2.0.10",
|
|
"react-native-secure-keystore": "github:mosip/secure-keystore#v0.1.1",
|
|
"react-native-securerandom": "^1.0.1",
|
|
"react-native-simple-markdown": "^1.1.0",
|
|
"react-native-svg": "13.4.0",
|
|
"react-native-swipe-gestures": "^1.0.5",
|
|
"react-native-tuvali": "github:mosip/tuvali#v0.4.4",
|
|
"react-native-vector-icons": "^10.0.0",
|
|
"short-unique-id": "^4.4.4",
|
|
"xstate": "^4.35.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
"@react-native/metro-config": "^0.72.11",
|
|
"@tsconfig/react-native": "^2.0.2",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-native": "~0.64.12",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
"@typescript-eslint/parser": "^5.17.0",
|
|
"babel-jest": "^29.2.1",
|
|
"babel-plugin-inline-import": "^3.0.0",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"eslint": "^8.19.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-sonarjs": "^0.13.0",
|
|
"glob": "^8.0.1",
|
|
"husky": "^7.0.4",
|
|
"jest": "^29.2.1",
|
|
"jetifier": "^2.0.0",
|
|
"lint-staged": "^12.3.7",
|
|
"metro-react-native-babel-preset": "0.73.9",
|
|
"prettier": "^2.6.1",
|
|
"react-native-svg-transformer": "^1.1.0",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"private": true,
|
|
"name": "mosip-resident-app",
|
|
"version": "1.0.0",
|
|
"lint-staged": {
|
|
"*.{ts,tsx,js,css,md}": "prettier --write",
|
|
"*.strings.json": "node scripts/compile-strings.js"
|
|
},
|
|
"overrides": {
|
|
"react": "18.2.0",
|
|
"react-native": "0.71.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
}
|