forked from near/wallet-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (165 loc) · 6.33 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
{
"name": "near-wallet-selector",
"version": "7.1.0",
"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-wallet",
"my-near-wallet",
"sender",
"math-wallet",
"nightly",
"ledger",
"wallet-connect",
"nightly-connect",
"nearfi",
"meteor-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": {
"prepublishOnly": "yarn build:core && yarn build:all",
"build:all": "nx run-many --target=build --all --exclude=react,angular --configuration=production",
"build:core": "nx run-many --target=build --projects=core --configuration=production",
"build:modal-ui": "nx run-many --target=build --projects=modal-ui --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:near-wallet": "nx run-many --target=build --projects=near-wallet --configuration=production",
"build:here-wallet": "nx run-many --target=build --projects=here-wallet --configuration=production",
"build:my-near-wallet": "nx run-many --target=build --projects=my-near-wallet --configuration=production",
"build:sender": "nx run-many --target=build --projects=sender --configuration=production",
"build:nearfi": "nx run-many --target=build --projects=nearfi --configuration=production",
"build:nightly": "nx run-many --target=build --projects=nightly --configuration=production",
"build:meteor-wallet": "nx run-many --target=build --projects=meteor-wallet --configuration=production",
"build:wallet-connect": "nx run-many --target=build --projects=wallet-connect --configuration=production",
"build:nightly-connect": "nx run-many --target=build --projects=nightly-connect --configuration=production",
"build:wallet-utils": "nx run-many --target=build --projects=wallet-utils --configuration=production",
"build:default-wallets": "nx run-many --target=build --projects=default-wallets --configuration=production",
"lint": "nx workspace-lint && nx run-many --target=lint --all --parallel",
"lint:fix": "nx run-many --target=lint --all --fix",
"serve:react": "nx serve react --host=0.0.0.0",
"serve:angular": "nx serve angular",
"prepack": "yarn build:core && yarn build:all",
"test": "nx run-many --target=test --all",
"postinstall": "ngcc --properties es2020 browser module main"
},
"dependencies": {
"@angular/animations": "~14.0.0",
"@angular/common": "~14.0.0",
"@angular/compiler": "~14.0.0",
"@angular/core": "~14.0.0",
"@angular/forms": "~14.0.0",
"@angular/platform-browser": "~14.0.0",
"@angular/platform-browser-dynamic": "~14.0.0",
"@angular/router": "~14.0.0",
"@jscutlery/semver": "^2.25.2",
"@ledgerhq/hw-transport": "6.27.1",
"@ledgerhq/hw-transport-webhid": "6.27.1",
"@meteorwallet/sdk": "^0.6.0",
"@nightlylabs/connect-near": "0.0.13",
"@walletconnect/qrcode-modal": "2.0.0-alpha.20",
"@walletconnect/sign-client": "2.0.0-rc.3",
"better-sqlite3": "^7.6.2",
"big.js": "^6.1.1",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"copy-to-clipboard": "^3.3.2",
"core-js": "^3.6.5",
"is-mobile": "^3.1.1",
"near-api-js": "^0.44.2",
"next": "12.2.3",
"ngx-deploy-npm": "^4.1.1",
"qrcode": "^1.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-qr-code": "^2.0.8",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.5.5",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.0.0",
"@angular-eslint/eslint-plugin": "~14.0.0",
"@angular-eslint/eslint-plugin-template": "~14.0.0",
"@angular-eslint/template-parser": "~14.0.0",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "~14.0.0",
"@angular/language-service": "~14.0.0",
"@babel/preset-react": "^7.16.7",
"@nrwl/angular": "14.4.2",
"@nrwl/cli": "14.4.2",
"@nrwl/cypress": "14.4.2",
"@nrwl/eslint-plugin-nx": "14.4.2",
"@nrwl/jest": "14.4.2",
"@nrwl/js": "14.4.2",
"@nrwl/linter": "14.4.2",
"@nrwl/next": "^14.4.2",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "14.4.2",
"@nrwl/tao": "13.8.5",
"@nrwl/web": "^14.4.2",
"@nrwl/workspace": "14.4.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "13.3.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/big.js": "^6.1.5",
"@types/bn.js": "^5.1.0",
"@types/gh-pages": "^3.2.1",
"@types/jest": "27.4.1",
"@types/node": "16.11.7",
"@types/qrcode": "^1.5.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/regenerator-runtime": "^0.13.1",
"@types/uuid": "^8.3.4",
"@types/w3c-web-hid": "^1.0.2",
"@types/w3c-web-usb": "^1.0.5",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
"@walletconnect/types": "^2.0.0-rc.3",
"babel-jest": "27.2.3",
"cypress": "^9.1.0",
"eslint": "~8.15.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"gh-pages": "^4.0.0",
"jest": "27.5.1",
"jest-mock-extended": "^2.0.6",
"jest-preset-angular": "^12.2.0",
"nx": "14.4.2",
"prettier": "^2.7.1",
"react-test-renderer": "18.2.0",
"sass": "1.52.3",
"semantic-release": "^19.0.2",
"ts-jest": "27.1.4",
"ts-node": "~10.8.0",
"typescript": "~4.7.2",
"uuid": "^8.3.2"
}
}