-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.04 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-native-redux",
"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-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-react-native": "^3.2.1",
"react-test-renderer": "16.2.0",
"redux-mock-store": "^1.5.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"base-64": "^0.1.0",
"buffer": "^5.1.0",
"enzyme": "^3.3.0",
"enzyme-to-json": "^3.3.1",
"file-base64": "^1.0.0",
"firebase": "^4.9.0",
"moment": "^2.20.1",
"native-base": "^2.3.7",
"prop-types": "^15.6.0",
"react": "16.2.0",
"react-native": "0.52.0",
"react-native-camera-roll-picker": "^1.2.3",
"react-native-elements": "^0.19.1",
"react-native-fetch-blob": "^0.10.8",
"react-native-fs": "^2.10.14",
"react-native-gesture-responder": "^0.1.1",
"react-native-gesture-view": "^0.2.1",
"react-native-gifted-chat": "^0.4.3",
"react-native-i18n": "^2.0.11",
"react-native-image-base64": "^0.1.3",
"react-native-image-picker": "^0.26.10",
"react-native-keyboard-aware-scroll-view": "^0.4.3",
"react-native-maps": "^0.21.0",
"react-native-nav": "^2.0.2",
"react-native-progress": "^3.5.0",
"react-native-progress-bar": "^0.1.2",
"react-native-router-flux": "^4.0.0-beta.28",
"react-native-vector-icons": "^4.5.0",
"react-native-video": "^2.2.0",
"react-native-youtube": "^1.1.0",
"react-navigation": "^1.0.0-beta.27",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-devtools": "^3.4.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"relative-date": "^1.1.3"
}
}