Kyoo/front/apps/mobile/package.json
2024-10-30 22:25:06 +01:00

69 lines
2.2 KiB
JSON

{
"name": "mobile",
"version": "1.0.0",
"main": "expo-router/entry",
"sideEffects": false,
"scripts": {
"dev": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build": "eas build --profile production --platform android --non-interactive --auto-submit",
"build:apk": "eas build --profile preview --platform android --non-interactive --json",
"build:dev": "eas build --profile development --platform android --non-interactive",
"update": "eas update --auto --channel prod"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.3",
"@formatjs/intl-displaynames": "^6.8.1",
"@formatjs/intl-locale": "^4.2.1",
"@gorhom/portal": "^1.0.14",
"@kyoo/ui": "workspace:^",
"@material-symbols/svg-400": "^0.25.2",
"@react-native-community/netinfo": "11.4.1",
"@shopify/flash-list": "1.7.1",
"@tanstack/query-sync-storage-persister": "^5.59.16",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-persist-client": "^5.59.16",
"array-shuffle": "^3.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"expo": "52.0.0-preview.7",
"expo-build-properties": "~0.13.1",
"expo-constants": "~17.0.2",
"expo-dev-client": "~5.0.0-preview.4",
"expo-file-system": "~18.0.0",
"expo-font": "~13.0.0",
"expo-image": "^1.13.0",
"expo-image-picker": "~16.0.0",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.2",
"expo-localization": "~16.0.0",
"expo-navigation-bar": "~4.0.1",
"expo-router": "~4.0.0-preview.8",
"expo-screen-orientation": "~8.0.0",
"expo-secure-store": "~14.0.0",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.26.2",
"i18next": "^23.16.4",
"intl-pluralrules": "^2.0.1",
"moti": "^0.29.0",
"react": "18.3.1",
"react-i18next": "^15.1.0",
"react-native": "0.76.1",
"react-native-mmkv": "^3.1.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.0.0-beta.16",
"react-native-svg": "15.8.0",
"react-native-uuid": "^2.0.2",
"react-native-video": "^6.7.0",
"yoshiki": "1.2.14"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"react-native-svg-transformer": "^1.5.0",
"typescript": "~5.6.3"
},
"private": true
}