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.
50 lines
1.4 KiB
50 lines
1.4 KiB
{ |
|
"name": "rn_danovin", |
|
"version": "0.0.1", |
|
"private": true, |
|
"scripts": { |
|
"android": "react-native run-android", |
|
"ios": "react-native run-ios", |
|
"start": "react-native start", |
|
"test": "jest", |
|
"lint": "eslint ." |
|
}, |
|
"dependencies": { |
|
"@react-native-community/async-storage": "^1.12.1", |
|
"@react-navigation/native": "^6.0.4", |
|
"@react-navigation/native-stack": "^6.2.2", |
|
"@react-navigation/stack": "^6.0.9", |
|
"axios": "^0.22.0", |
|
"jetifier": "^2.0.0", |
|
"react": "17.0.2", |
|
"react-native": "0.65.1", |
|
"react-native-awesome-alerts": "^1.5.2", |
|
"react-native-device-info": "^8.4.0", |
|
"react-native-gesture-handler": "^1.10.3", |
|
"react-native-restart": "0.0.22", |
|
"react-native-safe-area-context": "^3.3.2", |
|
"react-native-screens": "^3.8.0", |
|
"react-native-select-dropdown": "^1.2.0", |
|
"react-native-vector-icons": "^8.1.0", |
|
"react-redux": "^7.2.5", |
|
"redux": "^4.1.1", |
|
"redux-devtools-extension": "^2.13.9", |
|
"redux-logger": "^3.0.6", |
|
"redux-persist": "^6.0.0", |
|
"redux-thunk": "^2.3.0" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.15.5", |
|
"@babel/runtime": "^7.15.4", |
|
"@react-native-community/eslint-config": "^3.0.1", |
|
"babel-jest": "^27.2.4", |
|
"eslint": "^7.32.0", |
|
"jest": "^27.2.4", |
|
"metro-react-native-babel-preset": "^0.66.2", |
|
"react-native-codegen": "^0.0.7", |
|
"react-test-renderer": "17.0.2" |
|
}, |
|
"jest": { |
|
"preset": "react-native" |
|
} |
|
}
|
|
|