-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
145 lines (145 loc) · 5.19 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
{
"name": "XendBitV3",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build --prod",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"test": "karma start ./test-config/karma.conf.js",
"test-ci": "karma start ./test-config/karma.conf.js --single-run",
"test-coverage": "karma start ./test-config/karma.conf.js --coverage",
"e2e": "tsc --p e2e/protractor.tsconfig.json && protractor e2e/protractor.config.js --verbose",
"js-e2e": "npm run e2e-update && npm run e2e-test",
"e2e-test": "protractor ./test-config/protractor.conf.js",
"e2e-update": "webdriver-manager update --standalone false --gecko false"
},
"dependencies": {
"@angular/common": "5.0.3",
"@angular/compiler": "5.0.3",
"@angular/compiler-cli": "5.0.3",
"@angular/core": "5.0.3",
"@angular/forms": "5.0.3",
"@angular/http": "5.0.3",
"@angular/platform-browser": "5.0.3",
"@angular/platform-browser-dynamic": "5.0.3",
"@ionic-native/barcode-scanner": "4.11.0",
"@ionic-native/base64": "4.11.0",
"@ionic-native/camera": "4.11.0",
"@ionic-native/clipboard": "4.11.0",
"@ionic-native/core": "4.11.0",
"@ionic-native/file-transfer": "4.11.0",
"@ionic-native/fingerprint-aio": "4.11.0",
"@ionic-native/image-resizer": "4.11.0",
"@ionic-native/in-app-browser": "^4.17.0",
"@ionic-native/local-notifications": "4.11.0",
"@ionic-native/media-capture": "4.11.0",
"@ionic-native/splash-screen": "4.11.0",
"@ionic-native/status-bar": "4.11.0",
"@ionic/storage": "2.1.3",
"@techiediaries/ngx-qrcode": "0.0.5",
"@types/bip39": "^2.4.0",
"@types/bitcoinjs-lib": "^3.0.5",
"angular2-websocket": "^0.9.6",
"bignumber.js": "^5.0.0",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^3.3.2",
"com-badrit-base64": "^0.2.0",
"cordova-android": "6.4.0",
"cordova-android-support-gradle-release": "^1.4.5",
"cordova-clipboard": "^1.2.1",
"cordova-ios": "4.5.5",
"cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-badge": "^0.8.7",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-crosswalk-webview": "^2.4.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-fingerprint-aio": "^1.4.1",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-local-notification": "^0.9.0-beta.2",
"cordova-plugin-media-capture": "^3.0.2",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-websocket": "^0.12.2",
"cordova-plugin-whitelist": "^1.3.3",
"crypto-js": "^3.1.9-1",
"eth-lightwallet": "git+https://github.com/segun/eth-lightwallet.git",
"ethereumjs-tx": "^1.3.3",
"info.protonet.imageresizer": "^0.1.1",
"install": "^0.10.2",
"ionic-angular": "3.9.2",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"ngx-qrcode2": "^0.1.0",
"npx": "^10.2.0",
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git",
"rxjs": "5.5.2",
"sw-toolbox": "3.6.0",
"tweetnacl-util": "^0.15.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.11",
"@types/crypto-js": "^3.1.43",
"@types/jasmine": "^2.8.8",
"appium": "^1.9.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.3.0",
"jasmine-core": "^3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"protractor": "^5.4.1",
"protractor-cucumber-framework": "^6.1.1",
"ts-loader": "^5.3.0",
"ts-node": "^7.0.1",
"typescript": "2.4.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-clipboard": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-fingerprint-aio": {},
"cordova-plugin-local-notification": {},
"cordova-plugin-media-capture": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-websocket": {},
"info.protonet.imageresizer": {},
"cordova-plugin-camera": {},
"phonegap-plugin-barcodescanner": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "26.+"
},
"com-badrit-base64": {},
"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"
},
"cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {}
},
"platforms": [
"android",
"ios"
]
}
}