mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-30 08:40:26 -05:00
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"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",
|
|
"build:dev": "eas build --profile development --platform android --non-interactive",
|
|
"update": "eas update --auto --channel prod"
|
|
},
|
|
"dependencies": {
|
|
"@expo-google-fonts/poppins": "^0.2.2",
|
|
"@gorhom/portal": "^1.0.14",
|
|
"@kyoo/ui": "workspace:^",
|
|
"@material-symbols/svg-400": "^0.4.3",
|
|
"@shopify/flash-list": "1.3.1",
|
|
"@tanstack/react-query": "^4.24.4",
|
|
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
|
"expo": "^47.0.0",
|
|
"expo-build-properties": "~0.4.1",
|
|
"expo-constants": "~14.0.2",
|
|
"expo-dev-client": "~2.0.1",
|
|
"expo-font": "~11.0.1",
|
|
"expo-linear-gradient": "~12.0.1",
|
|
"expo-linking": "~3.3.0",
|
|
"expo-localization": "~14.0.0",
|
|
"expo-navigation-bar": "~2.0.1",
|
|
"expo-router": "^0.0.36",
|
|
"expo-screen-orientation": "~5.0.1",
|
|
"expo-secure-store": "~12.0.0",
|
|
"expo-status-bar": "~1.4.2",
|
|
"expo-updates": "~0.15.6",
|
|
"i18next": "^22.0.6",
|
|
"intl-pluralrules": "^1.3.1",
|
|
"moti": "^0.21.0",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0",
|
|
"react-i18next": "^12.0.0",
|
|
"react-native": "0.70.5",
|
|
"react-native-reanimated": "~2.12.0",
|
|
"react-native-safe-area-context": "4.4.1",
|
|
"react-native-screens": "~3.18.0",
|
|
"react-native-svg": "13.4.0",
|
|
"react-native-video": "alpha",
|
|
"yoshiki": "1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.3",
|
|
"@types/react": "~18.0.24",
|
|
"@types/react-native": "~0.70.6",
|
|
"react-native-svg-transformer": "^1.0.0",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
},
|
|
"private": true
|
|
}
|