html-webpack-plugin-inject-thyme-leaf-tags
Version:
A html webpack plugin to inject thymeleaf compatible template tags for script and style tags
32 lines (31 loc) • 710 B
JSON
{
"name": "html-webpack-plugin-inject-thyme-leaf-tags",
"version": "1.0.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"author": "Anver Sadutt <anvergdr@gmail.com>",
"license": "MIT",
"scripts": {
"build": "node esbuild.ts && yarn tsc"
},
"devDependencies": {
"esbuild": "^0.14.20",
"html-webpack-plugin": "^5.0.0",
"typescript": "^4.5.5",
"webpack": "^5.0.0"
},
"peerDependencies": {},
"keywords": [
"html-webpack-plugin",
"webpack",
"thymeleaf",
"inject",
"leaf",
"tags"
],
"repository": {
"type": "git",
"url": "https://github.com/anver/html-webpack-plugin-inject-thyme-leaf-tags"
}
}