mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
{
|
|
"name": "myprojectname",
|
|
"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",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "~1.15.0",
|
|
"@react-navigation/drawer": "^6.1.8",
|
|
"@react-navigation/native": "^6.0.6",
|
|
"@react-navigation/native-stack": "^6.2.5",
|
|
"@reduxjs/toolkit": "^1.7.1",
|
|
"axios": "^0.24.0",
|
|
"expo": "~44.0.0",
|
|
"expo-status-bar": "~1.2.0",
|
|
"formik": "^2.2.9",
|
|
"i18n-js": "^3.8.0",
|
|
"native-base": "^3.3.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-native": "0.64.3",
|
|
"react-native-gesture-handler": "~2.1.0",
|
|
"react-native-reanimated": "~2.3.1",
|
|
"react-native-safe-area-context": "3.3.2",
|
|
"react-native-screens": "~3.10.1",
|
|
"react-native-svg": "12.1.1",
|
|
"react-native-web": "0.17.1",
|
|
"react-redux": "^7.2.6",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-saga": "^1.1.3",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9"
|
|
},
|
|
"private": true
|
|
}
|