Reactnative-notesapp/package.json
keannu125 4755f592c2 Initial commit
Generated by create-expo-app 1.3.2.
2023-03-05 21:30:06 +08:00

23 lines
515 B
JSON

{
"name": "reactnative-notes",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~48.0.5",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"typescript": "^4.9.4"
},
"private": true
}