summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/package.json
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-02-05 13:31:05 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-02-28 12:27:41 +0100
commit1a3543d4b279fa926de1d89c1923581869691a22 (patch)
tree3164c71e59f875e7870060aa96d8486c59652972 /searx/static/themes/simple/package.json
parent872e09d1033112c78497a2719025a1e590af4ee9 (diff)
[web-client] simple theme: final build by vite & clean up grunt leftovers
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/package.json')
-rw-r--r--searx/static/themes/simple/package.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json
deleted file mode 100644
index 22f195e92..000000000
--- a/searx/static/themes/simple/package.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "devDependencies": {
- "ejs": "^3.1.10",
- "eslint": "^9.18.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-contrib-watch": "^1.1.0",
- "grunt-eslint": "^25.0.0",
- "grunt-image": "^6.4.0",
- "grunt-stylelint": "^0.20.1",
- "grunt-xmlmin": "^0.1.8",
- "ionicons": "^7.4.0",
- "less": "^4.2.2",
- "sharp": "^0.33.5",
- "stylelint": "^16.12.0",
- "stylelint-config-standard": "^37.0.0",
- "stylelint-config-standard-less": "^3.0.1",
- "svgo": "^3.3.2"
- },
- "dependencies": {
- "autocomplete-js": "^2.7.1",
- "leaflet": "^1.9.4",
- "normalize.css": "^8.0.1",
- "swiped-events": "^1.2.0"
- },
- "scripts": {
- "all": "npm install && grunt",
- "build": "grunt",
- "clean": "rm -Rf node_modules",
- "eslint": "grunt eslint",
- "eslint-fix": "grunt eslint --fix",
- "fix": "grunt test --fix",
- "stylelint": "grunt stylelint",
- "stylelint-fix": "grunt stylelint --fix",
- "test": "grunt test",
- "watch": "grunt watch --fix"
- }
-}