ToDo/package.json
Alexandre bd1d6e04f8
Some checks are pending
Expo Android Build / build (push) Waiting to run
This time, the revert should work
2025-03-10 14:34:37 +01:00

24 lines
480 B
JSON

{
"name": "todo",
"license": "0BSD",
"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.37",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "latest"
},
"private": true
}