All checks were successful
Pull Request Check / validate (pull_request) Successful in 28s
25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"name": "time-until",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~54.0.33",
|
|
"expo-av": "^16.0.8",
|
|
"expo-screen-orientation": "~9.0.8",
|
|
"expo-sensors": "^55.0.8",
|
|
"expo-splash-screen": "^55.0.10",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-web": "^0.21.0"
|
|
},
|
|
"private": true
|
|
}
|