mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
28 lines
718 B
JSON
28 lines
718 B
JSON
{
|
|
"repository": {},
|
|
"description": "...",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"deploy": "node scripts/build.js"
|
|
},
|
|
"dependencies": {
|
|
"@creativebulma/bulma-divider": "^1.1.0",
|
|
"@creativebulma/bulma-tooltip": "^1.2.0",
|
|
"@geoman-io/leaflet-geoman-free": "^2.11.2",
|
|
"@mdi/font": "^6.1.95",
|
|
"bulma-switch": "^2.0.0",
|
|
"leaflet": "^1.7.1",
|
|
"leaflet-control-geocoder": "^2.3.0",
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view"
|
|
},
|
|
"devDependencies": {
|
|
"bulma": "^0.9.3",
|
|
"esbuild": "^0.13.3",
|
|
"esbuild-sass-plugin": "^1.5.5",
|
|
"sass": "^1.42.1"
|
|
},
|
|
"name": "assets"
|
|
}
|