-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
203 lines (203 loc) · 7.47 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
{
"name": "Feeds",
"version": "2.0.2",
"author": "trinity-feeds",
"homepage": "https://trinity-feeds.app",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"format": "prettier --write \"src/**/*.ts\""
},
"private": true,
"dependencies": {
"@angular/common": "^11.0.7",
"@angular/core": "^11.0.7",
"@angular/forms": "^11.0.7",
"@angular/platform-browser": "^11.0.7",
"@angular/platform-browser-dynamic": "^11.0.7",
"@angular/router": "^11.0.7",
"@dchagastelles/elastos-hive-js-sdk": "2.3.57",
"@elastosfoundation/did-js-sdk": "^2.2.2",
"@elastosfoundation/elastos-connectivity-sdk-cordova": "2.0.2",
"@elastosfoundation/elastos-connector-localidentity-cordova": "2.0.1",
"@elastosfoundation/essentials-connector-cordova": "1.0.16",
"@ionic-native/clipboard": "^5.18.0",
"@ionic-native/core": "^5.0.0",
"@ionic-native/file": "^5.33.0",
"@ionic-native/firebase": "^5.36.0",
"@ionic-native/firebase-x": "^5.36.0",
"@ionic-native/in-app-browser": "^5.10.0",
"@ionic-native/keyboard": "^5.36.0",
"@ionic-native/network": "^5.33.0",
"@ionic-native/qr-scanner": "^5.36.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.32.1",
"@ionic-native/theme-detection": "^5.33.0",
"@ionic-native/video-editor": "^5.28.0",
"@ionic/angular": "^5.5.2",
"@ionic/storage": "^2.3.0",
"@ngx-translate/core": "^12.1.2",
"@sentry/browser": "~5.11.0",
"@sentry/integrations": "~5.11.1",
"@types/node": "^8.9.5",
"@videogular/ngx-videogular": "^3.0.1",
"@walletconnect/browser-utils": "1.7.4",
"@walletconnect/client": "1.7.4",
"@walletconnect/core": "1.7.4",
"@walletconnect/http-connection": "1.7.4",
"@walletconnect/iso-crypto": "1.7.4",
"@walletconnect/qrcode-modal": "1.7.4",
"@walletconnect/socket-transport": "1.7.4",
"@walletconnect/types": "1.7.4",
"@walletconnect/utils": "1.7.4",
"@walletconnect/web3-provider": "1.7.4",
"@ygoe/msgpack": "^1.0.2",
"angular-svg-round-progressbar": "^7.0.0",
"angularx-qrcode": "11.0.0",
"bignumber.js": "^9.0.1",
"cordova-android": "9.0.0",
"cordova-ios": "6.2.0",
"cordova-plugin-exit": "^1.0.3",
"core-js": "^2.5.4",
"hammerjs": "^2.0.8",
"nan": "^2.14.0",
"ngx-image-cropper": "^3.3.2",
"ngx-ionic-image-viewer": "^0.7.1",
"ngx-videogular": "^8.2.14",
"node-gyp": "6.0.0",
"rxjs": "~6.5.1",
"sass": "^1.32.13",
"shelljs": "^0.8.4",
"tslib": "^1.9.0",
"web3": "^1.3.6",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/architect": "0.1102.4",
"@angular-devkit/build-angular": "0.1102.4",
"@angular-devkit/core": "^11.0.6",
"@angular-devkit/schematics": "^11.0.6",
"@angular/cli": "^11.0.6",
"@angular/compiler": "^11.0.7",
"@angular/compiler-cli": "^11.0.7",
"@angular/language-service": "^11.0.7",
"@elastosfoundation/elastos-cordova-plugin-carrier": "^1.0.6",
"@elastosfoundation/elastos-cordova-plugin-did": "^1.0.41",
"@elastosfoundation/elastos-cordova-plugin-hive": "^1.0.22",
"@elastosfoundation/elastos-cordova-plugin-intent": "^2.0.2",
"@ionic/angular-toolkit": "^3.0.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.170",
"codelyzer": "^5.0.0",
"cordova-clipboard": "^1.3.0",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-androidx": "^3.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-camera": "^5.0.3",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-firebase": "^2.0.5",
"cordova-plugin-firebasex": "^13.0.1",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-media-capture": "^3.0.3",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-qrscanner": "^3.0.1",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-splashscreen": "6.0.0",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-theme-detection": "^1.3.0",
"cordova-plugin-video-editor": "github:AlexMiniApps/cordova-plugin-video-editor",
"cordova-plugin-whitelist": "^1.3.5",
"cordova-sqlite-storage": "^5.1.0",
"crypto-browserify": "^3.12.0",
"es6-promise-plugin": "^4.2.2",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"prettier": "1.19.1",
"protractor": "~5.4.0",
"qr-scanner": "1.2.0",
"stream-browserify": "^3.0.0",
"svelte": "^3.37.0",
"ts-node": "^9.1.1",
"tslint": "~5.15.0",
"typescript": "4.0.5"
},
"browser": {
"http": false,
"https": false,
"os": false
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-sqlite-storage": {},
"@elastosfoundation/elastos-cordova-plugin-carrier": {},
"@elastosfoundation/elastos-cordova-plugin-intent": {},
"@elastosfoundation/elastos-cordova-plugin-did": {},
"@elastosfoundation/elastos-cordova-plugin-hive": {},
"cordova-plugin-file": {},
"cordova-plugin-network-information": {},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-media-capture": {},
"cordova-clipboard": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-video-editor": {},
"cordova-plugin-theme-detection": {},
"cordova-plugin-add-swift-support": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-exit": {},
"cordova-plugin-firebasex": {
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true",
"ANDROID_ICON_ACCENT": "#FF00FFFF",
"ANDROID_FIREBASE_PERFORMANCE_MONITORING": "false",
"ANDROID_PLAY_SERVICES_TAGMANAGER_VERSION": "17.0.0",
"ANDROID_PLAY_SERVICES_AUTH_VERSION": "19.0.0",
"ANDROID_FIREBASE_ANALYTICS_VERSION": "19.0.0",
"ANDROID_FIREBASE_MESSAGING_VERSION": "22.0.0",
"ANDROID_FIREBASE_CONFIG_VERSION": "21.0.0",
"ANDROID_FIREBASE_PERF_VERSION": "20.0.2",
"ANDROID_FIREBASE_AUTH_VERSION": "21.0.1",
"ANDROID_FIREBASE_INAPPMESSAGING_VERSION": "20.0.0",
"ANDROID_FIREBASE_FIRESTORE_VERSION": "23.0.2",
"ANDROID_FIREBASE_FUNCTIONS_VERSION": "20.0.0",
"ANDROID_FIREBASE_IID_VERSION": "21.1.0",
"ANDROID_FIREBASE_INSTALLATIONS_VERSION": "17.0.0",
"ANDROID_FIREBASE_CRASHLYTICS_VERSION": "18.1.0",
"ANDROID_FIREBASE_CRASHLYTICS_NDK_VERSION": "18.1.0",
"ANDROID_GSON_VERSION": "2.8.7",
"ANDROID_FIREBASE_PERF_GRADLE_PLUGIN_VERSION": "1.4.0"
},
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-qrscanner": {}
},
"platforms": [
"android",
"ios"
]
}
}