-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.15 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.15 KB
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
{
"private": true,
"author": "feiyang1020 <feiyangl1020@163.com>",
"scripts": {
"dev": "umi dev",
"dev:local": "BUILD_ENV=testnetDev umi dev",
"dev:localMainnet": "BUILD_ENV=mainnetDev umi dev",
"build:testnet": "BUILD_ENV=testnetProd umi build",
"build:mainnet": "BUILD_ENV=mainnetProd umi build",
"postinstall": "umi setup",
"setup": "umi setup & npx patch-package",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-components": "^2.8.1",
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"@feiyangl1020/metaid": "0.0.29",
"@ivliu/react-offscreen": "^1.0.8",
"@mempool/mempool.js": "^3.0.0",
"@metaid/metaid": "1.5.19",
"@tanstack/react-query": "^5.59.16",
"antd": "^5.21.4",
"antd-img-crop": "^4.24.0",
"antd-style": "^3.7.1",
"axios": "^1.7.7",
"bitcoinjs-lib": "7.0.0-rc.0",
"browser-image-compression": "^2.0.2",
"classnames": "^2.5.1",
"compressorjs": "^1.2.1",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"decimal.js": "^10.4.3",
"ecpair": "3.0.0-rc.0",
"elliptic": "^6.6.1",
"emoji-picker-react": "^4.13.2",
"idb": "^8.0.3",
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"md5": "^2.3.0",
"meta-contract": "^0.4.10",
"plyr-react": "^5.3.0",
"ramda": "^0.30.1",
"rc-resize-observer": "^1.4.0",
"rc-virtual-list": "^3.18.6",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "6.3.0",
"umi": "^4.3.27",
"uuid": "^11.0.5",
"vconsole": "^3.15.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/elliptic": "^6.4.18",
"@types/lodash": "^4.17.20",
"@types/md5": "^2.3.5",
"@types/ramda": "^0.30.2",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@umijs/plugins": "^4.3.27",
"tailwindcss": "^3",
"typescript": "^5.0.3"
},
"pnpm": {
"overrides": {
"elliptic": "^6.6.1"
}
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}