-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "cryptotrader",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native": "^2.1.0",
"jest-expo": "^21.0.2",
"react-test-renderer": "16.0.0-alpha.12",
"redux-devtools": "^3.4.0"
},
"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": {
"babel-preset-react-native-stage-0": "^1.0.1",
"cryptocompare": "^0.2.0",
"es6-promise": "^4.1.1",
"http": "0.0.0",
"https": "^1.0.0",
"immutable": "^3.8.2",
"install": "^0.10.1",
"isomorphic-fetch": "^2.2.1",
"mrn": "^0.1.7",
"native-base": "^2.3.3",
"node-fetch": "^1.7.3",
"react": "16.0.0-alpha.12",
"react-native": "^0.48.4",
"react-native-modal-dropdown": "^0.5.0",
"react-native-router-flux": "^4.0.0-beta.22",
"react-native-vector-icons": "^0.8.5",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"stream": "0.0.2",
"url": "^0.11.0",
"util": "^0.10.3",
"whatwg-fetch": "^2.0.3",
"zlib": "^1.0.5"
}
}