Files
archived-teslamate/assets/package.json
Adrian Kumpf f823244a36 Update esbuild
2021-09-29 19:03:29 +02:00

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"
}