Add CSS via SCSS to the frontend build pipeline

This commit is contained in:
Eli Ribble 2026-03-21 19:14:51 +00:00
parent 1e67c0090d
commit f3c818a48f
No known key found for this signature in database
12 changed files with 924 additions and 94 deletions

View file

@ -4,12 +4,17 @@
"private": true,
"type": "module",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"maplibre-gl": "^5.21.0",
"vue": "^3.5.30"
},
"devDependencies": {
"esbuild": "^0.25.5",
"esbuild-plugin-vue3": "^0.5.1",
"esbuild-sass-plugin": "^3.7.0",
"sass": "^1.98.0",
"typescript": "^5.9.3"
},
"scripts": {