-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 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
{
"name": "bitcoin-node-hub",
"description": "Bitcoin Node Hub",
"type": "module",
"private": true,
"version": "1.3.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"docs:dev": "vitepress dev docs --host 0.0.0.0 --port 5173",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs --host 0.0.0.0 --port 4173",
"postinstall": "nuxt prepare",
"preload-geolite2": "node -e \"import('geolite2-redist').then(geolite => geolite.downloadDbs())\""
},
"devDependencies": {
"vitepress": "^1.6.4"
},
"dependencies": {
"@iconify-json/bitcoin-icons": "^1.2.4",
"@iconify-json/solar": "^1.2.4",
"@maxmind/geoip2-node": "^6.1.0",
"@nuxt/ui": "4.5.1",
"@pinia/nuxt": "^0.11.2",
"@types/node": "^24.5.2",
"axios": "^1.11.0",
"destr": "^2.0.5",
"geolite2-redist": "^3.1.1",
"material-symbols": "^0.35.0",
"nuxt": "4.4.2",
"nuxt-auth-utils": "^0.5.29",
"ol": "^10.6.1",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"typescript": "^5.9.2",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"zod": "^4.1.3"
}
}