-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
159 lines (159 loc) · 5.4 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
{
"name": "kukai",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --open --watch",
"start:https": "ng build --watch && http-server -S -C RootCA.pem -K RootCA.key -p 3000 -c-1 dist",
"build-prod": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration production",
"build-testnet": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration testnet",
"build-mainnet": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration mainnet",
"build-dev": "npm run build-testnet",
"test": "ng test",
"lint": "npx eslint -c ./.eslintrc --ext .ts src/app/",
"e2e": "ng e2e",
"generate-rpc-errors-file": "tsx scripts/generate-rpc-errors-file.ts",
"prepare": "husky install",
"postinstall": "node patch.js"
},
"private": true,
"dependencies": {
"@airgap/beacon-sdk": "^4.1.0",
"@angular/animations": "~17.3.8",
"@angular/common": "~17.3.8",
"@angular/compiler": "~17.3.8",
"@angular/core": "~17.3.8",
"@angular/forms": "~17.3.8",
"@angular/platform-browser": "~17.3.8",
"@angular/platform-browser-dynamic": "~17.3.8",
"@angular/router": "~17.3.8",
"@bitauth/libauth": "^1.17.2",
"@coinbase/cbpay-js": "^1.1.0",
"@google/model-viewer": "^3.5.0",
"@ledgerhq/hw-transport-webhid": "^6.29.0",
"@ledgerhq/hw-transport-webusb": "^6.29.0",
"@ledgerhq/hw-app-tezos": "^6.29.0",
"@microsoft/signalr": "^7.0.12",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "4.0.0",
"@sentry/angular-ivy": "^7.61.1",
"@taquito/local-forging": "~20.0.0",
"@taquito/michel-codec": "~20.0.0",
"@taquito/michelson-encoder": "~20.0.0",
"@taquito/rpc": "~20.0.0",
"@taquito/taquito": "~20.0.0",
"@taquito/tzip12": "~20.0.0",
"@taquito/tzip16": "~20.0.0",
"@tezos-core-tools/crypto-utils": "0.0.7",
"@tezos-domains/core": "^1.30.1",
"@tezos-domains/taquito-client": "^1.30.1",
"@toruslabs/constants": "^11.0.0",
"@toruslabs/fetch-node-details": "^11.0.1",
"@toruslabs/torus.js": "^10.0.4",
"@types/w3c-web-hid": "^1.0.2",
"@walletconnect/jsonrpc-utils": "^1.0.8",
"@walletconnect/sign-client": "^2.12.2",
"@walletconnect/types": "^2.12.2",
"aes-js": "^3.1.2",
"ajv": "^8.11.0",
"babel-polyfill": "^6.26.0",
"big.js": "^5.2.2",
"bip39": "^3.0.4",
"blakejs": "^1.1.0",
"blurhash": "^1.1.3",
"broadcast-channel": "^5.1.0",
"bs58check": "^2.1.2",
"buffer": "^5.4.0",
"chart.js": "^3.8.0",
"copy-to-clipboard": "^3.2.0",
"core-js": "^3.2.1",
"customauth": "git://github.com/kukai-wallet/CustomAuth.git#370e0e7e9aa57f0246e2fbbbfec148bb36af5e94",
"dexCalcs": "git://github.com/kukai-wallet/kukai-dex-calculations.git#27e9f5a112f0bac5e3000a13fb7ba002e8761071",
"dexie": "^3.2.3",
"elliptic": "^6.5.4",
"file-saver": "^2.0.2",
"https-browserify": "^1.0.0",
"lodash.isequal": "^4.5",
"mime-db": "^1.49.0",
"mutationobserver-shim": "^0.3.5",
"node-forge": "^1.3.1",
"pbkdf2": "^3.0.17",
"qr-scanner": "^1.4.1",
"qrcode": "^1.4.1",
"rxjs": "^6.5.5",
"rxjs-compat": "^6.5.2",
"scryptsy": "^2.1.0",
"timediff": "^1.1.1",
"ts-helpers": "^1.1.2",
"tslib": "^2.0.0",
"tweetnacl": "^1.0.3",
"tweetnacl-auth": "^1.0.1",
"web-animations-js": "^2.3.2",
"xmlhttprequest": "^1.8.0",
"zone.js": "~0.14.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.7",
"@angular-eslint/builder": "^14.1.2",
"@angular-eslint/eslint-plugin": "^14.1.2",
"@angular-eslint/eslint-plugin-template": "^14.1.2",
"@angular-eslint/template-parser": "^14.1.2",
"@angular/cli": "~17.3.7",
"@angular/compiler-cli": "~17.3.7",
"@angular/language-service": "~17.3.7",
"@types/jasmine": "~3.8.0",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^18.8.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"assert": "^2.0.0",
"babel-polyfill": "^6.26.0",
"cloc": "^2.5.0",
"codecov": "^3.7.1",
"crypto-browserify": "^3.12.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^7.0.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"jsdom": "^23.2.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-mocha-reporter": "^2.2.5",
"kukai-embed": "0.8.3",
"lint-staged": "^12.1.7",
"mini-css-extract-plugin": "^1.6.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.5.1",
"process": "^0.11.10",
"selenium-webdriver": "^4.6.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"terser-webpack-plugin": "^5.3.5",
"ts-node": "~8.3.0",
"tsx": "^4.7.0",
"typescript": "~5.2.2",
"url": "^0.11.0",
"web3-eth-accounts": "^1.7.4",
"webpack": "^5.76.1"
},
"overrides": {
"async": "3.2.3",
"ejs": "3.1.7",
"minimist": "1.2.7",
"query-string": "4.1.0",
"strip-ansi": "6.0.0",
"axios": "^1.6.3",
"webpack": "^5.76.1",
"engine.io": "6.4.2",
"socket.io-parser": "4.2.4",
"gh-pages": "6.1.1"
}
}