-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "sbtc-bridge",
"version": "0.0.1",
"repository": "https://github.com/stacks-network/sbtc-bridge",
"author": "<[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "1.1.1",
"@headlessui/react": "2.1.2",
"@heroicons/react": "2.1.5",
"@noble/hashes": "1.5.0",
"@scure/bip32": "1.3.3",
"@stacks/transactions": "7.0.2",
"@tanstack/react-query": "5.61.5",
"add": "2.0.6",
"babel-loader": "9.2.1",
"bip174": "3.0.0-rc.1",
"bitcoinjs-lib": "7.0.0-rc.0",
"bs58check": "4.0.0",
"c32check": "2.0.0",
"ecpair": "3.0.0-rc.0",
"formik": "2.4.6",
"framer-motion": "11.11.11",
"jotai": "2.10.1",
"next": "14.2.15",
"process": "0.11.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"sats-connect": "3.0.1",
"server-only": "0.0.1",
"webpack": "5.95.0",
"yarn": "1.22.22",
"yup": "1.4.0"
},
"devDependencies": {
"@leather.io/rpc": "^2.1.20",
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}