mirror of
https://github.com/tiajinsha/JKVideo.git
synced 2026-05-07 22:27:06 +08:00
30 lines
712 B
JSON
30 lines
712 B
JSON
{
|
|
"name": "reactbilibiliapp",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"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-linear-gradient": "~55.0.8",
|
|
"expo-router": "~55.0.4",
|
|
"expo-status-bar": "~55.0.4",
|
|
"react": "19.2.0",
|
|
"react-native": "0.83.2",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|