mirror of
https://github.com/tiajinsha/JKVideo.git
synced 2026-04-04 22:49:02 +08:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "jkvideo",
|
|
"version": "1.0.17",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"proxy": "node dev-proxy.js"
|
|
},
|
|
"dependencies": {
|
|
"@dr.pogodin/react-native-static-server": "^0.26.0",
|
|
"@expo/vector-icons": "^15.0.2",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@sentry/react-native": "~7.11.0",
|
|
"axios": "^1.13.6",
|
|
"expo": "~55.0.5",
|
|
"expo-av": "^16.0.8",
|
|
"expo-clipboard": "~55.0.9",
|
|
"expo-constants": "~55.0.9",
|
|
"expo-dev-client": "~55.0.11",
|
|
"expo-file-system": "~55.0.10",
|
|
"expo-image": "~55.0.6",
|
|
"expo-intent-launcher": "~55.0.9",
|
|
"expo-linear-gradient": "~55.0.8",
|
|
"expo-media-library": "~55.0.10",
|
|
"expo-network": "~55.0.9",
|
|
"expo-router": "~55.0.4",
|
|
"expo-screen-orientation": "~55.0.8",
|
|
"expo-secure-store": "~55.0.9",
|
|
"expo-status-bar": "~55.0.4",
|
|
"expo-system-ui": "~55.0.9",
|
|
"pako": "^2.1.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-native": "0.83.2",
|
|
"react-native-pager-view": "8.0.0",
|
|
"react-native-qrcode-svg": "^6.3.21",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.23.0",
|
|
"react-native-svg": "15.15.3",
|
|
"react-native-video": "^6.19.0",
|
|
"react-native-web": "^0.21.0",
|
|
"react-native-webview": "13.16.0",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pako": "^2.0.4",
|
|
"@types/react": "~19.2.2",
|
|
"express": "^4.22.1",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|