mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
package.json: sort deps by name
This is the default when added/removing deps with npm Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
"testpr": "npm run prefix && npm run prettier:fix && git diff --ws-error-highlight=all --color=always --exit-code && npm run xo:check"
|
"testpr": "npm run prefix && npm run prettier:fix && git diff --ws-error-highlight=all --color=always --exit-code && npm run xo:check"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@fortawesome/fontawesome-free": "6.7.2",
|
||||||
"admin-lte": "2.4.18",
|
"admin-lte": "2.4.18",
|
||||||
"animate.css": "4.1.1",
|
"animate.css": "4.1.1",
|
||||||
"bootstrap": "3.4.1",
|
"bootstrap": "3.4.1",
|
||||||
@@ -40,7 +41,6 @@
|
|||||||
"datatables.net-buttons-bs": "1.7.1",
|
"datatables.net-buttons-bs": "1.7.1",
|
||||||
"datatables.net-select-bs": "1.3.1",
|
"datatables.net-select-bs": "1.3.1",
|
||||||
"daterangepicker": "3.1.0",
|
"daterangepicker": "3.1.0",
|
||||||
"@fortawesome/fontawesome-free": "6.7.2",
|
|
||||||
"hammerjs": "2.0.8",
|
"hammerjs": "2.0.8",
|
||||||
"icheck-bootstrap": "3.0.1",
|
"icheck-bootstrap": "3.0.1",
|
||||||
"jquery": "3.7.1",
|
"jquery": "3.7.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user