mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-05-18 15:26:00 +02:00
20 lines
339 B
JSON
20 lines
339 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.js"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.28.0"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4",
|
|
"chart.js": "^4",
|
|
"daisyui": "^5",
|
|
"leaflet": "^1.9.4",
|
|
"lit-html": "^3",
|
|
"qrcodejs": "^1.0.0",
|
|
"tailwindcss": "^4"
|
|
}
|
|
}
|