mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-09-29 15:30:53 -04:00
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"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: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.1",
|
|
"@formatjs/intl-locale": "^3.4.0",
|
|
"@gorhom/portal": "^1.0.14",
|
|
"@kyoo/ui": "workspace:^",
|
|
"@material-symbols/svg-400": "^0.13.2",
|
|
"@shopify/flash-list": "1.4.3",
|
|
"@tanstack/react-query": "^5.4.3",
|
|
"array-shuffle": "^3.0.0",
|
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
"expo": "^49.0.16",
|
|
"expo-build-properties": "~0.8.3",
|
|
"expo-constants": "~14.4.2",
|
|
"expo-dev-client": "~2.4.11",
|
|
"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.10",
|
|
"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.6.0",
|
|
"intl-pluralrules": "^2.0.1",
|
|
"moti": "^0.26.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^13.3.1",
|
|
"react-native": "0.72.6",
|
|
"react-native-blurhash": "^1.1.11",
|
|
"react-native-fast-image": "^8.6.3",
|
|
"react-native-mmkv": "^2.10.2",
|
|
"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-alpha.7",
|
|
"yoshiki": "1.2.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.2",
|
|
"@types/react": "18.2.34",
|
|
"react-native-svg-transformer": "^1.1.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
},
|
|
"private": true
|
|
}
|