forked from StarCitizenTools/mediawiki-skins-Citizen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@wikimedia/types-wikimedia": "0.4.4",
"devmoji": "^2.3.0",
"eslint-config-wikimedia": "0.28.0",
"grunt-banana-checker": "0.13.0",
"husky": "^9.0.11",
"stylelint": "16.6.1",
"stylelint-config-recess-order": "5.0.1",
"stylelint-config-wikimedia": "0.17.0",
"stylelint-order": "^6.0.3"
},
"version": "2.16.0"
}