{ "name": "kyoo", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "one dev", "build": "one build", "serve": "one serve", "lint": "biome lint .", "lint:fix": "biome lint . --write", "format": "biome format .", "format:fix": "biome format . --write" }, "dependencies": { "@expo/html-elements": "^0.11.2", "@tanstack/react-query": "^5.66.0", "caniuse-api": "^3.0.0", "expo": "~52.0.28", "expo-build-properties": "^0.13.2", "expo-localization": "^16.0.1", "jotai": "^2.11.3", "one": "1.1.426", "react": "^19.0.0", "react-i18next": "^15.4.0", "react-native": "0.77.0", "react-native-mmkv": "^3.2.0", "react-native-reanimated": "~3.16.7", "react-native-safe-area-context": "5.1.0", "react-native-screens": "4.6.0", "react-native-web": "^0.19.13", "yoshiki": "1.2.14", "zod": "^3.24.1" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@tanstack/react-query-devtools": "^5.66.0", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "typescript": "5.7.3", "vite": "^6.0.11" }, "patchedDependencies": { "yoshiki@1.2.14": "patches/yoshiki@1.2.14.patch" } }