mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "nuvio",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.1.0",
|
|
"@react-native-async-storage/async-storage": "1.23.1",
|
|
"@react-native-community/slider": "^4.5.6",
|
|
"@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",
|
|
"@shopify/flash-list": "1.7.3",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/react-native-video": "^5.0.20",
|
|
"axios": "^1.8.4",
|
|
"date-fns": "^4.1.0",
|
|
"expo": "~52.0.43",
|
|
"expo-haptics": "~14.0.1",
|
|
"expo-image": "~2.0.7",
|
|
"expo-linear-gradient": "~14.0.2",
|
|
"expo-notifications": "~0.29.14",
|
|
"expo-screen-orientation": "~8.0.4",
|
|
"expo-status-bar": "~2.0.1",
|
|
"expo-system-ui": "^4.0.9",
|
|
"lodash": "^4.17.21",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.9",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-immersive-mode": "^2.0.2",
|
|
"react-native-paper": "^5.13.1",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "~4.4.0",
|
|
"react-native-svg": "^15.8.0",
|
|
"react-native-video": "^6.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.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"
|
|
},
|
|
"private": true
|
|
}
|