mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
40 lines
824 B
JSON
40 lines
824 B
JSON
{
|
|
"name": "@kyoo/primitives",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"packageManager": "yarn@3.2.4",
|
|
"devDependencies": {
|
|
"@gorhom/portal": "^1.0.14",
|
|
"@types/react": "^18.0.28",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@gorhom/portal": "*",
|
|
"@material-symbols/svg-400": "*",
|
|
"@radix-ui/react-dropdown-menu": "*",
|
|
"expo-linear-gradient": "*",
|
|
"moti": "*",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-reanimated": "*",
|
|
"react-native-svg": "*",
|
|
"yoshiki": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@gorhom/portal": {
|
|
"optional": true
|
|
},
|
|
"@radix-ui/react-dropdown-menu": {
|
|
"optional": true
|
|
},
|
|
"react-native-web": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@expo/html-elements": "^0.4.1",
|
|
"@tanstack/react-query": "^4.26.1",
|
|
"solito": "^3.0.0"
|
|
}
|
|
}
|