Files
aliasvault/apps/mobile-app/package.json
2025-11-19 15:23:28 +01:00

112 lines
3.4 KiB
JSON

{
"name": "aliasvault-mobile-app",
"main": "expo-router/entry",
"version": "0.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --passWithNoTests",
"test:watch": "jest --passWithNoTests --watchAll",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"jest": {
"preset": "jest-expo"
},
"codegenConfig": {
"name": "NativeVaultManagerSpec",
"type": "modules",
"jsSrcsDir": "specs",
"android": {
"javaPackageName": "net.aliasvault.nativevaultmanager"
},
"ios": {
"modulesProvider": {
"NativeVaultManager": "RCTNativeVaultManager"
}
}
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@hookform/resolvers": "^5.0.1",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/slider": "4.5.6",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@types/jsrsasign": "^10.5.15",
"expo": "^53.0.22",
"expo-blur": "~14.1.5",
"expo-camera": "^16.1.11",
"expo-clipboard": "~7.1.5",
"expo-constants": "~17.1.7",
"expo-dev-client": "~5.1.8",
"expo-document-picker": "~13.1.6",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-haptics": "~14.1.4",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.7",
"expo-local-authentication": "~16.0.5",
"expo-localization": "~16.1.6",
"expo-router": "~5.1.6",
"expo-sharing": "~13.1.5",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-symbols": "~0.4.5",
"expo-web-browser": "~14.2.0",
"fbemitter": "^3.0.0",
"i18next": "^25.3.2",
"jest": "~29.7.0",
"jest-expo": "~53.0.10",
"otpauth": "^9.4.0",
"react": "19.0.0",
"react-hook-form": "^7.56.1",
"react-i18next": "^15.6.0",
"react-native": "~0.79.6",
"react-native-aes-gcm-crypto": "^0.2.2",
"react-native-context-menu-view": "^1.19.0",
"react-native-edge-to-edge": "1.6.0",
"react-native-gesture-handler": "~2.24.0",
"react-native-get-random-values": "^1.11.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-quick-crypto": "^0.7.13",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.6.1",
"react-native-screens": "~4.15.4",
"react-native-svg": "15.11.2",
"react-native-toast-message": "^2.2.1",
"react-native-webview": "13.13.5",
"secure-remote-password": "github:LinusU/secure-remote-password#73e5f732b6ca0cdbdc19da1a0c5f48cdbad2cbf0",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@react-native-community/cli": "^20.0.0",
"@stylistic/eslint-plugin": "^5.3.1",
"@types/fbemitter": "^2.0.35",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.16",
"@types/react": "~19.0.10",
"@types/react-test-renderer": "^18.3.0",
"@types/sql.js": "^1.4.9",
"@types/yup": "^0.29.14",
"eslint": "^9.35.0",
"eslint-config-expo": "~9.2.0",
"eslint-plugin-jsdoc": "^55.2.0",
"eslint-plugin-react-native": "^5.0.0",
"globals": "^16.3.0",
"jest": "^29.2.1",
"jest-expo": "~53.0.0",
"react-native-svg-transformer": "^1.5.0",
"typescript": "~5.8.3"
},
"engines": {
"node": ">=20"
},
"private": true
}