2015-06-25 19:11:24 +00:00
|
|
|
{
|
2017-03-25 13:52:01 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-01-09 22:11:00 +00:00
|
|
|
"storybook": "./dev-scripts/setup-storybook.sh && start-storybook -p 6006",
|
2020-02-25 23:49:15 +00:00
|
|
|
"test": "npm -s run lint && npm run doc",
|
|
|
|
"lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n",
|
|
|
|
"lint:js": "eslint --cache --max-warnings 0 .",
|
|
|
|
"lint:styles": "stylelint \"**/*.{less,css}\"",
|
|
|
|
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
|
2020-02-13 00:36:02 +00:00
|
|
|
"jsdoc": "jsdoc -c jsdoc.json",
|
|
|
|
"doc": "npm run jsdoc && npm run build-storybook",
|
|
|
|
"build-storybook": "./dev-scripts/setup-storybook.sh && build-storybook -o docs/ui"
|
2017-03-25 13:52:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-09 22:11:00 +00:00
|
|
|
"@babel/core": "7.7.7",
|
|
|
|
"@storybook/html": "5.2.8",
|
|
|
|
"babel-loader": "8.0.6",
|
2019-10-31 21:43:20 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.0",
|
2019-10-07 15:41:27 +00:00
|
|
|
"grunt-banana-checker": "0.8.1",
|
2020-02-13 00:36:02 +00:00
|
|
|
"jsdoc": "3.6.3",
|
2020-02-14 00:43:31 +00:00
|
|
|
"jsdoc-wmf-theme": "0.0.3",
|
2020-01-09 22:11:00 +00:00
|
|
|
"less": "3.8.1",
|
|
|
|
"less-loader": "4.1.0",
|
|
|
|
"mustache": "3.0.1",
|
2020-02-25 23:49:15 +00:00
|
|
|
"stylelint": "10.0.1",
|
|
|
|
"stylelint-config-wikimedia": "0.9.0"
|
2017-03-25 13:52:01 +00:00
|
|
|
}
|
2015-06-25 19:11:24 +00:00
|
|
|
}
|