-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.51 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
39
40
41
42
43
44
{
"name": "JasaRaharjaMobileApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"@remobile/react-native-splashscreen": "^1.0.3",
"base-64": "^0.1.0",
"events": "^1.1.0",
"immutable": "^3.7.6",
"keymirror": "^0.1.1",
"object-assign": "^4.0.1",
"react-native": "^0.21.0",
"react-native-button": "^1.4.2",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-device-info": "^0.8.4",
"react-native-drawer": "^1.16.7",
"react-native-fabric": "^0.1.0",
"react-native-gps": "^0.1.1",
"react-native-image-picker": "^0.18.5",
"react-native-localization": "^0.1.12",
"react-native-maps": "^0.3.0",
"react-native-material-kit": "^0.3.0",
"react-native-push-notification": "^1.0.3",
"react-native-refreshable-listview": "^1.3.0",
"react-native-router-flux": "^2.3.13",
"react-native-scrollable-tab-view": "^0.4.0",
"react-native-vector-icons": "^1.3.4",
"react-redux": "^4.4.1",
"react-transmit": "^3.1.7",
"redux": "^3.3.1",
"redux-immutable": "^3.0.6",
"redux-logger": "^2.6.1",
"redux-storage": "^4.0.0",
"redux-storage-decorator-filter": "^1.1.3",
"redux-storage-decorator-immutablejs": "^1.0.0",
"redux-storage-engine-reactnativeasyncstorage": "^1.0.0",
"redux-storage-merger-immutablejs": "^1.0.1",
"redux-thunk": "^1.0.3",
"tcomb-form-native": "^0.4.0"
}
}