mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 05:58:01 -05:00
113 lines
4.3 KiB
JSON
113 lines
4.3 KiB
JSON
{
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"start": "react-native start",
|
|
"android:mosip": "react-native run-android --variant=mosipDebug",
|
|
"android:newlogic": "react-native run-android --variant=newlogicDebug",
|
|
"android:ph": "react-native run-android --variant=phDebug",
|
|
"ios": "react-native run-ios",
|
|
"build:android:mosip": "cd android && ./gradlew :app:assembleMosipRelease && cd ..",
|
|
"build:android:newlogic": "cd android && ./gradlew :app:assembleNewlogicRelease && cd ..",
|
|
"build:android:ph": "cd android && ./gradlew :app:assemblePhRelease && cd ..",
|
|
"i18n:compile-strings": "node scripts/compile-strings.js",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
|
|
},
|
|
"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.3.12",
|
|
"@idpass/smartshare-react-native": "0.2.3-beta.2",
|
|
"@react-native-async-storage/async-storage": "~1.15.0",
|
|
"@react-native-community/netinfo": "7.1.3",
|
|
"@react-native-picker/picker": "2.2.1",
|
|
"@react-navigation/bottom-tabs": "^6.0.7",
|
|
"@react-navigation/native": "^6.0.2",
|
|
"@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": "^44.0.0",
|
|
"expo-app-loading": "~1.3.0",
|
|
"expo-barcode-scanner": "~11.2.0",
|
|
"expo-camera": "~12.1.2",
|
|
"expo-constants": "~13.0.1",
|
|
"expo-font": "~10.0.4",
|
|
"expo-local-authentication": "~12.0.1",
|
|
"expo-localization": "^12.0.1",
|
|
"expo-splash-screen": "~0.14.1",
|
|
"expo-status-bar": "~1.2.0",
|
|
"expo-updates": "~0.11.6",
|
|
"i18next": "^21.6.16",
|
|
"mosip-inji-face-sdk": "^0.1.12",
|
|
"node-forge": "^1.3.1",
|
|
"react": "17.0.1",
|
|
"react-i18next": "^11.16.6",
|
|
"react-native": "0.64.4",
|
|
"react-native-animated-pagination-dot": "^0.4.0",
|
|
"react-native-app-intro-slider": "^4.0.4",
|
|
"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.2",
|
|
"react-native-fs": "^2.20.0",
|
|
"react-native-gesture-handler": "~2.1.0",
|
|
"react-native-keychain": "^8.0.0",
|
|
"react-native-linear-gradient": "^2.6.2",
|
|
"react-native-location-enabler": "^4.1.0",
|
|
"react-native-openid4vp-ble": "github:mosip/tuvali#v0.3.10",
|
|
"react-native-permissions": "^3.6.0",
|
|
"react-native-popable": "^0.4.3",
|
|
"react-native-qrcode-svg": "^6.1.1",
|
|
"react-native-restart": "^0.0.24",
|
|
"react-native-rsa-native": "^2.0.5",
|
|
"react-native-safe-area-context": "3.3.2",
|
|
"react-native-screens": "~3.10.1",
|
|
"react-native-secure-key-store": "^2.0.10",
|
|
"react-native-securerandom": "^1.0.0",
|
|
"react-native-simple-markdown": "^1.1.0",
|
|
"react-native-svg": "12.1.1",
|
|
"react-native-swipe-gestures": "^1.0.5",
|
|
"react-native-uuid": "^2.0.1",
|
|
"react-native-vector-icons": "^8.1.0",
|
|
"xstate": "^4.35.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@types/react": "~17.0.21",
|
|
"@types/react-native": "~0.64.12",
|
|
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
"@typescript-eslint/parser": "^5.17.0",
|
|
"babel-plugin-inline-import": "^3.0.0",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"eslint": "^8.12.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-sonarjs": "^0.13.0",
|
|
"expo-cli": "^5.3.1",
|
|
"glob": "^8.0.1",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.3.7",
|
|
"prettier": "^2.6.1",
|
|
"typescript": "~4.3.5"
|
|
},
|
|
"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": "17.0.1",
|
|
"react-native": "0.64.4"
|
|
}
|
|
}
|