-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.1 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "guide",
"version": "0.0.1",
"rnpm": {
"android": {
"mainFilePath": "src/main/java/com/naxa.buildchangephilippines/MainApplication.java"
}
},
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lodash": "^4.17.10",
"react": "16.3.1",
"react-native": "^0.55.4",
"react-native-app-intro": "https://github.com/merryjs/react-native-app-intro",
"react-native-dropdownalert": "^3.4.0",
"react-native-elements": "^0.19.1",
"react-native-fetch-blob": "^0.10.8",
"react-native-flash-message": "^0.1.12",
"react-native-fs": "^2.10.14",
"react-native-image-crop-picker": "^0.24.0",
"react-native-image-gallery": "^2.1.5",
"react-native-image-lightbox": "^1.0.8",
"react-native-image-zoom-viewer": "^2.2.5",
"react-native-keyboard-aware-scroll-view": "^0.6.0",
"react-native-linear-gradient": "^2.4.0",
"react-native-localization": "^1.0.9",
"react-native-maps": "https://github.com/react-native-community/react-native-maps.git",
"react-native-modalbox": "^1.6.0",
"react-native-offline": "^3.11.0",
"react-native-pdf": "^3.0.16",
"react-native-phone-call": "^1.0.9",
"react-native-push-notification": "^3.1.2",
"react-native-router-flux": "^4.0.0-beta.31",
"react-native-settings-components": "0.0.1",
"react-native-splash-screen": "3.0.6",
"react-native-swipe-gestures": "^1.0.3",
"react-native-vector-icons": "^4.6.0",
"react-native-zip-archive": "^2.2.6",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-persist": "^5.9.1",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-react-native": "4.0.0",
"eslint-config-rallycoding": "^3.2.0",
"jest": "22.4.3",
"react-native-clean-project": "^2.0.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
},
"standard": {
"globals": [
"fetch",
"FormData"
]
}
}