-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.61 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": "TxtlingApp",
"version": "2.4.0-0",
"private": true,
"author": {
"name": "Vyacheslav Alayev",
"email": "[email protected]"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "eslint **/*.js",
"test": "jest"
},
"dependencies": {
"color": "^2.0.0",
"events": "^1.0.2",
"firebase": "^2.4.1",
"firebase-util": "^0.2.5",
"lodash": "^4.13.1",
"prop-types": "^15.5.10",
"react": "15.3.2",
"react-native": "0.35.0",
"react-native-config": "^0.11.5",
"react-native-contacts": "^0.5.1",
"react-native-google-analytics-bridge": "4.0.3",
"react-native-invertible-scroll-view": "1.0.0",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-message-composer": "^0.1.0",
"react-native-navbar": "^2.0.1",
"react-native-speech": "^0.1.2",
"react-native-swiper": "^1.4.5",
"react-native-tab-navigator": "^0.3.4",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^4.3.0",
"redux-thunk": "^2.1.0",
"timeago.js": "^3.0.2"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-eslint": "7",
"babel-jest": "~16.0.0",
"babel-preset-react-native": "^2.0.0",
"eslint": "^4.1.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^3.0.1",
"jest": "~16.0.1",
"jest-react-native": "~16.0.0",
"react-test-renderer": "~15.3.2"
}
}