forked from ping-pub/widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.15 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
{
"name": "ping-widget",
"private": false,
"version": "0.0.9",
"type": "module",
"main": "dist/ping-widget.js",
"author": {
"name": "Alisa | Side Protocol",
"email": "[email protected]"
},
"homepage": "https://github.com/alisaweb3/ping-widget",
"repository": {
"type": "git",
"url": "https://github.com/alisaweb3/ping-widget"
},
"license": "MIT",
"description": "Ping widget",
"keywords": [
"vue3",
"webcomponent",
"widget",
"explorer",
"blockchain",
"sidechain",
"Side Protocol",
"Ping.pub"
],
"scripts": {
"dev": "vite",
"build": "node --max_old_space_size=8192 ./node_modules/.bin/vite build",
"preview": "vite preview"
},
"dependencies": {
"@cosmjs/amino": "^0.30.1",
"@cosmjs/ledger-amino": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@ledgerhq/hw-transport-web-ble": "^6.27.13",
"@ping-pub/chain-registry-client": "^0.0.25",
"@tharsis/address-converter": "^0.1.8",
"@tharsis/eip712": "^0.2.4",
"@tharsis/proto": "^0.1.20",
"@tharsis/transactions": "^0.2.6",
"cross-fetch": "^3.1.5",
"daisyui": "^2.51.6",
"dayjs": "^1.11.7",
"osmojs": "^15.2.1",
"pinia": "^2.0.36",
"vue": "^3.2.47",
"vue3-webcomponent-wrapper": "^0.2.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@iconify/vue": "^4.1.1",
"@rollup/plugin-inject": "^5.0.3",
"@vitejs/plugin-vue": "^4.1.0",
"assert-browserify": "^2.0.0",
"autoprefixer": "^10.4.14",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"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"
}
}