mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"repository": {},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"deploy": "webpack --mode production --stats-colors",
|
|
"watch": " webpack --mode development --watch --watch-options-stdin --stats-colors"
|
|
},
|
|
"dependencies": {
|
|
"@creativebulma/bulma-tooltip": "^1.2.0",
|
|
"@creativebulma/bulma-divider": "^1.1.0",
|
|
"@geoman-io/leaflet-geoman-free": "^2.7.0",
|
|
"@mdi/font": "^5.6.55",
|
|
"bulma-switch": "^2.0.0",
|
|
"leaflet": "^1.7.1",
|
|
"leaflet-control-geocoder": "^1.13.0",
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"babel-loader": "^8.1.0",
|
|
"bulma": "^0.9.1",
|
|
"copy-webpack-plugin": "^6.2.1",
|
|
"css-loader": "^4.3.0",
|
|
"file-loader": "^6.1.1",
|
|
"mini-css-extract-plugin": "^1.0.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
|
"sass": "^1.27.0",
|
|
"sass-loader": "^10.0.3",
|
|
"terser-webpack-plugin": "^4.2.3",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.0.0",
|
|
"webpack-cli": "^4.0.0"
|
|
}
|
|
}
|