mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
51 lines
1.2 KiB
JSON
51 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:^",
|
|
"langmap": "^0.0.16"
|
|
},
|
|
"devDependencies": {
|
|
"@gorhom/portal": "^1.0.14",
|
|
"@shopify/flash-list": "^1.7.1",
|
|
"@types/langmap": "^0.0.3",
|
|
"react-native-uuid": "^2.0.2",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"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": "^3.2.0",
|
|
"expo-file-system": "^17.0.1",
|
|
"expo-router": "^3.5.21"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@kesha-antonov/react-native-background-downloader": {
|
|
"optional": true
|
|
},
|
|
"expo-router": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|