forked from near/wallet-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
226 lines (226 loc) · 9.04 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"name": "near-wallet-selector",
"version": "8.9.13",
"description": "NEAR Wallet Selector makes it easy for users to interact with your dApp by providing an abstraction over various wallets within the NEAR ecosystem",
"keywords": [
"near",
"blockchain",
"wallets",
"dapps",
"near-protocol",
"near-blockchain",
"near-snap",
"my-near-wallet",
"bitget-wallet",
"sender",
"neth",
"math-wallet",
"nightly",
"ledger",
"wallet-connect",
"ethereum-wallets",
"nearfi",
"meteor-wallet",
"welldone-wallet",
"ramper-wallet",
"near-mobile-wallet",
"mintbase-wallet",
"bitte-wallet",
"okx-wallet"
],
"homepage": "https://github.com/near/wallet-selector#README",
"bugs": {
"url": "https://github.com/near/wallet-selector/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/near/wallet-selector.git"
},
"license": "ISC",
"author": "near",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"scripts": {
"build:account-export": "nx run-many --target=build --projects=account-export --configuration=production",
"build:all": "nx run-many --target=build --all --exclude=react,angular --configuration=production && node ./scripts/update-package-json.js",
"build:arepa-wallet": "nx run-many --target=build --projects=arepa-wallet --configuration=production",
"build:bitget-wallet": "nx run-many --target=build --projects=bitget-wallet --configuration=production",
"build:core": "nx run-many --target=build --projects=core --configuration=production",
"build:here-wallet": "nx run-many --target=build --projects=here-wallet --configuration=production",
"build:ledger": "nx run-many --target=build --projects=ledger --configuration=production",
"build:math-wallet": "nx run-many --target=build --projects=math-wallet --configuration=production",
"build:meteor-wallet": "nx run-many --target=build --projects=meteor-wallet --configuration=production",
"build:mintbase-wallet": "nx run-many --target=build --projects=mintbase-wallet --configuration=production",
"build:bitte-wallet": "nx run-many --target=build --projects=bitte-wallet --configuration=production",
"build:modal-ui": "nx run-many --target=build --projects=modal-ui --configuration=production",
"build:modal-ui-js": "nx run-many --target=build --projects=modal-ui-js --configuration=production",
"build:my-near-wallet": "nx run-many --target=build --projects=my-near-wallet --configuration=production",
"build:narwallets": "nx run-many --target=build --projects=narwallets --configuration=production",
"build:near-mobile-wallet": "nx run-many --target=build --projects=near-mobile-wallet --configuration=production",
"build:near-snap": "nx run-many --target=build --projects=near-snap --configuration=production",
"build:nearfi": "nx run-many --target=build --projects=nearfi --configuration=production",
"build:neth": "nx run-many --target=build --projects=neth --configuration=production",
"build:nightly": "nx run-many --target=build --projects=nightly --configuration=production",
"build:okx-wallet": "nx run-many --target=build --projects=okx-wallet --configuration=production",
"build:ethereum-wallets": "nx run-many --target=build --projects=ethereum-wallets --configuration=production",
"build:ramper-wallet": "nx run-many --target=build --projects=ramper-wallet --configuration=production",
"build:sender": "nx run-many --target=build --projects=sender --configuration=production",
"build:wallet-connect": "nx run-many --target=build --projects=wallet-connect --configuration=production",
"build:wallet-utils": "nx run-many --target=build --projects=wallet-utils --configuration=production",
"build:welldone-wallet": "nx run-many --target=build --projects=welldone-wallet --configuration=production",
"build:xdefi-wallet": "nx run-many --target=build --projects=xdefi --configuration=production",
"examples:vanillajs:generateimportmap": "(cd examples/vanillajs && jspm link index.html -o index.html)",
"find:unused": "ts-prune -p tsprune.json",
"postinstall": "yarn build:all",
"lint": "nx workspace-lint && nx run-many --target=lint --all --parallel",
"lint:fix": "nx run-many --target=lint --all --fix",
"prepack": "yarn build:core && yarn build:all",
"prepublishOnly": "yarn build:core && yarn build:all",
"serve:angular": "nx serve angular",
"serve:react": "nx serve react --host=0.0.0.0",
"serve:vanillajs": "yarn examples:vanillajs:generateimportmap && http-server -c-1 examples/vanillajs",
"test": "nx run-many --target=test --all"
},
"dependencies": {
"@angular/animations": "16.1.9",
"@angular/common": "16.1.9",
"@angular/compiler": "16.1.9",
"@angular/core": "16.1.9",
"@angular/forms": "16.1.9",
"@angular/platform-browser": "16.1.9",
"@angular/platform-browser-dynamic": "16.1.9",
"@angular/router": "16.1.9",
"@here-wallet/core": "3.3.1",
"@jscutlery/semver": "5.3.1",
"@ledgerhq/hw-transport": "6.30.3",
"@ledgerhq/hw-transport-webhid": "6.29.2",
"@metamask/detect-provider": "2.0.0",
"@meteorwallet/sdk": "1.0.9",
"@mintbase-js/wallet": "0.6.1",
"@near-snap/sdk": "0.6.0",
"@noble/ciphers": "0.5.3",
"@noble/hashes": "1.4.0",
"@peersyst/near-mobile-signer": "1.1.0",
"@ramper/near": "0.0.30",
"@tanstack/react-query": "5.24.8",
"@walletconnect/modal": "2.6.2",
"@walletconnect/sign-client": "2.13.0",
"@web3modal/wagmi": "5.0.6",
"better-sqlite3": "11.2.1",
"big.js": "6.2.1",
"borsh": "0.7.0",
"browserify-fs": "1.0.0",
"bs58": "5.0.0",
"buffer": "6.0.3",
"copy-to-clipboard": "3.3.3",
"core-js": "3.6.5",
"crypto-browserify": "3.12.0",
"ethers": "5.7.2",
"https-browserify": "1.0.0",
"is-mobile": "4.0.0",
"near-api-js": "4.0.3",
"near-seed-phrase": "0.2.0",
"next": "13.3.0",
"ngx-deploy-npm": "7.1.0",
"qrcode": "1.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-qr-code": "2.0.15",
"regenerator-runtime": "0.14.1",
"rxjs": "7.8.1",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"tslib": "2.7.0",
"url": "0.11.0",
"viem": "2.16.2",
"wagmi": "2.10.9",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.1.8",
"@angular-devkit/core": "16.1.8",
"@angular-devkit/schematics": "16.1.8",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "16.1.8",
"@angular/compiler-cli": "16.1.8",
"@angular/language-service": "15.2.9",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.24.8",
"@nrwl/js": "16.0.0",
"@nrwl/rollup": "16.0.0",
"@nrwl/tao": "16.0.0",
"@nrwl/webpack": "16.0.0",
"@nx/angular": "16.4.0",
"@nx/cypress": "16.0.0",
"@nx/eslint-plugin": "16.0.0",
"@nx/jest": "16.0.0",
"@nx/js": "16.0.0",
"@nx/linter": "16.4.0",
"@nx/next": "16.0.0",
"@nx/react": "16.0.0",
"@nx/web": "16.0.0",
"@nx/workspace": "16.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
"@schematics/angular": "15.2.8",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.0",
"@svgr/webpack": "6.1.2",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "7.0.2",
"@types/big.js": "6.2.2",
"@types/gh-pages": "6.1.0",
"@types/jest": "29.4.4",
"@types/node": "18.11.9",
"@types/qrcode": "1.5.5",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/regenerator-runtime": "0.13.1",
"@types/w3c-web-hid": "1.0.3",
"@types/w3c-web-usb": "1.0.6",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"babel-jest": "29.4.3",
"css-loader": "7.1.2",
"cypress": "12.2.0",
"eslint": "8.15.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.2",
"gh-pages": "6.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-mock-extended": "2.0.6",
"jest-preset-angular": "13.0.0",
"jsdoc": "4.0.2",
"jspm": "3.1.0",
"nx": "16.4.0",
"nx-cloud": "16.0.5",
"path-browserify": "1.0.1",
"prettier": "2.7.1",
"react-refresh": "0.10.0",
"react-test-renderer": "18.2.0",
"sass": "1.55.0",
"semantic-release": "19.0.2",
"style-loader": "3.3.0",
"stylus": "0.55.0",
"stylus-loader": "7.1.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"ts-prune": "0.10.3",
"typescript": "5.0.4",
"url-loader": "4.1.1",
"util": "0.12.5",
"webpack": "5.75.0",
"webpack-merge": "5.8.0"
}
}