2019-12-26 07:08:10 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-06-17 02:49:41 +00:00
|
|
|
"lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n",
|
|
|
|
"lint:fix:js": "npm -s run lint:js -- --fix",
|
|
|
|
"lint:fix:styles": "npm -s run lint:styles -- --fix",
|
|
|
|
"lint:js": "eslint --cache --max-warnings 0 .",
|
|
|
|
"lint:styles": "stylelint \"**/*.{less,css}\"",
|
|
|
|
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
|
2022-11-08 18:40:47 +00:00
|
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
|
2022-04-26 16:06:20 +00:00
|
|
|
"test": "npm run lint",
|
2022-04-26 16:09:56 +00:00
|
|
|
"prepare": "husky install",
|
2022-04-26 16:19:22 +00:00
|
|
|
"release": "standard-version",
|
|
|
|
"release:minor": "standard-version --release-as minor",
|
2022-04-26 16:24:32 +00:00
|
|
|
"release:patch": "standard-version --release-as patch",
|
|
|
|
"release:major": "standard-version --release-as major"
|
2019-12-26 07:08:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-12 18:32:47 +00:00
|
|
|
"@commitlint/cli": "^17.7.1",
|
2023-08-10 06:26:32 +00:00
|
|
|
"@commitlint/config-conventional": "^17.7.0",
|
2023-08-02 22:56:08 +00:00
|
|
|
"@wikimedia/types-wikimedia": "0.4.1",
|
2022-09-30 00:39:27 +00:00
|
|
|
"devmoji": "^2.3.0",
|
2023-05-27 18:40:42 +00:00
|
|
|
"eslint-config-wikimedia": "0.25.1",
|
2023-05-23 16:20:23 +00:00
|
|
|
"grunt-banana-checker": "0.11.0",
|
2023-01-04 00:50:13 +00:00
|
|
|
"husky": "^8.0.3",
|
2022-05-16 04:54:08 +00:00
|
|
|
"standard-version": "^9.5.0",
|
2023-08-22 10:40:01 +00:00
|
|
|
"stylelint": "^15.10.3",
|
2023-07-28 01:18:13 +00:00
|
|
|
"stylelint-config-recess-order": "^4.3.0",
|
2023-08-22 10:40:10 +00:00
|
|
|
"stylelint-config-wikimedia": "0.16.1",
|
2023-07-28 01:18:13 +00:00
|
|
|
"stylelint-order": "^6.0.3",
|
2022-11-21 21:06:26 +00:00
|
|
|
"svgo": "3.0.2"
|
2022-04-27 20:49:13 +00:00
|
|
|
},
|
2023-09-11 17:45:23 +00:00
|
|
|
"version": "2.8.3"
|
2019-12-26 07:08:10 +00:00
|
|
|
}
|