diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-01-07 14:34:50 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-01-14 15:22:23 +0100 |
| commit | 337a6db064ad36b3005431feaa0a5efd8548d04f (patch) | |
| tree | a2c7c1819e6e2a17bf955fabc6d038208ce8fe3a /searx/static/themes/simple/package.json | |
| parent | 9d834c0722021e895f57f7a35a80f3d82e7344c5 (diff) | |
[upd] stylelint: use less-compatible configuration and update rules
Diffstat (limited to 'searx/static/themes/simple/package.json')
| -rw-r--r-- | searx/static/themes/simple/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 9df658bbf..5ff49057a 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -1,23 +1,24 @@ { "devDependencies": { + "ejs": "^3.1.10", "eslint": "^9.17.0", "grunt": "^1.6.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^5.0.0", "grunt-contrib-less": "^3.0.0", "grunt-contrib-uglify": "^5.2.2", - "grunt-xmlmin": "^0.1.8", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^25.0.0", - "grunt-stylelint": "^0.20.1", "grunt-image": "^6.4.0", + "grunt-stylelint": "^0.20.1", + "grunt-xmlmin": "^0.1.8", "ionicons": "^7.4.0", "less": "^4.2.1", "less-plugin-clean-css": "^1.6.0", "sharp": "^0.33.5", "stylelint": "^16.12.0", "stylelint-config-standard": "^36.0.0", - "ejs": "^3.1.10", + "stylelint-config-standard-less": "^3.0.1", "svgo": "^3.3.2" }, "dependencies": { |