This commit is contained in:
2025-12-16 10:50:15 +01:00
parent 775d41e055
commit 8ed6ba1fd1
144 changed files with 5763 additions and 1985 deletions

38
package-lock.json generated
View File

@@ -41,6 +41,7 @@
"commander": "^11.0.0",
"electron": "^39.2.7",
"eslint": "^8.0.0",
"eslint-plugin-boundaries": "^5.3.1",
"husky": "^9.1.7",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
@@ -1036,6 +1037,23 @@
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/@boundaries/elements": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@boundaries/elements/-/elements-1.1.2.tgz",
"integrity": "sha512-DnGHL+v36YVMoWhWZqyJYVZ9dapNm7h4N3/P0lDPirJj0CHVPkjChMCCotj74cg6LW7iPJZFGrdEfh0X0g2bmQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"eslint-import-resolver-node": "0.3.9",
"eslint-module-utils": "2.12.1",
"handlebars": "4.7.8",
"is-core-module": "2.16.1",
"micromatch": "4.0.8"
},
"engines": {
"node": ">=18.18"
}
},
"node_modules/@colors/colors": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
@@ -8107,6 +8125,26 @@
"ms": "^2.1.1"
}
},
"node_modules/eslint-plugin-boundaries": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-boundaries/-/eslint-plugin-boundaries-5.3.1.tgz",
"integrity": "sha512-91StsOYtDyrna1fyRJ+1Ps5CnrfyFLbdCouPZ3E/o2cllLxJke3OoScdqjpBSl7pNEYbojhpNlurQAr30sf9Bg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@boundaries/elements": "1.1.2",
"chalk": "4.1.2",
"eslint-import-resolver-node": "0.3.9",
"eslint-module-utils": "2.12.1",
"micromatch": "4.0.8"
},
"engines": {
"node": ">=18.18"
},
"peerDependencies": {
"eslint": ">=6.0.0"
}
},
"node_modules/eslint-plugin-import": {
"version": "2.32.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",