mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-26 06:47:32 -05:00
25 lines
443 B
JSON
25 lines
443 B
JSON
{
|
|
"name": "@kyoo/models",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"packageManager": "yarn@3.2.4",
|
|
"devDependencies": {
|
|
"@types/react": "18.2.0",
|
|
"react-native-mmkv": "^2.10.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-native-web": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.21.4"
|
|
}
|
|
}
|