-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.36 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/vue": "^2.2.0",
"@iconify-json/bitcoin-icons": "^1.2.1",
"@iconify-json/gg": "^1.2.1",
"@iconify-json/heroicons-outline": "^1.2.0",
"@iconify-json/lineicons": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.4",
"@iconify-json/simple-icons": "^1.2.18",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "^2.18.7",
"@vite-pwa/nuxt": "^0.10.6",
"nuxt": "^3.15.4",
"nuxt-fathom": "^0.0.2",
"nuxt-headlessui": "^1.2.0",
"tailwindcss": "^3.2.4"
},
"dependencies": {
"@noble/hashes": "^1.7.0",
"@noble/secp256k1": "^2.2.3",
"@nostr-dev-kit/ndk": "^2.11.2",
"@pinia/nuxt": "^0.5.1",
"@vee-validate/nuxt": "^4.15.0",
"@vee-validate/rules": "^4.15.0",
"@vee-validate/zod": "^4.15.0",
"axios": "^1.7.9",
"bech32": "^2.0.0",
"date-fns": "^4.1.0",
"marked": "^15.0.0",
"nostr-tools": "^2.10.4",
"nuxt-mitter": "^1.1.1",
"pinia": "^2.2.4",
"util": "^0.12.5"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}