forked from S7NC/Nostrdam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 957 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@types/node": "^22",
"nuxt": "^3.12.4"
},
"dependencies": {
"@bitcoin-design/bitcoin-icons-vue": "^0.1.10",
"@getalby/bitcoin-connect": "^3.6.1",
"@getalby/lightning-tools": "^5.0.3",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.5",
"@nostr-dev-kit/ndk": "^2.10.0",
"@nuxt/content": "^2.13.2",
"@nuxthq/studio": "^1.0.5",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/i18n": "^8.3.3",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.5.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"bech32": "^2.0.0",
"clipboard": "^2.0.11",
"gsap": "^3.12.5",
"qrcode": "^1.5.4"
}
}