ignitegym/package.json
Vinicius Souza 0d226e7aa2 Initial commit
Generated by create-expo-app 3.0.0.
2024-10-23 16:56:00 -03:00

23 lines
496 B
JSON

{
"name": "ignitegym",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~51.0.28",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}