-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "reactnativestarter",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"aws-sdk": "^2.399.0",
"csv-parser": "^2.1.0",
"fs": "0.0.1-security",
"lodash.debounce": "^4.0.8",
"native-base": "^2.11.0",
"path": "^0.12.7",
"react": "16.6.3",
"react-native": "0.58.3",
"react-native-action-button": "^2.8.5",
"react-native-aws3": "0.0.8",
"react-native-call-log": "git+https://github.com/wscodelabs/react-native-call-log.git",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.0.15",
"react-native-google-signin": "^1.1.0",
"react-navigation": "^3.1.2",
"react-redux": "^6.0.0",
"redux": "^4.0.1"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.0.0",
"jest": "24.0.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}