-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 4.25 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
{
"name": "demo",
"version": "1.0.3",
"private": true,
"scripts": {
"clean": "polkadot-dev-clean-build",
"build": "yarn clean && yarn polkadot-exec-webpack --config webpack.config.cjs --mode production",
"start": "yarn webpack-dev-server --config webpack.watch.cjs --mode development",
"lint": "polkadot-dev-run-lint"
},
"dependencies": {
"@0xsequence/network": "^1.2.9",
"@ant-design/icons": "^5.2.6",
"@ethereumjs/common": "^4.1.0",
"@ethersproject/keccak256": "^5.7.0",
"@phosphor-icons/react": "2.0.15",
"@subwallet-connect/arcana-auth": "^1.0.3",
"@subwallet-connect/bitget": "^1.0.3",
"@subwallet-connect/blocto": "^1.0.3",
"@subwallet-connect/cede-store": "^1.0.3",
"@subwallet-connect/coinbase": "^1.0.3",
"@subwallet-connect/dcent": "^1.0.3",
"@subwallet-connect/enkrypt": "^1.0.3",
"@subwallet-connect/fortmatic": "^1.0.3",
"@subwallet-connect/frame": "^1.0.3",
"@subwallet-connect/frontier": "^1.0.3",
"@subwallet-connect/gas": "^1.0.3",
"@subwallet-connect/gnosis": "^1.0.3",
"@subwallet-connect/infinity-wallet": "^1.0.3",
"@subwallet-connect/injected-wallets": "^1.0.3",
"@subwallet-connect/keepkey": "^1.0.3",
"@subwallet-connect/keystone": "^1.0.3",
"@subwallet-connect/ledger": "^1.0.3",
"@subwallet-connect/ledger-polkadot": "^1.0.3",
"@subwallet-connect/magic": "^1.0.3",
"@subwallet-connect/metamask": "^1.0.3",
"@subwallet-connect/mew-wallet": "^1.0.3",
"@subwallet-connect/phantom": "^1.0.3",
"@subwallet-connect/polkadot-js": "^1.0.3",
"@subwallet-connect/polkadot-vault": "^1.0.3",
"@subwallet-connect/portis": "^1.0.3",
"@subwallet-connect/react": "^1.0.3",
"@subwallet-connect/sequence": "^1.0.3",
"@subwallet-connect/subwallet": "^1.0.3",
"@subwallet-connect/subwallet-polkadot": "^1.0.3",
"@subwallet-connect/taho": "^1.0.3",
"@subwallet-connect/talisman": "^1.0.3",
"@subwallet-connect/torus": "^1.0.3",
"@subwallet-connect/transaction-preview": "^1.0.3",
"@subwallet-connect/trezor": "^1.0.3",
"@subwallet-connect/trust": "^1.0.3",
"@subwallet-connect/uauth": "^1.0.3",
"@subwallet-connect/venly": "^1.0.3",
"@subwallet-connect/walletconnect": "^1.0.3",
"@subwallet-connect/walletconnect-polkadot": "^1.0.3",
"@subwallet-connect/walletlink": "^1.0.3",
"@subwallet-connect/web3auth": "^1.0.3",
"@subwallet-connect/xdefi": "^1.0.3",
"@subwallet-connect/zeal": "^1.0.3",
"@subwallet/chain-list": "^0.2.39",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/bn.js": "^5.1.5",
"@unique-nft/sdk": "^0.7.3",
"@unique-nft/solidity-interfaces": "^0.70.0",
"@unique-nft/utils": "^0.3.17",
"antd": "^5.11.1",
"bignumber.js": "^9.1.2",
"bn.js": "^4.11.9",
"classnames": "^2.3.2",
"eth-sig-util": "^3.0.1",
"ethers": "^5.7.2",
"eventemitter3": "^4.0.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"rxjs": "^7.8.1",
"styled-components": "^5.3.6",
"typescript": "^4.5.5",
"usehooks-ts": "^2.15.1",
"web-vitals": "^3.5.0",
"web3": "^4.2.2"
},
"devDependencies": {
"@polkadot/dev": "^0.66.28",
"@subwallet/react-ui": "5.1.2-b74",
"@types/jest": "^29.5.8",
"@types/node": "^18.11.11",
"@types/react": "^18.0.2",
"@types/react-dom": "^18.0.2",
"@types/styled-components": "^5.1.34",
"assert": "^2.0.0",
"babel-loader": "^8.2.3",
"browser-resolve": "^2.0.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^10.2.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.1",
"eth-sig-util": "^3.0.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"https-browserify": "^1.0.0",
"node-sass": "^9.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"sass-loader": "^13.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"thread-loader": "^3.0.4",
"url-loader": "^4.1.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.9.0"
}
}