Files
espurna/code/package.json
Maxim Prokhorov 001f9dfbf3 webui: gulp-replace dependency clean-up
throw out broken package.json dependencies related to @types/...
plus, current pipe order needs neither stream or regexp implementations
2024-06-25 17:53:50 +03:00

27 lines
739 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/js": "^9.3.0",
"@jaames/iro": "^5.5.2",
"@types/node": "^20.14.2",
"@typescript/lib-dom": "npm:@types/web@^0.0.149",
"esbuild": "^0.21.4",
"eslint": "^9.3.0",
"globals": "^15.4.0",
"gulp": "^5.0.0",
"gulp-gzip": "^1.4.0",
"gulp-rename": "^2.0.0",
"html-minifier-terser": "^7.2.0",
"html-validate": "^8.19.1",
"inline-source": "^8.0.3",
"jsdom": "^24.1.0"
}
}