-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 892 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 892 Bytes
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
{
"name": "bitcoin-node-map",
"version": "1.0.0",
"description": "Bitcoin Node Map Visualization with MapLibre",
"private": true,
"scripts": {
"dev": "next dev",
"dev:clean": "./scripts/dev.sh",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .next && pkill -f 'next dev' || true"
},
"dependencies": {
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"autoprefixer": "^10.4.21",
"mapbox-gl": "^3.16.0",
"maplibre-gl": "^5.9.0",
"next": "^16.0.0",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3"
},
"keywords": [
"bitcoin",
"nodes",
"map",
"visualization",
"maplibre"
],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.17.1"
}