forked from ArkEcosystem/mobile-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
170 lines (170 loc) · 5.75 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
{
"name": "osmose-mobile",
"version": "1.2.3",
"author": {
"name": "Lucio Rubens",
"email": "[email protected]",
"url": "https://github.com/luciorubeens"
},
"contributors": [
{
"name": "Alex Barnsley",
"email": "[email protected]",
"url": "https://github.com/alexbarnsley"
},
{
"name": "Fabien Palazo",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ArkEcosystem/mobile-wallet#readme",
"bugs": {
"url": "https://github.com/ArkEcosystem/mobile-wallet/issues"
},
"license": "MIT",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"ionic:lab": "ionic-app-scripts serve --lab",
"missing-translations": "node missing-translations",
"test": "ng test --single-run",
"test:unit": "ng test",
"test:coverage": "ng test --single-run --code-coverage --watch=false --progress=false --browsers=ChromeHeadlessNoSandbox",
"test:e2e": "npm run webdriver-update-ci && ionic-app-scripts build && protractor e2e/protractor.conf.js",
"webdriver-update-ci": "webdriver-manager update --standalone false --gecko false --versions.chrome 2.43.0"
},
"dependencies": {
"@angular/common": "^5.2.11",
"@angular/compiler": "^5.2.11",
"@angular/compiler-cli": "^5.2.11",
"@angular/core": "^5.2.11",
"@angular/forms": "^5.2.11",
"@angular/http": "^5.2.11",
"@angular/platform-browser": "^5.2.11",
"@angular/platform-browser-dynamic": "^5.2.11",
"@ionic-native/background-mode": "^4.17.0",
"@ionic-native/clipboard": "^4.16.0",
"@ionic-native/core": "^4.16.0",
"@ionic-native/in-app-browser": "^4.16.0",
"@ionic-native/keyboard": "^4.16.0",
"@ionic-native/local-notifications": "^4.17.0",
"@ionic-native/network": "^4.16.0",
"@ionic-native/qr-scanner": "^4.16.0",
"@ionic-native/screen-orientation": "^4.16.0",
"@ionic-native/social-sharing": "^4.16.0",
"@ionic-native/splash-screen": "^4.16.0",
"@ionic-native/status-bar": "^4.16.0",
"@ionic-native/vibration": "^4.16.0",
"@ionic/storage": "^2.2.0",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "2.0.0",
"android-versions": "^1.3.0",
"angular2-qrcode": "^2.0.1",
"ark-ts": "^0.4.0",
"arkjs": "github:arkecosystem/ark-js#master",
"bcryptjs": "^2.4.3",
"bignumber.js": "^6.0.0",
"bip38": "^2.0.2",
"bip39": "^2.5.0",
"chart.js": "^2.7.2",
"cordova-allow-background-audio": "^1.0.2",
"cordova-android": "7.1.2",
"cordova-browser": "5.0.4",
"cordova-clipboard": "^1.2.1",
"cordova-custom-config": "^5.1.0",
"cordova-ios": "4.5.5",
"cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-qrscanner": "^3.0.1",
"cordova-plugin-screen-orientation": "^3.0.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-swift-support": "^3.1.1",
"cordova-plugin-vibration": "^3.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-socialsharing": "^5.4.4",
"cordova-sqlite-storage": "git+https://github.com/litehelpers/Cordova-sqlite-storage.git",
"es6-promise-plugin": "^4.2.2",
"iod": "^1.1.1",
"ionic-angular": "^3.9.2",
"ionic2-auto-complete": "^1.6.2-alpha",
"ionicons": "3.0.0",
"json-typescript-mapper": "github:luciorubeens/json-typescript-mapper#master",
"moment-timezone": "^0.5.21",
"ng2-charts": "^1.6.0",
"ngx-filter-pipe": "^1.0.2",
"node-forge": "^0.7.6",
"rxjs": "^5.5.11",
"string-hash": "^1.1.3",
"sw-toolbox": "3.6.0",
"wif": "^2.0.6",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular/cli": "^1.7.4",
"@angular/router": "^5.2.11",
"@ionic/app-scripts": "3.2.0",
"@types/bcryptjs": "^2.4.2",
"@types/jasmine": "^2.8.9",
"@types/lodash": "^4.14.117",
"@types/moment-timezone": "^0.5.9",
"@types/node": "^8.9.4",
"@types/uuid": "^3.4.4",
"connect": "^3.6.6",
"ionic-mocks": "^1.3.0",
"jasmine-core": "2.99.1",
"jasmine-reporters": "^2.3.2",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^1.3.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.5",
"protractor": "^5.4.1",
"serve-static": "^1.13.1",
"ts-node": "^4.1.0",
"typescript": "^2.7.2"
},
"description": "A Wallet for Everyone",
"config": {
"ionic_webpack": "./webpack.config.js",
"ionic_dependency_tree": "./webpack.config.js"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-qrscanner": {},
"cordova-custom-config": {},
"cordova-plugin-console": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-add-swift-support": {},
"cordova-plugin-device": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-vibration": {},
"cordova-plugin-inappbrowser": {},
"cordova-clipboard": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-sqlite-storage": {}
},
"platforms": [
"browser",
"ios",
"android"
]
}
}