-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.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
{
"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",
"@stacks/connect-react": "22.5.0",
"add": "2.0.6",
"babel-loader": "9.2.1",
"c32check": "2.0.0",
"formik": "2.4.6",
"framer-motion": "11.11.11",
"jotai": "2.10.1",
"next": "14.2.5",
"process": "0.11.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"webpack": "5.95.0",
"yarn": "1.22.22"
},
"devDependencies": {
"@noble/hashes": "^1.5.0",
"@scure/bip32": "^1.3.3",
"@scure/btc-signer": "^1.4.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"base-58": "^0.0.1",
"bip32": "^5.0.0-rc.0",
"bitcoin-core": "^4.2.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58check": "^4.0.0",
"crypto": "^1.0.1",
"ecpair": "^3.0.0-rc.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}