-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.6 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.6 KB
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
{
"name": "AdsManager",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"flow": "flow"
},
"dependencies": {
"apollo-client": "^1.4.2",
"graphql-tag": "^2.3.0",
"moment": "^2.18.1",
"react": "16.0.0-alpha.6",
"react-apollo": "^1.4.2",
"react-native": "0.44.0",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-drawer": "^2.3.0",
"react-native-fbsdk": "0.5.0",
"react-native-fetch-blob": "^0.10.5",
"react-native-geocoder": "^0.4.8",
"react-native-google-places-autocomplete": "^1.2.12",
"react-native-linear-gradient": "^2.0.0",
"react-native-maps": "^0.15.2",
"react-native-router-flux": "^3.40.1",
"react-native-scrollable-tab-view": "^0.6.7",
"react-native-simple-progressbar": "git+https://github.com/httpdeveloper/react-native-simple-progressbar.git",
"react-native-vector-icons": "^4.2.0",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.2.3",
"redux-thunk": "^2.2.0",
"subscriptions-transport-ws": "^0.7.3"
},
"devDependencies": {
"babel-eslint": "~6.1.2",
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.0.0",
"eslint": "^3.19.0",
"eslint-config-rallycoding": "^3.2.0",
"eslint-plugin-react": "6.10.3",
"flow-bin": "^0.42.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./test/setup.js"
]
}
}