diff --git a/package.json b/package.json deleted file mode 100644 index 64512dcd..00000000 --- a/package.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "name": "nuvio", - "version": "0.6.0-beta.6", - "main": "index.ts", - "scripts": { - "start": "expo start", - "android": "expo run:android", - "ios": "expo run:ios", - "postinstall": "patch-package" - }, - "dependencies": { - "@adrianso/react-native-device-brightness": "^1.2.7", - "@backpackapp-io/react-native-toast": "^0.15.1", - "@bottom-tabs/react-navigation": "^1.0.2", - "@d11/react-native-fast-image": "^8.13.0", - "@expo/env": "^2.0.7", - "@expo/metro-runtime": "~6.1.2", - "@expo/vector-icons": "^15.0.2", - "@gorhom/bottom-sheet": "^5.2.6", - "@legendapp/list": "^2.0.13", - "@lottiefiles/dotlottie-react": "^0.17.7", - "@react-native-community/blur": "^4.4.1", - "@react-native-community/netinfo": "^11.4.1", - "@react-native-community/slider": "^5.1.1", - "@react-native-picker/picker": "^2.11.4", - "@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": "^7.6.0", - "@shopify/flash-list": "^2.2.0", - "@shopify/react-native-skia": "^2.4.14", - "@types/lodash": "^4.17.16", - "@types/react-native-video": "^5.0.20", - "axios": "^1.12.2", - "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": "^54", - "expo-application": "~7.0.7", - "expo-auth-session": "~7.0.8", - "expo-blur": "~15.0.7", - "expo-brightness": "~14.0.7", - "expo-clipboard": "~8.0.8", - "expo-crypto": "~15.0.7", - "expo-dev-client": "~6.0.20", - "expo-device": "~8.0.9", - "expo-document-picker": "~14.0.7", - "expo-file-system": "~19.0.17", - "expo-glass-effect": "~0.1.4", - "expo-haptics": "~15.0.7", - "expo-intent-launcher": "~13.0.7", - "expo-keep-awake": "~15.0.8", - "expo-linear-gradient": "~15.0.7", - "expo-localization": "~17.0.7", - "expo-navigation-bar": "~5.0.10", - "expo-notifications": "~0.32.12", - "expo-random": "^14.0.1", - "expo-screen-orientation": "~9.0.7", - "expo-sharing": "~14.0.7", - "expo-status-bar": "~3.0.8", - "expo-system-ui": "~6.0.7", - "expo-updates": "~29.0.12", - "expo-web-browser": "~15.0.8", - "i18next": "^25.7.3", - "intl-pluralrules": "^2.0.1", - "lodash": "^4.17.21", - "lottie-react-native": "~7.3.1", - "posthog-react-native": "^4.4.0", - "react": "19.1.0", - "react-dom": "19.1.0", - "react-i18next": "^16.5.1", - "react-native": "0.81.4", - "react-native-boost": "^0.6.2", - "react-native-bottom-tabs": "^1.0.2", - "react-native-gesture-handler": "^2.29.1", - "react-native-get-random-values": "^2.0.0", - "react-native-google-cast": "^4.9.1", - "react-native-image-colors": "^2.5.0", - "react-native-immersive-mode": "^2.0.2", - "react-native-markdown-display": "^7.0.2", - "react-native-mmkv": "^4.0.0", - "react-native-nitro-modules": "^0.31.2", - "react-native-paper": "^5.14.5", - "react-native-reanimated": "^4.2.0", - "react-native-reanimated-carousel": "^4.0.3", - "react-native-safe-area-context": "~5.6.0", - "react-native-screens": "^4.18.0", - "react-native-svg": "^15.12.1", - "react-native-url-polyfill": "^3.0.0", - "react-native-vector-icons": "^10.3.0", - "react-native-video": "6.18.0", - "react-native-web": "^0.21.0", - "react-native-wheel-color-picker": "^1.3.1", - "react-native-worklets": "^0.7.1" - }, - "devDependencies": { - "@babel/core": "^7.25.2", - "@types/crypto-js": "^4.2.2", - "@types/react": "~18.3.12", - "@types/react-native": "^0.72.8", - "@types/react-native-vector-icons": "^6.4.18", - "babel-plugin-transform-remove-console": "^6.9.4", - "patch-package": "^8.0.1", - "react-native-svg-transformer": "^1.5.0", - "typescript": "^5.9.3", - "xcode": "^3.0.1" - }, - "private": true -}