iqeats/package.json

24 lines
691 B
JSON
Raw Normal View History

2021-08-11 06:17:58 +00:00
{
"scripts": {
"start": "npx @react-native-community/cli start",
"android": "npx @react-native-community/cli run-android",
"lint": "eslint . --ext .js,.tsx --fix"
},
"dependencies": {
"@expo/metro-config": "^0.1.82",
"@react-native-community/cli": "^5.0.1",
"@react-navigation/native": "^6.0.2",
"react-native": "^0.64.0",
"react-native-cli": "^2.0.1",
"react-native-safe-area-context": "^3.3.0",
"react-native-screens": "^3.5.0",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"typescript": "^4.3.5"
}
}