Files
JKVideo/package.json
Developer cf20b016ff 1
2026-03-10 19:04:18 +08:00

39 lines
1020 B
JSON

{
"name": "reactbilibiliapp",
"version": "1.0.0",
"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": {
"@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-dev-client": "~55.0.11",
"expo-linear-gradient": "~55.0.8",
"expo-router": "~55.0.4",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-web": "^0.21.0",
"react-native-webview": "13.16.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@types/react": "~19.2.2",
"express": "^4.22.1",
"typescript": "~5.9.2"
},
"private": true
}