mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-24 13:57:27 -05:00
24 lines
411 B
JSON
24 lines
411 B
JSON
{
|
|
"name": "@kyoo/models",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"packageManager": "yarn@3.2.4",
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.25",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-native-web": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.19.1"
|
|
}
|
|
}
|