mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-19 10:25:58 -05:00
88 lines
2.6 KiB
JSON
88 lines
2.6 KiB
JSON
{
|
|
"name": "kyoo",
|
|
"private": true,
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"postinstall": "bun ./scripts/postinstall.ts",
|
|
"dev": "expo start",
|
|
"web": "EXPO_NO_TELEMETRY=true expo export -p web",
|
|
"apk": "eas build --profile preview --platform android --non-interactive --json",
|
|
"apk:dev": "eas build --profile development --platform android --non-interactive",
|
|
"lint": "biome lint .",
|
|
"lint:fix": "biome lint . --write",
|
|
"format": "biome format .",
|
|
"format:fix": "biome format . --write"
|
|
},
|
|
"dependencies": {
|
|
"@expo/html-elements": "^0.13.7",
|
|
"@gorhom/portal": "^1.0.14",
|
|
"@legendapp/list": "^2.0.19",
|
|
"@material-symbols/svg-400": "^0.40.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@react-navigation/bottom-tabs": "^7.4.0",
|
|
"@react-navigation/native": "^7.1.8",
|
|
"@tanstack/react-query": "^5.90.18",
|
|
"@tanstack/react-query-devtools": "^5.91.2",
|
|
"@types/langmap": "^0.0.3",
|
|
"expo": "~54.0.31",
|
|
"expo-build-properties": "~1.0.10",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-dev-client": "~6.0.20",
|
|
"expo-image": "~3.0.11",
|
|
"expo-linear-gradient": "~15.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-localization": "~17.0.8",
|
|
"expo-router": "~6.0.21",
|
|
"expo-splash-screen": "~31.0.13",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-updates": "~29.0.16",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"jassub": "^2.2.4",
|
|
"langmap": "^0.0.16",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-i18next": "^16.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-get-random-values": "^2.0.0",
|
|
"react-native-localization-settings": "^1.2.0",
|
|
"react-native-mmkv": "^4.1.1",
|
|
"react-native-nitro-modules": "^0.33.1",
|
|
"react-native-reanimated": "~4.1.1",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-svg": "15.12.1",
|
|
"react-native-svg-transformer": "^1.5.2",
|
|
"react-native-video": "zoriya/react-native-video#build",
|
|
"react-native-web": "^0.21.2",
|
|
"react-native-worklets": "0.5.1",
|
|
"react-tooltip": "^5.29.1",
|
|
"react-use-websocket": "^4.13.0",
|
|
"sweetalert2": "^11.26.17",
|
|
"tsx": "^4.21.0",
|
|
"uuid": "^13.0.0",
|
|
"video.js": "^8.23.4",
|
|
"yoshiki": "1.2.14",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.11",
|
|
"@types/bun": "^1.3.6",
|
|
"@types/react": "~19.1.10",
|
|
"@types/react-dom": "~19.1.7",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"expo": {
|
|
"doctor": {
|
|
"reactNativeDirectoryCheck": {
|
|
"listUnknownPackages": false,
|
|
"exclude": [
|
|
"@gorhom/portal"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|