-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.48 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
{
"name": "@artela/wallet-widget",
"version": "0.1.25",
"type": "module",
"main": "dist/wallet-widget.js",
"author": {
"name": "yuan90",
"email": "fatfishman90@gmail.com"
},
"homepage": "https://github.com/artela-network/evm-widget",
"repository": {
"type": "git",
"url": "https://github.com/artela-network/evm-widget"
},
"license": "MIT",
"description": "wallet widget",
"keywords": [
"vue3",
"webcomponent",
"widget",
"blockchain"
],
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "node --max_old_space_size=8192 ./node_modules/.bin/vite build",
"preview": "vite preview",
"trypublish": "npm publish || true"
},
"dependencies": {
"@cosmjs/amino": "^0.32.0",
"@cosmjs/cosmwasm-stargate": "^0.32.0",
"@cosmjs/ledger-amino": "^0.32.0",
"@cosmjs/proto-signing": "^0.32.0",
"@cosmjs/stargate": "^0.32.0",
"@ethersproject/hash": "5.7.0",
"@ethersproject/signing-key": "5.7.0",
"@leapwallet/cosmos-snap-provider": "^0.1.21",
"@ledgerhq/hw-transport-web-ble": "^6.27.13",
"@ledgerhq/hw-transport-webusb": "^6.27.14",
"@metamask/eth-sig-util": "^5.1.0",
"@ping-pub/chain-registry-client": "^0.0.25",
"@types/bignumber.js": "^5.0.0",
"buffer": "^6.0.3",
"cross-fetch": "^3.1.5",
"daisyui": "^3.1.0",
"dayjs": "^1.11.7",
"fflate": "^0.8.0",
"osmojs": "^15.2.1",
"ping-widget": "^0.0.33",
"vue": "^3.2.47",
"vue3-webcomponent-wrapper": "^0.2.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@iconify/vue": "^4.1.1",
"@noble/secp256k1": "^2.1.0",
"@rollup/plugin-inject": "^5.0.3",
"@types/elliptic": "^6.4.18",
"@vitejs/plugin-vue": "^4.1.0",
"assert-browserify": "^2.0.0",
"autoprefixer": "^10.4.14",
"bitcoinjs-lib": "^6.1.5",
"buffer": "6.0.3",
"crypto-browserify": "^3.12.0",
"elliptic": "^6.5.5",
"long": "^5.2.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.23",
"rollup-plugin-polyfill-node": "^0.12.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-css-injected-by-js": "^3.1.0",
"vue-tsc": "^1.4.2"
}
}