-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.25 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": "WaterRangers",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "rndebugger-open",
"lint": "eslint --ignore-path .gitignore src"
},
"pre-commit": "lint",
"dependencies": {
"moment": "^2.17.1",
"react": "15.4.2",
"react-native": "0.41.2",
"react-native-android-location-services-dialog-box": "git+https://github.com/nickhagenov/react-native-android-location-services-dialog-box.git",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-collapsible": "^0.8.0",
"react-native-cookies": "^2.0.0",
"react-native-extended-stylesheet": "^0.3.1",
"react-native-fbsdk": "github:facebook/react-native-fbsdk",
"react-native-hideable-view": "^1.0.3",
"react-native-hyperlink": "0.0.8",
"react-native-image-picker": "^0.25.1",
"react-native-image-resizer": "^0.1.0",
"react-native-mapbox-gl": "git+https://github.com/mapbox/react-native-mapbox-gl.git",
"react-native-nav": "^1.1.4",
"react-native-responsive-image": "^2.0.2",
"react-native-simple-store": "^1.1.0",
"react-native-splash-screen": "^2.0.0",
"react-native-svg-uri": "^1.2.0",
"react-native-vector-icons": "^4.0.0",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-actions": "^1.2.2",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"supercluster": "^2.3.0",
"tcomb-form-native": "git+https://github.com/nickhagenov/tcomb-form-native.git"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "18.0.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-react-native": "^1.9.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-react-native": "^2.2.1",
"jest": "18.1.0",
"pre-commit": "^1.2.2",
"react-native-debugger-open": "^0.3.2",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/fonts"
]
}
}