-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.64 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
{
"name": "RefugeeInfoApp",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "rm -rf ./node_modules/jest-cli/.haste_cache && jest --no-cache"
},
"dependencies": {
"geojson-utils": "^1.1.0",
"react": "^15.4.1",
"react-native": "^0.39.2",
"react-native-device-info": "^0.9.3",
"react-native-drawer": "https://github.com/bklukaczewski/react-native-drawer.git#master",
"react-native-fbsdk": "^0.5.0",
"react-native-google-analytics-bridge": "^4.0.3",
"react-native-i18n": "0.0.8",
"react-native-infinite-scroll-view": "^0.4.2",
"react-native-mail": "^1.2.0",
"react-native-mapbox-gl": "^5.1.0",
"react-native-maps": "0.12.2",
"react-native-push-notification": "^2.0.2",
"react-native-restart": "0.0.1",
"react-native-router-flux": "^3.37.0",
"react-native-share": "^1.0.11",
"react-native-slider": "^0.8.0",
"react-native-sqlite-storage": "^3.1.1",
"react-native-swiper": "^1.4.6",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^3.12.1",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-react-native": "^2.2.1",
"jest-cli": "^11.0.0"
},
"jest": {
"setupEnvScriptFile": "node_modules/react-native/jestSupport/env.js",
"testPathIgnorePatterns": [
"/node_modules/",
"packager/react-packager/src/Activity/"
],
"testFileExtensions": [
"js"
],
"unmockedModulePathPatterns": [
"react",
"react-addons-test-utils",
"promise",
"source-map",
"fbjs"
]
}
}