mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
a89c424181
Change-Id: Ia656ffd71cdbf846cadff005ea34a47bb78bad78
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm -s test && npm -s run doc",
|
|
"test": "npm -s run lint && tsc",
|
|
"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/",
|
|
"doc": "jsdoc -c jsdoc.json && npm run build-storybook",
|
|
"storybook": "bash ./dev-scripts/setup-storybook.sh && start-storybook -p 6006",
|
|
"build-storybook": "bash ./dev-scripts/setup-storybook.sh && build-storybook -o docs/ui",
|
|
"svgmin": "svgo --config=.svgo.yml -q -r -f resources/"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.7.7",
|
|
"@storybook/html": "5.2.8",
|
|
"@types/jquery": "3.3.33",
|
|
"@types/mustache": "4.0.1",
|
|
"babel-loader": "8.0.6",
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"jsdoc": "3.6.3",
|
|
"jsdoc-wmf-theme": "0.0.3",
|
|
"less": "3.8.1",
|
|
"less-loader": "4.1.0",
|
|
"mustache": "3.0.1",
|
|
"pre-commit": "1.2.2",
|
|
"stylelint-config-wikimedia": "0.9.0",
|
|
"svgo": "1.3.2",
|
|
"typescript": "3.8.3"
|
|
}
|
|
}
|