html-rspack-plugin
Advanced tools
+24
-25
| { | ||
| "name": "html-rspack-plugin", | ||
| "version": "6.1.8", | ||
| "version": "6.1.9", | ||
| "license": "MIT", | ||
@@ -13,13 +13,2 @@ "description": "Simplifies creation of HTML files to serve your Rspack bundles", | ||
| ], | ||
| "scripts": { | ||
| "bump": "npx bumpp", | ||
| "posttest": "tsc", | ||
| "commit": "git-cz", | ||
| "build-examples": "node examples/build-examples.js", | ||
| "test": "jest --runInBand --verbose --coverage", | ||
| "test-watch": "jest --runInBand --watch", | ||
| "puml": "npx puml generate flow.puml -o flow.png", | ||
| "release": "standard-version" | ||
| }, | ||
| "packageManager": "pnpm@10.32.1", | ||
| "dependencies": { | ||
@@ -29,18 +18,18 @@ "@rspack/lite-tapable": "^1.1.0" | ||
| "devDependencies": { | ||
| "@types/node": "^20.19.37", | ||
| "css-loader": "5.2.7", | ||
| "dir-compare": "^3.3.0", | ||
| "html-loader": "2.1.2", | ||
| "@rslint/core": "^0.5.3", | ||
| "@types/node": "^24.12.4", | ||
| "css-loader": "7.1.4", | ||
| "dir-compare": "^5.0.0", | ||
| "html-loader": "5.1.0", | ||
| "jest": "^27.5.1", | ||
| "lodash": "^4.17.23", | ||
| "prettier": "^3.8.1", | ||
| "lodash": "^4.18.1", | ||
| "prettier": "^3.8.3", | ||
| "pug": "3.0.4", | ||
| "pug-loader": "2.4.0", | ||
| "raw-loader": "4.0.2", | ||
| "rimraf": "^4.4.1", | ||
| "standard-version": "^9.3.0", | ||
| "style-loader": "2.0.0", | ||
| "typescript": "5.9.3", | ||
| "webpack": "^5.105.4", | ||
| "webpack-cli": "6.0.1", | ||
| "rimraf": "^6.1.3", | ||
| "style-loader": "4.0.0", | ||
| "typescript": "6.0.3", | ||
| "webpack": "^5.107.1", | ||
| "webpack-cli": "7.0.2", | ||
| "webpack-recompilation-simulator": "3.2.0" | ||
@@ -81,3 +70,13 @@ }, | ||
| "registry": "https://registry.npmjs.org/" | ||
| }, | ||
| "scripts": { | ||
| "bump": "npx bumpp", | ||
| "posttest": "tsc", | ||
| "commit": "git-cz", | ||
| "build-examples": "node examples/build-examples.js", | ||
| "test": "jest --runInBand --verbose --coverage", | ||
| "test-watch": "jest --runInBand --watch", | ||
| "lint": "rslint", | ||
| "lint:write": "rslint --fix" | ||
| } | ||
| } | ||
| } |
108195
-0.07%