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",
|
|
|
|
"test": "grunt test && npm run build-storybook",
|
|
|
|
"doc": "jsduck && npm run build-storybook",
|
|
|
|
"build-storybook": "./dev-scripts/setup-storybook.sh && build-storybook -o docs/"
|
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-06-06 16:07:45 +00:00
|
|
|
"grunt": "1.0.4",
|
2019-10-07 15:41:27 +00:00
|
|
|
"grunt-banana-checker": "0.8.1",
|
|
|
|
"grunt-eslint": "22.0.0",
|
2020-01-10 18:36:01 +00:00
|
|
|
"grunt-stylelint": "0.13.0",
|
2020-01-09 22:11:00 +00:00
|
|
|
"less": "3.8.1",
|
|
|
|
"less-loader": "4.1.0",
|
|
|
|
"mustache": "3.0.1",
|
2020-01-10 18:36:01 +00:00
|
|
|
"stylelint-config-wikimedia": "0.8.0"
|
2017-03-25 13:52:01 +00:00
|
|
|
}
|
2015-06-25 19:11:24 +00:00
|
|
|
}
|