Files
JKVideo/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

{
2026-03-20 12:05:58 +08:00
"name": "jkvideo",
"version": "1.0.1",
"main": "expo-router/entry",
"scripts": {
2026-03-12 21:21:01 +08:00
"start": "expo start",
2026-03-06 12:58:41 +08:00
"android": "expo run:android",
"ios": "expo run:ios",
2026-03-10 19:04:18 +08:00
"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",
"axios": "^1.13.6",
"expo": "~55.0.5",
"expo-av": "^16.0.8",
"expo-clipboard": "~55.0.9",
2026-03-20 14:06:52 +08:00
"expo-constants": "~55.0.9",
2026-03-06 12:58:41 +08:00
"expo-dev-client": "~55.0.11",
"expo-file-system": "~55.0.10",
2026-03-20 14:06:52 +08:00
"expo-intent-launcher": "~55.0.9",
"expo-linear-gradient": "~55.0.8",
2026-03-19 17:00:35 +08:00
"expo-media-library": "~55.0.10",
"expo-network": "~55.0.9",
"expo-router": "~55.0.4",
"expo-screen-orientation": "~55.0.8",
"expo-status-bar": "~55.0.4",
2026-03-10 17:25:18 +08:00
"expo-system-ui": "~55.0.9",
2026-03-11 20:53:18 +08:00
"pako": "^2.1.0",
"react": "19.2.0",
2026-03-06 12:58:41 +08:00
"react-dom": "19.2.0",
"react-native": "0.83.2",
2026-03-14 18:25:13 +08:00
"react-native-pager-view": "8.0.0",
2026-03-06 12:58:41 +08:00
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-video": "^6.19.0",
2026-03-06 12:58:41 +08:00
"react-native-web": "^0.21.0",
"react-native-webview": "13.16.0",
"zustand": "^5.0.11"
},
"devDependencies": {
2026-03-11 20:53:18 +08:00
"@types/pako": "^2.0.4",
"@types/react": "~19.2.2",
2026-03-10 19:04:18 +08:00
"express": "^4.22.1",
"typescript": "~5.9.2"
},
"private": true
}