summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/oscar/package.json')
-rw-r--r--searx/static/themes/oscar/package.json19
1 files changed, 12 insertions, 7 deletions
diff --git a/searx/static/themes/oscar/package.json b/searx/static/themes/oscar/package.json
index 5c01ef9..8a3d487 100644
--- a/searx/static/themes/oscar/package.json
+++ b/searx/static/themes/oscar/package.json
@@ -1,11 +1,13 @@
{
"devDependencies": {
- "grunt": "^0.4.5",
- "grunt-contrib-concat": "~0.5.0",
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-less": "~0.11.0",
- "grunt-contrib-uglify": "~0.6.0",
- "grunt-contrib-watch": "~0.6.1"
+ "grunt": "^1.3.0",
+ "grunt-cli": "^1.3.2",
+ "grunt-contrib-concat": "~1.0.1",
+ "grunt-contrib-copy": "^1.0.0",
+ "grunt-contrib-jshint": "~3.0.0",
+ "grunt-contrib-less": "~3.0.0",
+ "grunt-contrib-uglify": "~5.0.0",
+ "grunt-contrib-watch": "~1.1.0"
},
"scripts": {
"build": "npm install && grunt",
@@ -13,6 +15,9 @@
"test": "grunt"
},
"dependencies": {
- "grunt-cli": "^1.3.2"
+ "bootstrap": "^3.4.1",
+ "corejs-typeahead": "^1.3.1",
+ "jquery": "^3.6.0",
+ "leaflet": "^1.7.1"
}
}