30 lines
744 B
JSON
30 lines
744 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": {
|
|
"@react-navigation/drawer": "^7.1.2",
|
|
"@react-navigation/native": "^7.0.15",
|
|
"async-storage": "^0.1.0",
|
|
"expo": "~52.0.37",
|
|
"expo-status-bar": "~2.0.1",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.7",
|
|
"react-native-gesture-handler": "~2.20.2",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"@react-native-async-storage/async-storage": "1.23.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@react-native-community/cli": "latest"
|
|
},
|
|
"private": true
|
|
}
|