Files
espurna/code/package.json
Maxim Prokhorov c70fe1a016 web: bump html-validate@8 again
fixes 3f1cf8cd *-dup false positives
2024-04-12 00:22:38 +03:00

24 lines
646 B
JSON

{
"name": "esp8266-filesystem-builder",
"description": "Gulp based build system for ESP8266 file system files",
"main": "gulpfile.js",
"author": "Xose Pérez <xose.perez@gmail.com>",
"contributors": [
"Maxim Prokhorov <prokhorov.max@outlook.com>"
],
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^8.57.0",
"gulp": "^4.0.2",
"gulp-csslint": "^1.0.0",
"gulp-gzip": "^1.4.0",
"gulp-htmllint": "0.0.19",
"gulp-htmlmin": "^5.0.1",
"gulp-inline-source-html": "^1.0.3",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"html-minifier": "^4.0.0",
"html-validate": "^8.18.1"
}
}