-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.8 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": "teleclaw",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"jest-expo": "^22.0.0",
"react-test-renderer": "16.0.0-beta.5"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"analytics-react-native": "^1.2.0",
"babel-plugin-transform-remove-console": "^6.9.1",
"country-list": "^1.1.0",
"immutable": "^3.8.2",
"install": "^0.10.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"node-emoji": "^1.8.1",
"pusher-js": "^4.2.1",
"react": "16.0.0-beta.5",
"react-native": "^0.49.5",
"react-native-admob": "^2.0.0-beta.4",
"react-native-braintree-xplat": "https://github.com/choychris/react-native-braintree-xplat.git",
"react-native-code-push": "^5.3.4",
"react-native-device-info": "^0.13.0",
"react-native-fbsdk": "^0.6.3",
"react-native-navigation": "^1.1.476",
"react-native-sound": "^0.10.4",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.4.2",
"react-native-video": "^2.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"url": "^0.11.0"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"main": "index.js",
"repository": "https://gitlab.com/teleclaw/mobile_app.git",
"author": "ChrisChoy <[email protected]>",
"license": "MIT"
}