summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/package.json
blob: e56adbaa708f839948ae1402d782c990d5ffc977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "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-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.1",
    "less-plugin-clean-css": "^1.6.0",
    "sharp": "^0.33.5",
    "stylelint": "^16.12.0",
    "stylelint-config-standard": "^36.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"
  },
  "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"
  }
}