-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
77 lines (77 loc) · 2.21 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
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
{
"name": "lawallet-front",
"version": "0.7.30",
"prettier": "@lacrypta/prettier-config",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .next && rm -rf node_modules",
"format": "pnpm prettier --write ."
},
"dependencies": {
"@bitcoin-design/bitcoin-icons-react": "^0.1.10",
"@formatjs/intl-localematcher": "^0.5.4",
"@lawallet/react": "0.2.52",
"@lawallet/ui": "latest",
"@nostr-dev-kit/ndk": "2.10.6",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@serwist/next": "^9.0.5",
"@welshman/content": "^0.0.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"confetti-js": "^0.0.18",
"date-fns": "^3.6.0",
"idb-keyval": "^6.2.1",
"lottie-react": "^2.4.0",
"lucide-react": "^0.438.0",
"negotiator": "^0.6.3",
"next": "14.1.0",
"next-intl": "^3.17.2",
"nostr-tools": "npm:@lawallet/nostr-tools",
"qr-scanner": "^1.4.2",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-verification-input": "^4.1.0",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.5.2",
"vaul": "^0.9.2"
},
"devDependencies": {
"@lacrypta/prettier-config": "^1.0.0",
"@noble/hashes": "1.3.1",
"@types/node": "20.11.17",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.45",
"prettier": "^3.2.5",
"serwist": "^9.0.5",
"tailwindcss": "^3.4.10",
"typescript": "5.3.3"
},
"packageManager": "pnpm@8.14.1",
"overrides": {
"nostr-tools": "npm:@lawallet/nostr-tools@2.7.2"
},
"pnpm": {
"overrides": {
"nostr-tools": "npm:@lawallet/nostr-tools@2.7.2"
}
}
}