mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] oscar: get leaflet and jquery from NPM
easy to upgrade (package.json)
This commit is contained in:
parent
c7133efb12
commit
44407353ef
25 changed files with 702 additions and 115 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"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",
|
||||
|
|
@ -13,5 +14,8 @@
|
|||
"start": "grunt watch",
|
||||
"test": "grunt"
|
||||
},
|
||||
"dependencies": {}
|
||||
"dependencies": {
|
||||
"jquery": "^3.6.0",
|
||||
"leaflet": "^1.7.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue