-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
83 lines (83 loc) · 2.27 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
{
"name": "stacks-send-many",
"version": "1.1.0",
"type": "module",
"description": "Send STX tokens as quickly as possible",
"author": "Friedger Müffke",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/friedger/stacks-send-many.git"
},
"dependencies": {
"@scure/bip32": "^1.4.0",
"@scure/btc-signer": "^1.3.1",
"@stacks/auth": "^6.15.0",
"@stacks/blockchain-api-client": "^7.10.0",
"@stacks/common": "^6.13.0",
"@stacks/connect": "7.7.1",
"@stacks/connect-react": "22.4.2",
"@stacks/network": "^6.13.0",
"@stacks/profile": "^6.15.0",
"@stacks/stacks-blockchain-api-types": "^7.10.0",
"@stacks/storage": "^6.15.0",
"@stacks/transactions": "^6.15.0",
"@types/lodash.groupby": "^4.6.9",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/sign-client": "^2.13.0",
"@walletconnect/types": "^2.13.0",
"@walletconnect/utils": "^2.13.0",
"c32check": "^2.0.0",
"global": "^4.4.0",
"jdenticon": "^3.3.0",
"jotai": "^2.8.0",
"lodash.groupby": "^4.6.0",
"punycode2": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-download-link": "^2.3.0",
"react-jdenticon": "^1.1.0",
"react-router-dom": "^6.23.1",
"sbtc": "^0.1.9",
"serve": "^14.2.3",
"vite": "^5.2.11",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
"prettier": "@stacks/prettier-config",
"scripts": {
"start": "vite",
"build": "CI= tsc && vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=22"
},
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
"@stacks/prettier-config": "0.0.10",
"bootstrap": "^5.3.3",
"netlify-cli": "^17.16.2",
"prettier": "^3.2.5",
"react-test-renderer": "^18.3.1",
"typescript": "^5.4.5"
}
}