htmelt
Version:
Bundle your HTML assets with Esbuild and LightningCSS. Custom plugins, HMR platform, and more.
90 lines • 2.39 kB
JSON
{
"name": "htmelt",
"version": "0.5.0",
"description": "Bundle your HTML assets with Esbuild and LightningCSS. Custom plugins, HMR platform, and more.",
"main": "./dist/index.mjs",
"types": "./index.d.ts",
"bin": {
"htmelt": "./bin/htmelt.sh"
},
"files": [
"*.{d.ts,d.mts,mjs}",
"dist",
"!dist/**/*.map",
"!dist/**/*.tsbuildinfo"
],
"repository": {
"type": "git",
"url": "https://github.com/alloc/htmelt.git"
},
"homepage": "https://github.com/alloc/htmelt",
"keywords": [
"html",
"bundler",
"typescript",
"esbuild",
"web-ext",
"plugins",
"extensible",
"extendible",
"lightningcss",
"vite"
],
"author": "Alec Larson",
"license": "MIT",
"prettier": "@alloc/prettier-config",
"devDependencies": {
"@alloc/prettier-config": "^1.0.0",
"@types/babel__core": "^7.20.5",
"@types/convert-source-map": "^2.0.3",
"@types/etag": "^1.8.3",
"@types/glob": "^8.1.0",
"@types/html-minifier-terser": "^7.0.2",
"@types/source-map-support": "^0.5.10",
"@types/ws": "^8.5.10",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@ampproject/remapping": "^2.3.0",
"@babel/core": "^7.24.4",
"@chialab/estransform": "^0.17.5",
"@chialab/node-resolve": "^0.17.1",
"browserslist": "^4.23.0",
"browserslist-to-esbuild": "^1.2.0",
"builtin-modules": "^3.3.0",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"convert-source-map": "^2.0.0",
"dotenv": "^16.4.5",
"esbuild": "^0.17.19",
"esbuild-extra": "^0.4.0",
"execa": "^7.2.0",
"fast-glob": "^3.3.2",
"glob": "^8.1.0",
"html-minifier-terser": "^7.2.0",
"kleur": "^4.1.5",
"lightningcss": "^1.24.1",
"meriyah": "^4.4.2",
"mini-svg-data-uri": "^1.4.4",
"mitt": "^3.0.1",
"mrmime": "^1.0.1",
"nebu": "^2.4.5",
"node-forge": "^1.3.1",
"serialize-javascript": "^6.0.2",
"source-map-support": "^0.5.21",
"ts-debounce": "^4.0.0",
"type-fest": "^3.13.1",
"uuid": "npm:@lukeed/uuid@^2.0.1",
"ws": "^8.16.0",
"@htmelt/plugin": "^0.5.1"
},
"scripts": {
"dev": "tsup-node --watch --sourcemap",
"dev:all": "pnpm m exec -- pnpm -s dev",
"build": "tsup-node --clean",
"build:all": "pnpm m exec -- pnpm -s build",
"lint": "tsc -p tsconfig.lint.json"
}
}