mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 06:54:16 +01:00
resolve #2621 resolve #2619 specifically, bump jsdom to 25.0.1 to fix tough-cookie dependabot trigger
30 lines
827 B
JSON
30 lines
827 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.13.0",
|
|
"@jaames/iro": "^5.5.2",
|
|
"@types/node": "^20.14.2",
|
|
"@typescript/lib-dom": "npm:@types/web@^0.0.174",
|
|
"convert-source-map": "^2.0.0",
|
|
"esbuild": "^0.21.4",
|
|
"eslint": "^9.13.0",
|
|
"fancy-log": "^2.0.0",
|
|
"globals": "^15.4.0",
|
|
"gulp": "^5.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"html-validate": "^8.24.2",
|
|
"inline-source": "^8.0.3",
|
|
"jsdom": "^25.0.1",
|
|
"through2": "^4.0.2",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|