WebUI: Fix reloading page after login
[qBittorrent.git] / src / webui / www / package.json
blob818d487385ff9f2925bd502425520cc90fca3a7a
2   "name": "webui",
3   "description": "qBittorrent WebUI",
4   "repository": {
5     "type": "git",
6     "url": "https://github.com/qbittorrent/qBittorrent.git"
7   },
8   "scripts": {
9     "format": "js-beautify -r *.mjs private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && prettier --write **.css",
10     "lint": "eslint *.mjs private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && stylelint **/*.css && html-validate private public"
11   },
12   "devDependencies": {
13     "@stylistic/eslint-plugin": "*",
14     "eslint": "*",
15     "eslint-plugin-html": "*",
16     "eslint-plugin-prefer-arrow-functions": "*",
17     "eslint-plugin-regexp": "*",
18     "html-validate": "*",
19     "js-beautify": "*",
20     "prettier": "*",
21     "stylelint": "*",
22     "stylelint-config-standard": "*",
23     "stylelint-order": "*"
24   }