forked from CryptoSpaces/tronwallet-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.41 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "tronwallet2",
"version": "1.0.5",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "standard \"src/**/*.js\"",
"lint:fix": "prettier-standard \"src/**/*.js\"",
"precommit": "yarn lint"
},
"dependencies": {
"aws-amplify": "0.4.1",
"axios": "^0.18.0",
"base-64": "^0.1.0",
"base64-js": "^1.3.0",
"bip39": "^2.5.0",
"crypto-js": "^3.1.9-1",
"expo": "^27.0.1",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"numeral": "^2.0.6",
"polished": "^1.9.2",
"qs": "^6.5.2",
"react": "16.3.1",
"react-motion": "^0.5.2",
"react-native": "0.55.4",
"react-native-actionsheet": "^2.4.2",
"react-native-animatable": "^1.2.4",
"react-native-background-fetch": "^2.4.3",
"react-native-camera": "^1.1.4",
"react-native-config": "^0.11.5",
"react-native-device-info": "^0.21.5",
"react-native-easy-toast": "^1.1.0",
"react-native-elements": "^0.19.1",
"react-native-fabric": "^0.5.1",
"react-native-i18n": "^2.0.15",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-linear-gradient": "^2.4.0",
"react-native-modal": "^6.0.0",
"react-native-motion": "^0.2.0",
"react-native-onesignal": "^3.2.5",
"react-native-permissions": "^1.1.1",
"react-native-progress": "^3.5.0",
"react-native-qrcode": "^0.2.6",
"react-native-qrcode-scanner": "^1.0.1",
"react-native-sectioned-multi-select": "^0.4.7",
"react-native-sentry": "^0.38.1",
"react-native-splash-screen": "^3.0.9",
"react-native-svg": "^6.3.1",
"react-native-svg-charts": "^5.0.0",
"react-native-switch-pro": "^1.0.0-beta",
"react-native-tab-view": "^0.0.78",
"react-native-tron": "gettyio/react-native-tron#1.0.4",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.1",
"reactotron-react-native": "^1.14.0",
"realm": "^2.12.0",
"rn-placeholder": "^1.2.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"babel-jest": "23.0.1",
"babel-preset-react-native": "4.0.0",
"husky": "^0.14.3",
"jest": "23.1.0",
"prettier-standard": "^8.0.1",
"react-test-renderer": "16.3.1",
"standard": "^11.0.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
},
"standard": {
"parser": "babel-eslint"
}
}