mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
90 lines
3 KiB
JSON
90 lines
3 KiB
JSON
{
|
|
"name": "nuvio",
|
|
"version": "0.6.0-beta.6",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios"
|
|
},
|
|
"dependencies": {
|
|
"@adrianso/react-native-device-brightness": "^1.2.7",
|
|
"@backpackapp-io/react-native-toast": "^0.14.0",
|
|
"@expo/env": "^2.0.7",
|
|
"@expo/metro-runtime": "~4.0.1",
|
|
"@expo/vector-icons": "~14.0.4",
|
|
"@lottiefiles/dotlottie-react": "^0.6.5",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@react-native-community/blur": "^4.4.1",
|
|
"@react-native-community/netinfo": "^11.4.1",
|
|
"@react-native-community/slider": "4.5.5",
|
|
"@react-native-picker/picker": "2.9.0",
|
|
"@react-navigation/bottom-tabs": "^7.3.10",
|
|
"@react-navigation/native": "^7.1.6",
|
|
"@react-navigation/native-stack": "^7.3.10",
|
|
"@react-navigation/stack": "^7.2.10",
|
|
"@sentry/react-native": "~6.10.0",
|
|
"@shopify/flash-list": "2.0.3",
|
|
"@supabase/supabase-js": "^2.54.0",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/react-native-video": "^5.0.20",
|
|
"axios": "^1.11.0",
|
|
"axios-cookiejar-support": "^6.0.4",
|
|
"cheerio-without-node-native": "^0.20.2",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^4.1.0",
|
|
"eventemitter3": "^5.0.1",
|
|
"expo": "^52",
|
|
"expo-application": "~6.0.2",
|
|
"expo-auth-session": "~6.0.3",
|
|
"expo-blur": "~14.0.3",
|
|
"expo-brightness": "~13.0.3",
|
|
"expo-crypto": "~14.0.2",
|
|
"expo-dev-client": "~5.0.20",
|
|
"expo-device": "~7.0.3",
|
|
"expo-file-system": "~18.0.12",
|
|
"expo-haptics": "~14.0.1",
|
|
"expo-image": "~2.0.7",
|
|
"expo-intent-launcher": "~12.0.2",
|
|
"expo-libvlc-player": "^2.1.7",
|
|
"expo-linear-gradient": "~14.0.2",
|
|
"expo-localization": "~16.0.1",
|
|
"expo-notifications": "~0.29.14",
|
|
"expo-random": "^14.0.1",
|
|
"expo-screen-orientation": "~8.0.4",
|
|
"expo-status-bar": "~2.0.1",
|
|
"expo-system-ui": "^4.0.9",
|
|
"expo-updates": "~0.27.4",
|
|
"expo-web-browser": "~14.0.2",
|
|
"lodash": "^4.17.21",
|
|
"lottie-react-native": "7.1.0",
|
|
"posthog-react-native": "^4.4.0",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.9",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-get-random-values": "^1.11.0",
|
|
"react-native-image-colors": "^2.5.0",
|
|
"react-native-immersive-mode": "^2.0.2",
|
|
"react-native-markdown-display": "^7.0.2",
|
|
"react-native-paper": "^5.13.1",
|
|
"react-native-reanimated": "3.17.4",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "~4.4.0",
|
|
"react-native-svg": "15.8.0",
|
|
"react-native-url-polyfill": "^2.0.0",
|
|
"react-native-video": "^6.12.0",
|
|
"react-native-web": "~0.19.13",
|
|
"react-native-wheel-color-picker": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/react": "~18.3.12",
|
|
"@types/react-native": "^0.72.8",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"react-native-svg-transformer": "^1.5.0",
|
|
"typescript": "^5.3.3",
|
|
"xcode": "^3.0.1"
|
|
},
|
|
"private": true
|
|
}
|