You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
869 B
JSON
29 lines
869 B
JSON
{
|
|
"name": "Citizen",
|
|
"private": true,
|
|
"scripts": {
|
|
"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/",
|
|
"test": "",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.6.1",
|
|
"@commitlint/config-conventional": "^19.6.0",
|
|
"@wikimedia/types-wikimedia": "0.4.4",
|
|
"devmoji": "^2.3.0",
|
|
"eslint-config-wikimedia": "0.29.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"husky": "^9.1.7",
|
|
"stylelint": "16.17.0",
|
|
"stylelint-config-recess-order": "6.0.0",
|
|
"stylelint-config-wikimedia": "0.18.0",
|
|
"stylelint-order": "^6.0.3"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|