50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "Eventment",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/async-storage": "^1.6.1",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"numeral": "^2.0.6",
|
|
"prop-types": "^15.7.2",
|
|
"react": "16.8.6",
|
|
"react-native": "0.60.0",
|
|
"react-native-debugger": "^1.1.0",
|
|
"react-native-elements": "^1.1.0",
|
|
"react-native-fbsdk": "^1.0.1",
|
|
"react-native-gallery-swiper": "^1.22.1",
|
|
"react-native-gesture-handler": "^1.3.0",
|
|
"react-native-screens": "^1.0.0-alpha.23",
|
|
"react-native-secure-storage": "^0.1.2",
|
|
"react-native-vector-icons": "^6.6.0",
|
|
"react-navigation": "^3.11.0",
|
|
"react-redux": "^7.1.0",
|
|
"redux": "^4.0.2",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-immutable": "^4.0.0",
|
|
"redux-persist": "^5.10.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"remote-redux-devtools": "^0.5.16",
|
|
"reselect": "^4.0.0",
|
|
"thunk": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.0",
|
|
"@babel/runtime": "^7.5.0",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"babel-jest": "^24.8.0",
|
|
"eslint": "^6.0.1",
|
|
"jest": "^24.8.0",
|
|
"metro-react-native-babel-preset": "^0.55.0",
|
|
"react-test-renderer": "16.8.6"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|