This commit is contained in:
2026-02-27 12:13:52 +02:00
parent 200058ba03
commit 279f40486b
5 changed files with 127 additions and 25 deletions

View File

@@ -26,6 +26,13 @@
"style": "dist/y2k-alerts.css",
"scripts": {
"build": "node scripts/build.js",
"watch": "node scripts/watch.js",
"test": "npm run build"
},
"devDependencies": {
"browser-sync": "^3.0.3",
"chokidar": "^3.6.0",
"clean-css": "^5.3.3",
"terser": "^5.31.2"
}
}