-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.87 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
{
"name": "Wadi",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"dependencies": {
"algoliasearch": "^3.24.8",
"apisauce": "^0.14.1",
"babel-plugin-transform-remove-console": "^6.9.0",
"bugsnag-react-native": "~2.9.1",
"lodash": "^4.17.5",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "^0.51.0",
"react-native-background-task": "^0.2.1",
"react-native-code-push": "^5.1.0-beta",
"react-native-fbsdk": "^0.6.3",
"react-native-fetch-blob": "^0.10.8",
"react-native-google-places": "^2.4.2",
"react-native-google-signin": "^0.12.0",
"react-native-htmlview": "^0.12.0",
"react-native-localization": "^0.1.32",
"react-native-maps": "^0.20.1",
"react-native-navigation": "^1.1.382",
"react-native-page-control": "^1.1.0",
"react-native-stars": "git+https://github.com/manjeets12/react-native-stars.git",
"react-native-swiper": "https://github.com/manjeets12/react-native-swiper.git",
"react-native-table-component": "^1.1.3",
"react-native-vector-icons": "^4.4.2",
"react-native-webview-android": "^1.1.15",
"react-native-wkwebview-reborn": "^1.14.0",
"react-native-zip-archive": "^2.2.1",
"react-navigation": "1.0.0-beta.11",
"react-redux": "^5.0.6",
"react-timer-mixin": "^0.13.3",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-observable": "^0.17.0",
"redux-thunk": "^2.2.0",
"reduxsauce": "^0.7.0",
"rxjs": "^5.5.6"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.10.0",
"eslint-plugin-react": "^7.4.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}