-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 984 Bytes
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
{
"name": "bip370org",
"version": "0.1.2",
"description": "A simple PSBTv2 explorer.",
"main": "index.js",
"private": true,
"sideEffects": false,
"engines": {
"node": ">=24"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"author": "Shadouts",
"license": "ISC",
"dependencies": {
"@caravan/bitcoin": "^0.4.5",
"@caravan/psbt": "^2.1.0",
"bitcoinjs-lib": "^7.0.0",
"bootstrap": "^5.3.8",
"bufio": "^1.2.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.10",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/react": "^18.3.26",
"@types/react-bootstrap": "^0.32.37",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.3.4",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"vite": "^6.0.7",
"vite-plugin-node-polyfills": "^0.24.0"
}
}