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.
46 lines
1.3 KiB
46 lines
1.3 KiB
2 years ago
|
{
|
||
|
"name": "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-async-storage/async-storage": "^1.17.6",
|
||
|
"@react-navigation/bottom-tabs": "^6.3.1",
|
||
|
"@react-navigation/native": "^6.0.10",
|
||
|
"@react-navigation/native-stack": "^6.6.2",
|
||
|
"axios": "^0.27.2",
|
||
|
"react": "17.0.2",
|
||
|
"react-native": "0.68.2",
|
||
|
"react-native-awesome-alerts": "1.5.2",
|
||
|
"react-native-copilot": "^2.5.1",
|
||
|
"react-native-safe-area-context": "^4.2.5",
|
||
|
"react-native-screens": "3.10.2",
|
||
|
"react-native-select-dropdown": "1.13.0",
|
||
|
"react-native-svg": "^12.3.0",
|
||
|
"react-redux": "^8.0.2",
|
||
|
"redux": "^4.2.0",
|
||
|
"redux-persist": "^6.0.0",
|
||
|
"redux-thunk": "^2.4.1",
|
||
|
"tailwind-rn": "3.0.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.18.2",
|
||
|
"@babel/runtime": "^7.18.3",
|
||
|
"@react-native-community/eslint-config": "^3.0.2",
|
||
|
"babel-jest": "^28.1.0",
|
||
|
"eslint": "^8.17.0",
|
||
|
"jest": "^28.1.0",
|
||
|
"metro-react-native-babel-preset": "^0.71.0",
|
||
|
"react-test-renderer": "17.0.2"
|
||
|
},
|
||
|
"jest": {
|
||
|
"preset": "react-native"
|
||
|
}
|
||
|
}
|