mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-25 15:47:59 +03:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "amnet-native",
|
|
"version": "1.1.0",
|
|
"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.26.0",
|
|
"@expo-google-fonts/jetbrains-mono": "^0.2.3",
|
|
"@react-navigation/bottom-tabs": "^6.6.1",
|
|
"@react-navigation/native": "^6.1.18",
|
|
"@react-navigation/native-stack": "^6.11.0",
|
|
"@realm/react": "^0.11.0",
|
|
"@types/react": "~18.3.12",
|
|
"amnet-shared": "file:../amnet-shared",
|
|
"date-fns": "^3.6.0",
|
|
"expo": "^52.0.27",
|
|
"expo-blur": "~14.0.3",
|
|
"expo-build-properties": "~0.13.2",
|
|
"expo-clipboard": "~7.0.1",
|
|
"expo-constants": "~17.0.3",
|
|
"expo-dev-client": "~5.0.10",
|
|
"expo-linking": "~7.0.4",
|
|
"expo-status-bar": "~2.0.1",
|
|
"expo-system-ui": "~4.0.7",
|
|
"lucide-react-native": "^0.427.0",
|
|
"pusher-js": "^8.2.0",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.6",
|
|
"react-native-context-menu-view": "^1.16.0",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-get-random-values": "^1.11.0",
|
|
"react-native-nfc-manager": "^3.16.1",
|
|
"react-native-paper": "^5.12.5",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "~4.4.0",
|
|
"react-native-svg": "15.8.0",
|
|
"react-native-url-polyfill": "^2.0.0",
|
|
"realm": "^12.14.0",
|
|
"typescript": "~5.3.3",
|
|
"expo-splash-screen": "~0.29.21"
|
|
}
|
|
}
|