mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
25 lines
445 B
JSON
25 lines
445 B
JSON
{
|
|
"name": "@kyoo/models",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"packageManager": "yarn@3.2.4",
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"react-native-mmkv": "^2.10.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-native-web": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.21.4"
|
|
}
|
|
}
|