-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.57 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.57 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "blitz-web-app",
"private": true,
"version": "0.1.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"generate-pwa-assets": "pwa-assets-generator",
"preview:watch": "vite build --watch",
"preview:serve": "vite preview --host"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.2.0",
"@breeztech/breez-sdk-liquid": "^0.11.2",
"@buildonspark/spark-sdk": "^0.7.15",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@flashnet/sdk": "^0.5.7",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@noble/secp256k1": "^2.2.3",
"@react-spring/web": "^10.0.1",
"@scure/bip32": "^1.7.0",
"@scure/bip39": "^1.6.0",
"@vulpemventures/secp256k1-zkp": "^3.2.1",
"bech32": "^2.0.0",
"bip21": "^3.0.0",
"bitcoin-address-parser": "^1.0.3",
"bitcoinjs-lib": "^6.1.7",
"bolt11": "^1.4.1",
"boltz-core": "^3.0.0",
"crypto-es": "^3.1.2",
"crypto-js": "^4.2.0",
"ecpair": "^3.0.0",
"events": "^3.3.0",
"firebase": "^11.9.0",
"flag-icons": "^7.5.0",
"framer-motion": "^12.10.0",
"i18next": "^25.7.3",
"idb": "^8.0.3",
"intl-pluralrules": "^2.0.1",
"js-sha256": "^0.11.1",
"jsqr": "^1.4.0",
"light-bolt11-decoder": "^3.2.0",
"liquidjs-lib": "^6.0.2-liquid.37",
"lottie-react": "^2.4.1",
"lucide-react": "^0.561.0",
"nostr-tools": "^2.15.0",
"qr-scanner": "^1.4.2",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-draggable": "^4.4.6",
"react-google-charts": "^5.2.1",
"react-i18next": "^15.5.2",
"react-icons": "^5.5.0",
"react-loading-skeleton": "^3.5.0",
"react-lottie-player": "^2.1.0",
"react-qr-code": "^2.0.15",
"react-router-dom": "^7.5.3",
"tiny-secp256k1": "^2.2.3",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vite-pwa/assets-generator": "^1.0.0",
"@vitejs/plugin-react": "^4.4.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vite": "^6.3.5",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.4.1"
}
}