42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "eAMEMu",
|
||
|
"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.7.1",
|
||
|
"@react-native-community/masked-view": "^0.1.6",
|
||
|
"react": "16.9.0",
|
||
|
"react-addons-update": "^15.6.2",
|
||
|
"react-native": "0.61.5",
|
||
|
"react-native-fs": "^2.16.4",
|
||
|
"react-native-gesture-handler": "^1.5.3",
|
||
|
"react-native-image-crop-picker": "^0.28.0",
|
||
|
"react-native-safe-area-context": "^0.6.4",
|
||
|
"react-native-screens": "^2.0.0-alpha.32",
|
||
|
"react-native-vector-icons": "^6.6.0",
|
||
|
"react-navigation": "^4.1.0",
|
||
|
"yarn": "^1.21.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.6.2",
|
||
|
"@babel/runtime": "^7.6.2",
|
||
|
"@react-native-community/eslint-config": "^0.0.5",
|
||
|
"babel-jest": "^24.9.0",
|
||
|
"eslint": "^6.5.1",
|
||
|
"jest": "^24.9.0",
|
||
|
"metro-react-native-babel-preset": "^0.56.0",
|
||
|
"react-navigation-stack": "^2.0.16",
|
||
|
"react-test-renderer": "16.9.0"
|
||
|
},
|
||
|
"jest": {
|
||
|
"preset": "react-native"
|
||
|
}
|
||
|
}
|