brass/static/package.json

13 lines
279 B
JSON

{
"devDependencies": {
"bulma": "^1.0.1",
"feather-icons": "^4.29.2",
"htmx.org": "^1.9.12",
"sass": "^1.77.8",
"sweetalert2": "^11.12.4"
},
"scripts": {
"build-bulma": "sass --load-path=node_modules --no-source-map style.scss dist/style.css"
}
}