Files
aliasvault/apps/mobile-app/package.json
2026-05-26 11:54:38 +02:00

112 lines
3.3 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",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"codegenConfig": {
"name": "NativeVaultManagerSpec",
"type": "modules",
"jsSrcsDir": "specs",
"android": {
"javaPackageName": "net.aliasvault.app.nativevaultmanager"
},
"ios": {
"modulesProvider": {
"NativeVaultManager": "RCTNativeVaultManager"
}
}
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@hookform/resolvers": "^5.0.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/slider": "5.2.0",
"@types/jsrsasign": "^10.5.15",
"expo": "^56.0.4",
"expo-blur": "~56.0.3",
"expo-clipboard": "~56.0.3",
"expo-constants": "~56.0.15",
"expo-document-picker": "~56.0.4",
"expo-file-system": "~56.0.7",
"expo-font": "~56.0.5",
"expo-haptics": "~56.0.3",
"expo-intent-launcher": "~56.0.4",
"expo-linear-gradient": "~56.0.4",
"expo-linking": "~56.0.11",
"expo-local-authentication": "~56.0.4",
"expo-localization": "~56.0.6",
"expo-router": "~56.2.6",
"expo-sharing": "~56.0.13",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"expo-symbols": "~56.0.5",
"expo-web-browser": "~56.0.5",
"fbemitter": "^3.0.0",
"i18next": "^26.0.0",
"lodash": "^4.18.1",
"react": "19.2.3",
"react-hook-form": "^7.56.1",
"react-i18next": "^16.6.6",
"react-native": "0.85.3",
"react-native-aes-gcm-crypto": "^0.2.2",
"react-native-context-menu-view": "^1.19.0",
"react-native-draggable-flatlist": "^4.0.3",
"react-native-edge-to-edge": "1.6.0",
"react-native-gesture-handler": "~2.31.1",
"react-native-get-random-values": "^1.11.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-qrcode-svg": "^6.3.21",
"react-native-quick-crypto": "^0.7.13",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-svg": "15.15.4",
"react-native-svg-transformer": "^1.5.0",
"react-native-toast-message": "^2.2.1",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.8.3",
"sanitize-html": "^2.17.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@react-native-community/cli": "^20.1.2",
"@stylistic/eslint-plugin": "^5.3.1",
"@types/fbemitter": "^2.0.35",
"@types/lodash": "^4.17.16",
"@types/react": "~19.2.14",
"@types/react-test-renderer": "^18.3.0",
"@types/sanitize-html": "^2.16.0",
"@types/sql.js": "^1.4.9",
"@types/yup": "^0.29.14",
"eslint": "^9.35.0",
"eslint-config-expo": "~56.0.4",
"eslint-plugin-jsdoc": "^55.2.0",
"eslint-plugin-react-native": "^5.0.0",
"globals": "^16.3.0",
"typescript": "~6.0.3"
},
"engines": {
"node": ">=20"
},
"overrides": {
"react-dom": "19.2.3"
},
"expo": {
"autolinking": {
"exclude": ["@react-native-masked-view/masked-view"],
"buildFromSource": [".*"]
}
},
"private": true
}