mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-24 22:07:27 -05:00
26 lines
467 B
JSON
26 lines
467 B
JSON
{
|
|
"name": "@kyoo/models",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"sideEffects": false,
|
|
"packageManager": "yarn@3.2.4",
|
|
"devDependencies": {
|
|
"@types/react": "18.2.48",
|
|
"react-native-mmkv": "^2.11.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-native-web": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|