-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.08 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
{
"name": "lightning-decoder",
"version": "0.7.1",
"author": {
"email": "andrerfneves@protonmail.com",
"name": "André Neves",
"url": "https://zbd.gg"
},
"license": "MIT",
"type": "module",
"dependencies": {
"@fontsource/geist-mono": "^5.2.8",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@yudiel/react-qr-scanner": "^2.1.0",
"bech32": "^1.1.3",
"bitcoinjs-lib": "^5.1.6",
"bn.js": "^5.2.3",
"bolt12-decoder": "^1.0.0",
"buffer": "^5.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"coininfo": "git+https://github.com/cryptocoinjs/coininfo.git#dc3e6cc59e593ee7dbeb7c993485706e72d32743",
"crypto-browserify": "^3.12.1",
"framer-motion": "^12.40.0",
"lodash": "^4.17.15",
"lucide-react": "^1.17.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"secp256k1": "^3.8.1",
"tailwind-merge": "^3.6.0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"deploy": "npm run build && vercel --prod",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"keywords": [
"lightning",
"network",
"bitcoin"
],
"devDependencies": {
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^8.6.18",
"@storybook/react": "8.6.18",
"@storybook/react-vite": "^8.6.18",
"@storybook/test": "^8.6.18",
"@tailwindcss/postcss": "^4.3.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.5.0",
"jsdom": "^29.1.1",
"postcss": "^8.5.15",
"storybook": "^8.6.18",
"tailwindcss": "^4.3.0",
"vite": "^6.4.3",
"vite-plugin-node-polyfills": "^0.25.0",
"vitest": "^4.1.0"
}
}