icons in socket filter

This commit is contained in:
Tykayn 2025-04-28 10:08:31 +02:00 committed by tykayn
parent bb917dfd31
commit 217416234a
10 changed files with 576 additions and 125 deletions

View file

@ -11,10 +11,13 @@
"babel-jest": "^27.0.2",
"jest": "^27.0.3",
"jest-html-reporter": "^3.4.1",
"sass-migrator": "^2.3.1",
"serve": "^14.2.4"
},
"scripts": {
"test": "jest"
"test": "jest",
"build": "sass styles/main.scss styles/style.css --style compressed",
"watch": "sass --watch styles/main.scss:styles/style.css"
},
"jest": {
"transform": {
@ -31,5 +34,8 @@
"json",
"node"
]
},
"dependencies": {
"sass": "^1.87.0"
}
}
}