-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.3 KB
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
{
"name": "lightning-decoder",
"version": "0.7.1",
"author": {
"email": "andrerfneves@protonmail.com",
"name": "André Neves",
"url": "https://zbd.gg"
},
"license": "MIT",
"type": "module",
"dependencies": {
"@yudiel/react-qr-scanner": "^2.1.0",
"bech32": "^1.1.3",
"bitcoinjs-lib": "^5.1.6",
"bn.js": "^5.0.0",
"buffer": "^5.4.3",
"classnames": "^2.2.6",
"coininfo": "https://github.com/cryptocoinjs/coininfo#dc3e6cc59e593ee7dbeb7c993485706e72d32743",
"crypto-browserify": "^3.12.1",
"date-fns": "^2.1.0",
"events": "^3.3.0",
"lodash": "^4.17.15",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"safe-buffer": "^5.2.0",
"sass": "^1.37.5",
"secp256k1": "^3.7.1",
"serve": "^11.1.0",
"stream-browserify": "^3.0.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"deploy": "npm run build && cd build && now"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"keywords": [
"lightning",
"network",
"bitcoin"
],
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^6.1.0",
"vite": "^6.2.0",
"vite-plugin-node-polyfills": "^0.25.0",
"vitest": "^4.0.18"
}
}