mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-30 21:43:16 -04:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@kyoo/ui",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"packageManager": "yarn@3.2.4",
|
|
"dependencies": {
|
|
"@kyoo/models": "workspace:^",
|
|
"@kyoo/primitives": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@gorhom/portal": "^1.0.14",
|
|
"@shopify/flash-list": "^1.6.3",
|
|
"@types/react": "18.2.48",
|
|
"react-native-uuid": "^2.0.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@gorhom/portal": "*",
|
|
"@kesha-antonov/react-native-background-downloader": "*",
|
|
"@material-symbols/svg-400": "*",
|
|
"@shopify/flash-list": "^1.3.1",
|
|
"@tanstack/react-query": "*",
|
|
"expo-file-system": "*",
|
|
"expo-image-picker": "~14.7.1",
|
|
"expo-linear-gradient": "*",
|
|
"expo-router": "*",
|
|
"i18next": "*",
|
|
"moti": "*",
|
|
"react": "*",
|
|
"react-i18next": "*",
|
|
"react-native": "*",
|
|
"react-native-reanimated": "*",
|
|
"react-native-svg": "*",
|
|
"yoshiki": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@kesha-antonov/react-native-background-downloader": "git+https://github.com/zoriya/react-native-background-downloader.git",
|
|
"expo-file-system": "^16.0.5",
|
|
"expo-router": "^3.4.6"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@kesha-antonov/react-native-background-downloader": {
|
|
"optional": true
|
|
},
|
|
"expo-router": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|