-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.89 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
{
"name": "mplplayer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start --reset-cache"
},
"dependencies": {
"crypto-js": "3.1.9-1",
"firebase": "4.6.0",
"immutable": "3.8.1",
"ramda": "^0.24.1",
"ramda-maybe": "^0.18.0",
"react": "15.4.2",
"react-addons-shallow-compare": "15.3.2",
"react-native": "0.40.0",
"react-native-admob": "^1.3.2",
"react-native-animatable": "1.2.2",
"react-native-custom-tabs": "0.1.5",
"react-native-drawer-layout": "1.3.1",
"react-native-facebook-login": "^1.6.0",
"react-native-looped-carousel": "^0.1.7",
"react-native-material-design": "0.3.7",
"react-native-material-design-styles": "0.2.6",
"react-native-material-tabs": "2.1.0",
"react-native-router-flux": "3.36.0",
"react-native-send-intent": "1.0.13",
"react-native-side-menu": "1.1.3",
"react-native-vector-icons": "2.1.0",
"react-redux": "4.4.5",
"redux": "3.6.0",
"redux-action-buffer": "1.0.1",
"redux-form": "^7.1.2",
"redux-persist": "4.0.0-alpha6",
"redux-persist-transform-immutable": "4.1.0",
"redux-thunk": "2.1.0",
"remote-redux-devtools": "0.4.9"
},
"devDependencies": {
"babel-core": "6.17.0",
"babel-preset-react-native": "1.9.0",
"babel-template": "6.16.0",
"babel-types": "6.16.0",
"body-parser": "1.15.2",
"cookie-parser": "1.4.3",
"debug": "2.2.0",
"enzyme": "2.4.1",
"expect.js": "0.3.1",
"express": "4.14.0",
"fetch-mock": "5.5.0",
"gulp-spawn-mocha": "3.1.0",
"istanbul": "0.4.5",
"jsdom": "9.8.0",
"mocha": "3.1.2",
"mockery": "2.0.0",
"morgan": "1.7.0",
"react-addons-test-utils": "15.3.2",
"react-dom": "15.4.2",
"react-native-carousel-view": "^0.5.1",
"react-native-mock": "0.2.7",
"redux-mock-store": "1.2.1",
"sinon": "1.17.6"
}
}