mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-09-29 15:30:53 -04:00
75 lines
2.4 KiB
JSON
75 lines
2.4 KiB
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"dev": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --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.6.4",
|
|
"@formatjs/intl-locale": "^3.4.3",
|
|
"@gorhom/portal": "^1.0.14",
|
|
"@kesha-antonov/react-native-background-downloader": "^2.10.0",
|
|
"@kyoo/ui": "workspace:^",
|
|
"@material-symbols/svg-400": "^0.14.1",
|
|
"@react-native-community/netinfo": "^11.2.1",
|
|
"@shopify/flash-list": "1.4.3",
|
|
"@tanstack/query-sync-storage-persister": "^5.14.1",
|
|
"@tanstack/react-query": "^5.12.1",
|
|
"@tanstack/react-query-persist-client": "^5.14.1",
|
|
"array-shuffle": "^3.0.0",
|
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
"expo": "^49.0.21",
|
|
"expo-build-properties": "~0.8.3",
|
|
"expo-constants": "~14.4.2",
|
|
"expo-dev-client": "~2.4.12",
|
|
"expo-file-system": "~15.4.5",
|
|
"expo-font": "~11.4.0",
|
|
"expo-linear-gradient": "~12.3.0",
|
|
"expo-linking": "~5.0.2",
|
|
"expo-localization": "~14.3.0",
|
|
"expo-navigation-bar": "~2.3.0",
|
|
"expo-router": "2.0.14",
|
|
"expo-screen-orientation": "~6.0.6",
|
|
"expo-secure-store": "~12.3.1",
|
|
"expo-status-bar": "~1.6.0",
|
|
"expo-updates": "~0.18.17",
|
|
"i18next": "^23.7.7",
|
|
"intl-pluralrules": "^2.0.1",
|
|
"moti": "^0.27.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^13.5.0",
|
|
"react-native": "0.72.6",
|
|
"react-native-blurhash": "^1.1.11",
|
|
"react-native-fast-image": "^8.6.3",
|
|
"react-native-mmkv": "^2.11.0",
|
|
"react-native-reanimated": "~3.3.0",
|
|
"react-native-safe-area-context": "4.6.3",
|
|
"react-native-screens": "~3.22.0",
|
|
"react-native-svg": "13.9.0",
|
|
"react-native-uuid": "^2.0.1",
|
|
"react-native-video": "^6.0.0-beta.0",
|
|
"yoshiki": "1.2.14"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.5",
|
|
"@types/react": "18.2.39",
|
|
"react-native-svg-transformer": "^1.1.0",
|
|
"typescript": "^5.3.2"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
},
|
|
"private": true
|
|
}
|