Include npm dependencies

This commit is contained in:
2026-01-07 18:29:58 +01:00
parent 15a7ffaf4f
commit e690ded04f
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@@ -129,7 +129,6 @@ dmypy.json
# node.js / npm stuff # node.js / npm stuff
node_modules node_modules
package.json
package-lock.json package-lock.json
# our own stuff # our own stuff

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"dependencies": {
"clean-css-cli": "^5.6.3",
"terser": "^5.44.1"
}
}