mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
25 lines
804 B
JSON
25 lines
804 B
JSON
{
|
|
"name": "webui",
|
|
"description": "qBittorrent WebUI",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qbittorrent/qBittorrent.git"
|
|
},
|
|
"scripts": {
|
|
"format": "js-beautify -r private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && prettier --write **.css",
|
|
"lint": "eslint private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && stylelint **/*.css && html-validate private public"
|
|
},
|
|
"devDependencies": {
|
|
"@stylistic/eslint-plugin": "*",
|
|
"eslint": "*",
|
|
"eslint-plugin-html": "*",
|
|
"eslint-plugin-regexp": "*",
|
|
"html-validate": "*",
|
|
"js-beautify": "*",
|
|
"prettier": "*",
|
|
"stylelint": "*",
|
|
"stylelint-config-standard": "*",
|
|
"stylelint-order": "*"
|
|
}
|
|
}
|