diff --git a/package-lock.json b/package-lock.json index a28ed1a7..4bc12305 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,6 +28,7 @@ "express": "^4.18.2", "globals": "^15.0.0", "html-entities": "^2.3.3", + "html-webpack-plugin": "^5.6.0", "license-check-and-add": "^4.0.5", "mocha": "^10.6.0", "nodemon": "^3.1.0", @@ -10880,7 +10881,6 @@ "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", "dev": true, - "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", diff --git a/package.json b/package.json index 886b2def..1f342be0 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "express": "^4.18.2", "globals": "^15.0.0", "html-entities": "^2.3.3", + "html-webpack-plugin": "^5.6.0", "license-check-and-add": "^4.0.5", "mocha": "^10.6.0", "nodemon": "^3.1.0",