mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 07:11:39 +08:00
25 lines
521 B
JSON
25 lines
521 B
JSON
{
|
|
"name": "expousepushy",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~52.0.46",
|
|
"expo-status-bar": "~2.0.1",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.9",
|
|
"react-native-update": "^10.28.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/react": "~18.3.12",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true
|
|
}
|