-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.39 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.39 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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "Tokens",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^4.0.0",
"jest": "^21.2.1",
"jest-expo": "^21.0.0",
"jest-react-native": "^18.0.0",
"react-native-scripts": "1.11.1",
"react-test-renderer": "^16.0.0-alpha.12"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^6.2.2",
"accounting": "^0.4.1",
"axios": "^0.16.2",
"bip39": "^2.5.0",
"crypto-js": "^3.1.9-1",
"currency-formatter": "^1.2.1",
"emoji-utils": "^1.0.1",
"ethers": "^3.0.6",
"expo": "^25.0.0",
"expo-analytics": "^1.0.6",
"firebase": "^4.12.1",
"human-standard-token-abi": "^1.0.2",
"identicon.js": "^2.3.2",
"lodash": "^4.17.4",
"mobx": "^3.3.1",
"mobx-react": "^4.3.3",
"moment": "^2.19.4",
"native-base": "^2.3.3",
"number-to-locale-string": "^1.0.1",
"object-hash": "^1.2.0",
"prop-types": "^15.5.10",
"qs": "^6.5.1",
"ramda": "^0.25.0",
"react": "16.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz",
"react-native-dotenv": "^0.1.0",
"react-native-drawer": "^2.5.0",
"react-native-easy-grid": "^0.1.15",
"react-native-easy-toast": "^1.0.8",
"react-native-gifted-chat": "^0.4.1",
"react-native-highcharts": "^1.0.2",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-material-textfield": "^0.10.2",
"react-native-simple-radio-button": "^2.7.1",
"react-native-svg": "5.5.1",
"react-native-swiper": "^1.5.11",
"react-navigation": "^1.0.0-beta.27",
"react-navigation-redux-helpers": "^1.0.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sentry-expo": "~1.7.0",
"throttle-action": "^0.0.4",
"uuid": "^3.1.0",
"victory-native": "^0.16.1",
"web3": "^1.0.0-beta.33"
}
}