Kyoo/front/package.json

103 lines
3.0 KiB
JSON

{
"name": "kyoo",
"private": true,
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"postinstall": "bun ./scripts/postinstall.ts",
"dev": "expo start --clear",
"web": "EXPO_NO_TELEMETRY=true expo export -p web",
"apk": "eas build --profile preview --platform android --non-interactive --json",
"apk:dev": "eas build --profile development --platform android --non-interactive",
"lint": "biome lint .",
"lint:fix": "biome lint . --write",
"format": "biome format .",
"format:fix": "biome format . --write",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo-google-fonts/poppins": "^0.4.1",
"@expo-google-fonts/sora": "^0.4.2",
"@expo/html-elements": "^55.0.3",
"@gorhom/portal": "^1.0.14",
"@legendapp/list": "zoriya/legend-list#test",
"@material-symbols/svg-400": "^0.42.3",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/native": "^7.1.8",
"@tanstack/react-query": "^5.91.3",
"@tanstack/react-query-devtools": "^5.91.3",
"@types/langmap": "^0.0.3",
"clsx": "^2.1.1",
"expo": "~55.0.8",
"expo-build-properties": "~55.0.10",
"expo-constants": "~55.0.9",
"expo-dev-client": "~55.0.18",
"expo-font": "^55.0.4",
"expo-image": "~55.0.6",
"expo-linear-gradient": "~55.0.9",
"expo-linking": "~55.0.8",
"expo-localization": "~55.0.9",
"expo-router": "~55.0.7",
"expo-splash-screen": "~55.0.12",
"expo-status-bar": "~55.0.4",
"expo-updates": "~55.0.15",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"jassub": "^1.8.8",
"langmap": "^0.0.16",
"libpgs": "^0.8.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "^16.5.8",
"react-native": "0.83.2",
"react-native-get-random-values": "^2.0.0",
"react-native-localization-settings": "^1.2.0",
"react-native-mmkv": "^4.2.0",
"react-native-nitro-modules": "^0.35.2",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-svg-transformer": "^1.5.3",
"react-native-video": "zoriya/react-native-video#v7-b8",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.7.2",
"react-tooltip": "^5.30.0",
"react-use-websocket": "^4.13.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tsx": "^4.21.0",
"uniwind": "^1.5.0",
"uuid": "^13.0.0",
"video.js": "^8.23.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@types/bun": "^1.3.10",
"@types/react": "~19.2.14",
"@types/react-dom": "~19.1.7",
"typescript": "5.9.3"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false,
"exclude": [
"@gorhom/portal"
]
}
},
"install": {
"exclude": [
"react-native-get-random-values"
]
}
}
}