-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 995 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 995 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
41
42
43
{
"name": "bitcoin-example",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"@web3auth/modal": "^10.15.0",
"axios": "^1.7.2",
"bitcoinjs-lib": "^6.1.6",
"ecpair": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"buffer": "^6.0.3",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"empty-module": "^0.0.2",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"prettier": "^2.8.4",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}