-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "bitcoin-domain",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"postinstall": "patch-package"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.0.2",
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@metamask/obs-store": "^8.1.0",
"@popperjs/core": "^2.11.7",
"@unisat/ord-utils": "^0.2.5",
"axios": "^1.3.4",
"bip32": "github:lyswifter/bip32",
"bitcoin-address-validation": "^2.2.1",
"bitcoinjs-lib": "github:lyswifter/bitcoinjs-lib#v6.1.3",
"bootstrap": "^5.2.3",
"buffer": "^6.0.3",
"decimal.js": "^10.4.3",
"ecpair": "github:lyswifter/ecpair",
"element-plus": "^2.2.30",
"ethers": "^6.2.3",
"generative-sdk": "github:lyswifter/generative-sdk",
"patch-package": "^6.5.1",
"qrcode": "^1.5.1",
"vue": "^3.2.47",
"vue-clipboard3": "^2.0.0",
"vue-gtag": "^2.0.1",
"vue-request": "^2.0.0-rc.4",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24"
}
}