Reactnative-notesapp/package.json

36 lines
1,018 B
JSON
Raw Normal View History

{
"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": {
2023-03-05 21:37:52 +08:00
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
2023-03-14 23:53:31 +08:00
"@react-navigation/native-stack": "^6.9.12",
"expo": "~48.0.5",
2023-03-14 23:53:31 +08:00
"expo-linear-gradient": "^12.1.1",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
2023-03-05 21:37:52 +08:00
"react-native": "0.71.3",
"react-native-gesture-handler": "~2.9.0",
2023-03-14 23:53:31 +08:00
"react-native-paper": "^5.4.0",
"react-native-pell-rich-editor": "^1.8.8",
2023-03-05 21:37:52 +08:00
"react-native-reanimated": "~2.14.4",
2023-03-06 23:51:41 +08:00
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
2023-03-14 23:53:31 +08:00
"react-native-svg": "13.4.0",
"react-native-webview": "^11.26.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"typescript": "^4.9.4"
},
"private": true
}