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": {
|
2024-01-26 23:06:04 +00:00
|
|
|
"@commitlint/cli": "^18.6.0",
|
2024-01-26 06:30:20 +00:00
|
|
|
"@commitlint/config-conventional": "^18.6.0",
|
2023-11-22 06:05:30 +00:00
|
|
|
"@wikimedia/types-wikimedia": "0.4.2",
|
2022-09-30 00:39:27 +00:00
|
|
|
"devmoji": "^2.3.0",
|
2023-11-25 08:50:33 +00:00
|
|
|
"eslint-config-wikimedia": "0.26.0",
|
2023-09-28 04:50:45 +00:00
|
|
|
"grunt-banana-checker": "0.11.1",
|
2024-01-26 06:30:46 +00:00
|
|
|
"husky": "^9.0.6",
|
2022-05-16 04:54:08 +00:00
|
|
|
"standard-version": "^9.5.0",
|
2024-01-25 07:55:58 +00:00
|
|
|
"stylelint": "^16.2.0",
|
2023-11-20 21:07:43 +00:00
|
|
|
"stylelint-config-recess-order": "^4.4.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",
|
2024-01-11 21:13:04 +00:00
|
|
|
"svgo": "3.2.0"
|
2022-04-27 20:49:13 +00:00
|
|
|
},
|
2023-12-14 00:19:59 +00:00
|
|
|
"version": "2.9.0"
|
2019-12-26 07:08:10 +00:00
|
|
|
}
|