-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
86 lines (86 loc) · 3.03 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
83
84
85
86
{
"name": "dfund-wallet",
"version": "1.0.0",
"bundleversion": "1",
"private": true,
"scripts": {
"start": "RN_JS_VERSION=$npm_package_bundleversion RN_ENV=DEV node node_modules/react-native/local-cli/cli.js start --reset-cache",
"build-ios": "sh ./script/jenkins_build_ios.sh $npm_package_version $npm_package_bundleversion RRWALLET",
"build-android": "sh ./script/jenkins_build_android.sh $npm_package_version $npm_package_bundleversion RRWALLET",
"postinstall": "sh fix_podspec_bug.sh"
},
"dependencies": {
"base32.js": "0.1.0",
"bignumber.js": "8.1.1",
"buffer": "git+ssh://[email protected]/mf-npm/buffer.git",
"crypto-js": "3.1.9-1",
"i18n-js": "3.2.2",
"jsc-android": "245459.0.0",
"jsencrypt": "3.0.0-rc.1",
"lodash": "4.17.12",
"mobx": "4.6.0",
"mobx-react": "5.4.3",
"moment": "2.24.0",
"prop-types": "15.7.2",
"react": "16.8.3",
"react-native": "0.59.10",
"react-native-actionsheet": "2.4.2",
"react-native-animatable": "1.3.2",
"react-native-camera": "1.6.3",
"react-native-device-info": "2.1.2",
"react-native-elements": "1.1.0",
"react-native-fast-image": "5.4.2",
"react-native-fs": "2.13.3",
"react-native-image-picker": "0.27.2",
"react-native-keyboard-aware-scroll-view": "0.9.1",
"react-native-languages": "3.0.2",
"react-native-linear-gradient": "2.5.4",
"react-native-modal": "11.0.1",
"react-native-navigation": "1.1.493",
"react-native-picker": "4.3.7",
"react-native-prompt-android": "0.3.4",
"react-native-qrcode-svg": "5.1.2",
"react-native-sentry": "0.42.0",
"react-native-storage": "0.2.4",
"react-native-svg": "9.4.0",
"react-native-swipeout": "2.3.6",
"react-native-tab-view": "1.4.1",
"react-native-touch-id": "4.3.0",
"react-native-vector-icons": "6.4.2",
"react-native-view-shot": "2.6.0",
"react-native-webview": "4.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-decorators": "7.4.4",
"@babel/preset-env": "7.2.0",
"@babel/runtime": "^7.4.4",
"@types/cheerio": "0.22.11",
"@types/i18n-js": "3.0.1",
"@types/lodash": "4.14.129",
"@types/moment": "2.13.0",
"@types/react-native": "0.57.57",
"@types/react-native-fs": "2.8.3",
"@types/react-native-navigation": "1.1.12",
"@types/react-native-tab-view": "1.0.6",
"@types/react-native-vector-icons": "4.6.4",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-transform-inline-environment-variables": "0.4.3",
"babel-plugin-transform-remove-console": "6.9.4",
"cheerio": "1.0.0-rc.2",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-native": "^3.7.0",
"fsevents": "^1.2.4",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.0",
"mixin-deep": "1.3.2",
"mkdirp": "^0.5.1",
"prettier": "1.19.1",
"qrcode": "1.3.3",
"schedule": "^0.4.0",
"xlsx": "^0.14.0"
}
}