Kyoo/front/package.json

52 lines
1.3 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"
},
"dependencies": {
"@expo/html-elements": "^0.11.2",
"@material-symbols/svg-400": "^0.28.1",
"@tanstack/react-query": "^5.66.0",
"caniuse-api": "^3.0.0",
"expo": "~52.0.32",
"expo-build-properties": "^0.13.2",
"expo-localization": "^16.0.1",
"i18next-fs-backend": "^2.6.0",
"i18next-http-backend": "^3.0.2",
"jotai": "^2.11.3",
"one": "1.1.437",
"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-screens": "4.6.0",
"react-native-svg": "zoriya/react-native-svg#build",
"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.1.0",
"vite-plugin-svgr": "^4.3.0"
},
"patchedDependencies": {
"yoshiki@1.2.14": "patches/yoshiki@1.2.14.patch",
"one@1.1.437": "patches/one@1.1.437.patch"
}
}