Kyoo/front/package.json
2025-06-07 19:30:05 +02:00

45 lines
1.1 KiB
JSON

{
"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"
},
"workspaces": ["packages/*"],
"dependencies": {
"@kyoo/models": "workspace:*",
"@kyoo/primitives": "workspace:*",
"@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-native": "0.77.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"
},
"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"
}
}