Skip to content

Commit

Permalink
Move dependencies before devDependencies
Browse files Browse the repository at this point in the history
Signed-off-by: XhmikosR <[email protected]>
  • Loading branch information
XhmikosR committed Feb 22, 2025
1 parent 9c01b9d commit e473dfe
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,34 @@
"test": "npm run prettier:check && npm run xo:check",
"testpr": "npm run prettier:fix && git diff --ws-error-highlight=all --color=always --exit-code && npm run xo:check"
},
"dependencies": {
"admin-lte": "2.4.18",
"animate.css": "4.1.1",
"bootstrap": "3.4.1",
"bootstrap-notify": "3.1.3",
"bootstrap-select": "1.13.18",
"bootstrap-toggle": "2.2.2",
"bstreeview": "1.2.0",
"chart.js": "4.4.8",
"chartjs-adapter-moment": "1.0.1",
"chartjs-plugin-deferred": "2.0.0",
"chartjs-plugin-zoom": "2.2.0",
"datatables.net-bs": "1.10.21",
"datatables.net-buttons-bs": "1.7.1",
"datatables.net-select-bs": "1.3.1",
"daterangepicker": "3.1.0",
"@fortawesome/fontawesome-free": "6.7.2",
"hammerjs": "2.0.8",
"icheck-bootstrap": "3.0.1",
"icheck-material": "1.0.1",
"jquery": "3.7.1",
"moment": "2.30.1",
"myclabs.jquery.confirm": "2.7.0",
"nprogress": "0.2.0",
"qrious": "4.0.2",
"select2": "4.0.13",
"waitme": "1.19.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint-plugin-compat": "^6.0.2",
Expand Down Expand Up @@ -107,33 +135,5 @@
"logical-assignment-operators": "off",
"prefer-object-has-own": "off"
}
},
"dependencies": {
"admin-lte": "2.4.18",
"animate.css": "4.1.1",
"bootstrap": "3.4.1",
"bootstrap-notify": "3.1.3",
"bootstrap-select": "1.13.18",
"bootstrap-toggle": "2.2.2",
"bstreeview": "1.2.0",
"chart.js": "4.4.8",
"chartjs-adapter-moment": "1.0.1",
"chartjs-plugin-deferred": "2.0.0",
"chartjs-plugin-zoom": "2.2.0",
"datatables.net-bs": "1.10.21",
"datatables.net-buttons-bs": "1.7.1",
"datatables.net-select-bs": "1.3.1",
"daterangepicker": "3.1.0",
"@fortawesome/fontawesome-free": "6.7.2",
"hammerjs": "2.0.8",
"icheck-bootstrap": "3.0.1",
"icheck-material": "1.0.1",
"jquery": "3.7.1",
"moment": "2.30.1",
"myclabs.jquery.confirm": "2.7.0",
"nprogress": "0.2.0",
"qrious": "4.0.2",
"select2": "4.0.13",
"waitme": "1.19.0"
}
}

0 comments on commit e473dfe

Please sign in to comment.