mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "amnet-native",
|
|
"version": "1.3.9",
|
|
"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.28.4",
|
|
"@expo-google-fonts/jetbrains-mono": "^0.4.1",
|
|
"@react-native-menu/menu": "^2.0.0",
|
|
"@react-navigation/bottom-tabs": "^7.9.0",
|
|
"@react-navigation/native": "^7.1.26",
|
|
"@react-navigation/native-stack": "^7.9.0",
|
|
"@realm/react": "^0.20.0",
|
|
"amnet-shared": "file:../amnet-shared",
|
|
"babel-preset-expo": "^54.0.9",
|
|
"date-fns": "^4.1.0",
|
|
"expo": "^54.0.30",
|
|
"expo-build-properties": "~1.0.10",
|
|
"expo-clipboard": "~8.0.8",
|
|
"expo-dev-client": "~6.0.20",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-splash-screen": "~31.0.13",
|
|
"expo-status-bar": "~3.0.9",
|
|
"lucide-react-native": "^0.562.0",
|
|
"pusher-js": "^8.4.0",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-context-menu-view": "^1.21.0",
|
|
"react-native-gesture-handler": "^2.30.0",
|
|
"react-native-get-random-values": "^2.0.0",
|
|
"react-native-paper": "^5.14.5",
|
|
"react-native-reanimated": "~4.2.1",
|
|
"react-native-safe-area-context": "5.6.2",
|
|
"react-native-screens": "~4.19.0",
|
|
"react-native-svg": "15.15.1",
|
|
"react-native-url-polyfill": "^3.0.0",
|
|
"realm": "^20.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.10",
|
|
"typescript": "~5.9.3"
|
|
}
|
|
}
|