mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-07 20:50:28 -05:00
65 lines
2.0 KiB
JSON
65 lines
2.0 KiB
JSON
{
|
|
"name": "kyoo",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "one dev",
|
|
"build": "one build",
|
|
"apk": "eas build --profile preview --platform android --non-interactive --json",
|
|
"apk:dev": "eas build --profile development --platform android --non-interactive",
|
|
"serve": "one serve",
|
|
"lint": "biome lint .",
|
|
"lint:fix": "biome lint . --write",
|
|
"format": "biome format .",
|
|
"format:fix": "biome format . --write",
|
|
"eas-build-post-install": "cd android && ./gradlew generateCodegenArtifactsFromSchema && react-native config | jq -r '.dependencies[].name' | xargs --replace=PROJECT -- sed -i -e '/implementation(\"com.facebook.react:react-android\")/a\\' -e 'implementation project(\":PROJECT\")' app/build.gradle"
|
|
},
|
|
"dependencies": {
|
|
"@expo/html-elements": "^0.11.2",
|
|
"@material-symbols/svg-400": "^0.28.2",
|
|
"@tanstack/react-query": "^5.66.0",
|
|
"caniuse-api": "^3.0.0",
|
|
"expo": "~52.0.35",
|
|
"expo-build-properties": "^0.13.2",
|
|
"expo-localization": "^16.0.1",
|
|
"expo-updates": "~0.26.19",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"jotai": "^2.12.0",
|
|
"one": "1.1.445",
|
|
"react": "^19.0.0",
|
|
"react-i18next": "^15.4.0",
|
|
"react-native": "0.76.7",
|
|
"react-native-mmkv": "^3.2.0",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"react-native-screens": "~4.4.0",
|
|
"react-native-svg": "zoriya/react-native-svg#build",
|
|
"react-native-web": "^0.19.13",
|
|
"yoshiki": "1.2.14",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@react-native-community/cli": "^15.1.3",
|
|
"@tanstack/react-query-devtools": "^5.66.0",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"expo-dev-client": "^5.0.12",
|
|
"typescript": "5.7.3",
|
|
"vite": "^6.1.0",
|
|
"vite-plugin-compile-time": "^0.4.6",
|
|
"vite-plugin-svgr": "^4.3.0"
|
|
},
|
|
"patchedDependencies": {
|
|
"yoshiki@1.2.14": "patches/yoshiki@1.2.14.patch",
|
|
"one@1.1.445": "patches/one@1.1.445.patch"
|
|
},
|
|
"expo": {
|
|
"doctor": {
|
|
"reactNativeDirectoryCheck": {
|
|
"listUnknownPackages": false
|
|
}
|
|
}
|
|
}
|
|
}
|