-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.57 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": "PodcastApp",
"version": "0.1.0",
"private": true,
"presets": [
"babel-preset-expo"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.59.0",
"jest-expo": "^22.0.0",
"lzma-native": "^3.0.4",
"react-test-renderer": "16.0.0-beta.5",
"remote-redux-devtools": "^0.5.12"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"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": {
"buffer": "^5.0.8",
"cross-fetch": "^1.1.1",
"es6-promise": "^4.1.1",
"events": "^1.1.1",
"i": "^0.3.6",
"isomorphic-fetch": "^2.2.1",
"npm": "^5.5.1",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-native": "^0.49.5",
"react-native-animatable": "^1.2.4",
"react-native-blur": "^3.2.2",
"react-native-easy-grid": "^0.1.15",
"react-native-elevated-view": "0.0.6",
"react-native-fetch-blob": "^0.10.8",
"react-native-navbar": "^2.1.0",
"react-native-responsive-dimensions": "^1.0.2",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.19",
"react-redux": "^5.0.6",
"react-xml-parser": "^1.0.2",
"realm": "^2.1.1",
"redux": "^3.7.2",
"redux-persist": "^5.3.0-rc.2",
"redux-thunk": "^2.2.0",
"sanitize-filename": "^1.6.1",
"stream": "0.0.2",
"timers": "^0.1.1",
"xml2js": "^0.4.19"
}
}