forked from ecency/esteem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
163 lines (163 loc) · 6.3 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "esteem-hybrid",
"version": "1.1.1",
"description": "eSteem Mobile Application",
"dependencies": {
"@steemit/steem-js": "^0.6.10",
"acorn": "^3.3.0",
"angular-ui-scroll": "^1.6.1",
"brfs": "^1.4.2",
"browserify": "^14.4.0",
"bs58": "^4.0.0",
"buffer": "^5.0.6",
"com.guinatal.refreshgallery": "~1.0.9",
"com.verso.cordova.clipboard": "https://github.com/VersoSolutions/CordovaClipboard",
"cordova-android": "^6.2.3",
"cordova-browser": "^4.1.0",
"cordova-ios": "^4.4.0",
"cordova-plugin-android-permissions": "^0.11.0",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-cocoapod-support": "^1.3.0",
"cordova-plugin-compat": "^1.1.0",
"cordova-plugin-console": "^1.0.7",
"cordova-plugin-crosswalk-webview": "^2.3.0",
"cordova-plugin-customurlscheme": "^4.3.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-fcm": "^2.1.2",
"cordova-plugin-file": "^4.3.1",
"cordova-plugin-file-transfer": "^1.6.1",
"cordova-plugin-firebase-analytics": "^0.10.1",
"cordova-plugin-firebase-dynamiclinks": "^0.10.0",
"cordova-plugin-globalization": "^1.0.7",
"cordova-plugin-inappbrowser": "^1.7.1",
"cordova-plugin-network-information": "git+https://github.com/apache/cordova-plugin-network-information.git",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.3.0",
"cordova-plugin-whitelist": "^1.3.2",
"cordova-plugin-x-socialsharing": "^5.1.8",
"cordova-plugin-x-toast": "git+https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git",
"create-hash": "^1.1.2",
"create-hmac": "^1.1.4",
"crypto-browserify": "^3.11.0",
"currency-symbol-map": "^3.1.0",
"diff-match-patch": "^1.0.0",
"ecurve": "^1.0.5",
"elementtree": "^0.1.6",
"es6-promise-plugin": "^4.1.0",
"esteem-lib": "^0.4.7",
"fs": "0.0.2",
"gulp": "^3.5.6",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^3.0.0",
"ionic-plugin-keyboard": "^2.2.1",
"limitless-google-translate": "^1.1.8",
"lodash": "^3.10.1",
"node-google-translate-skidz": "^1.1.1",
"object-assign": "^4.1.0",
"path": "^0.12.7",
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git",
"phonegap-plugin-mobile-accessibility": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git",
"plist": "^1.2.0",
"remarkable": "^1.7.1",
"require-main-filename": "^1.0.1",
"steem": "^0.6.7",
"steem-rpc": "^0.6.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-clean-json": "git://github.com/ArturKp/gulp-clean-json.git#master",
"gulp-remove-use-strict": "0.0.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^2.1.1",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-whitelist",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-inappbrowser",
"cordova-plugin-file-transfer",
"cordova-plugin-file",
"cordova-plugin-crosswalk-webview",
{
"locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git",
"id": "phonegap-plugin-barcodescanner"
},
"cordova-plugin-media",
"phonegap-plugin-push",
{
"locator": "https://github.com/apache/cordova-plugin-splashscreen.git",
"id": "cordova-plugin-splashscreen"
},
"cordova-plugin-camera",
"cordova-plugin-app-version",
{
"locator": "https://github.com/looklookson/cordova-plugin-fcm",
"id": "cordova-plugin-fcm"
}
],
"cordovaPlatforms": [
"ios",
"android"
],
"cordova": {
"plugins": {
"cordova-plugin-android-permissions": {},
"cordova-plugin-app-version": {},
"cordova-plugin-camera": {
"CAMERA_USAGE_DESCRIPTION": "Capture pictures to share",
"PHOTOLIBRARY_USAGE_DESCRIPTION": "Select pictures to share"
},
"cordova-plugin-compat": {},
"cordova-plugin-device": {},
"cordova-plugin-fcm": {},
"cordova-plugin-firebase-dynamiclinks": {
"APP_DOMAIN": "esteem.ws",
"APP_PATH": "/",
"REVERSED_CLIENT_ID": "com.googleusercontent.apps.727329145824-csv1i34de9h95lgguot23rs4umg36g7d",
"CONTACTS_USAGE_DESCRIPTION": "Inviting friends"
},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-x-toast": {},
"ionic-plugin-keyboard": {},
"phonegap-plugin-barcodescanner": {
"CAMERA_USAGE_DESCRIPTION": "Scan QR code for Username"
},
"phonegap-plugin-mobile-accessibility": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-console": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "esteem",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-crosswalk-webview": {
"XWALK_VERSION": "23+",
"XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
"XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
"XWALK_MODE": "embedded",
"XWALK_MULTIPLEAPK": "true"
}
},
"platforms": [
"android",
"ios"
]
}
}