mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2024-11-16 22:19:26 +08:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
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/webpack-config": "^18.0.1",
|
|
"@react-navigation/drawer": "^6.6.2",
|
|
"@react-navigation/native": "^6.1.6",
|
|
"@reduxjs/toolkit": "^1.9.3",
|
|
"axios": "^1.3.4",
|
|
"expo": "~48.0.5",
|
|
"expo-status-bar": "~1.4.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.71.6",
|
|
"react-native-gesture-handler": "~2.9.0",
|
|
"react-native-reanimated": "~2.14.4",
|
|
"react-native-safe-area-context": "4.5.0",
|
|
"react-native-screens": "~3.20.0",
|
|
"react-native-svg": "13.4.0",
|
|
"react-native-web": "~0.18.10",
|
|
"react-query": "^3.39.3",
|
|
"react-redux": "^8.0.5",
|
|
"redux": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.0.14",
|
|
"@types/react-native": "^0.71.5",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"private": true
|
|
}
|