Files
Kyoo/front/package.json
T
2026-05-25 19:52:43 +02:00

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": "^56.0.1",
"@gorhom/portal": "^1.0.14",
"@legendapp/list": "zoriya/legend-list#beta56",
"@material-symbols/svg-400": "^0.44.9",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@tanstack/react-query": "^5.100.14",
"@tanstack/react-query-devtools": "^5.100.14",
"@types/langmap": "^0.0.3",
"clsx": "^2.1.1",
"expo": "~56.0.4",
"expo-build-properties": "~56.0.14",
"expo-constants": "~56.0.15",
"expo-dev-client": "~56.0.15",
"expo-font": "^56.0.5",
"expo-image": "~56.0.9",
"expo-image-picker": "^56.0.13",
"expo-linear-gradient": "~56.0.4",
"expo-linking": "~56.0.11",
"expo-localization": "~56.0.6",
"expo-router": "~56.2.6",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"expo-updates": "~56.0.16",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^4.0.0",
"jassub": "^1.8.8",
"langmap": "^0.0.16",
"libpgs": "^0.8.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-i18next": "^17.0.8",
"react-native": "0.85.3",
"react-native-get-random-values": "^2.0.0",
"react-native-localization-settings": "^1.2.0",
"react-native-mmkv": "^4.3.1",
"react-native-nitro-modules": "^0.35.7",
"react-native-pager-view": "8.0.1",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.25.2",
"react-native-svg": "15.15.4",
"react-native-svg-transformer": "^1.5.3",
"react-native-tab-view": "^4.3.0",
"react-native-video": "zoriya/react-native-video#v7-b8",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.8.3",
"react-tooltip": "^6.0.4",
"react-use-websocket": "^4.13.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tsx": "^4.22.3",
"uniwind": "^1.7.0",
"uuid": "^14.0.0",
"video.js": "^8.23.7",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@types/bun": "^1.3.14",
"@types/react": "~19.2.15",
"@types/react-dom": "~19.2.3",
"typescript": "6.0.3"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false,
"exclude": [
"@gorhom/portal"
]
}
},
"install": {
"exclude": [
"react-native-get-random-values"
]
}
}
}