mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "amnet-native",
|
|
"version": "1.3.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"ios-prebuild": "expo prebuild --platform ios",
|
|
"android-prebuild": "expo prebuild --platform android"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.27.6",
|
|
"@expo-google-fonts/jetbrains-mono": "^0.4.0",
|
|
"@react-native-menu/menu": "^1.2.3",
|
|
"@react-navigation/bottom-tabs": "^7.4.2",
|
|
"@react-navigation/native": "^7.1.14",
|
|
"@react-navigation/native-stack": "^7.3.21",
|
|
"@realm/react": "^0.11.0",
|
|
"amnet-shared": "file:../amnet-shared",
|
|
"date-fns": "^4.1.0",
|
|
"expo": "53.0.19",
|
|
"expo-blur": "~14.1.5",
|
|
"expo-build-properties": "~0.14.8",
|
|
"expo-clipboard": "~7.1.5",
|
|
"expo-constants": "~17.1.7",
|
|
"expo-dev-client": "~5.2.4",
|
|
"expo-linking": "~7.1.7",
|
|
"expo-splash-screen": "~0.30.10",
|
|
"expo-status-bar": "~2.2.3",
|
|
"lucide-react-native": "^0.525.0",
|
|
"pusher-js": "^8.4.0",
|
|
"react": "19.0.0",
|
|
"react-native": "0.79.5",
|
|
"react-native-context-menu-view": "^1.19.0",
|
|
"react-native-gesture-handler": "~2.24.0",
|
|
"react-native-get-random-values": "^1.11.0",
|
|
"react-native-nfc-manager": "^3.16.2",
|
|
"react-native-paper": "^5.14.5",
|
|
"react-native-reanimated": "~3.17.4",
|
|
"react-native-safe-area-context": "5.4.0",
|
|
"react-native-screens": "~4.11.1",
|
|
"react-native-svg": "15.11.2",
|
|
"react-native-url-polyfill": "^2.0.0",
|
|
"realm": "^20.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@expo/ngrok": "^4.1.3",
|
|
"@types/react": "~19.0.10",
|
|
"typescript": "~5.8.3"
|
|
}
|
|
}
|