2017-04-11 02:30:17 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-01-20 23:19:04 +00:00
|
|
|
"storybook:setup": "./dev-scripts/setup-storybook.sh",
|
|
|
|
"storybook": "npm run storybook:setup && start-storybook -p 6006",
|
2020-09-18 19:34:48 +00:00
|
|
|
"build-storybook": "npm run storybook:setup && build-storybook -o docs/ui",
|
2017-07-13 15:56:30 +00:00
|
|
|
"test": "grunt test && npm run doc && dev-scripts/svg_check.sh",
|
2020-09-18 19:34:48 +00:00
|
|
|
"doc": "jsdoc -c jsdoc.json && npm run build-storybook",
|
2020-07-23 18:19:45 +00:00
|
|
|
"test:size": "node ./tests/resource-loader-bundlesize.js",
|
2018-04-10 21:19:08 +00:00
|
|
|
"selenium-test-cucumber": "wdio tests/selenium/wdio.conf.cucumber.js",
|
2019-04-11 15:40:03 +00:00
|
|
|
"selenium-daily": "MW_SERVER=https://en.m.wikipedia.beta.wmflabs.org npm run selenium-test",
|
2020-07-23 18:19:45 +00:00
|
|
|
"selenium-test": "npm -s run test:size && wdio tests/selenium/wdio.conf.js"
|
2017-04-11 02:30:17 +00:00
|
|
|
},
|
2018-07-19 13:10:08 +00:00
|
|
|
"dependencies": {},
|
2017-04-11 02:30:17 +00:00
|
|
|
"devDependencies": {
|
2020-01-20 23:19:04 +00:00
|
|
|
"@babel/core": "7.7.7",
|
|
|
|
"@storybook/html": "5.2.8",
|
2020-06-25 15:18:56 +00:00
|
|
|
"@wdio/cli": "6.1.25",
|
|
|
|
"@wdio/cucumber-framework": "6.1.22",
|
|
|
|
"@wdio/local-runner": "6.1.25",
|
|
|
|
"@wdio/mocha-framework": "6.1.19",
|
|
|
|
"@wdio/spec-reporter": "6.1.23",
|
|
|
|
"@wdio/sync": "6.1.14",
|
2020-01-20 23:19:04 +00:00
|
|
|
"babel-loader": "8.0.6",
|
2021-01-09 05:05:56 +00:00
|
|
|
"bundlesize": "0.18.1",
|
2020-09-12 22:40:39 +00:00
|
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
|
|
"grunt": "1.3.0",
|
2020-04-13 15:05:10 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2018-11-27 12:20:16 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2020-06-02 21:21:44 +00:00
|
|
|
"grunt-eslint": "23.0.0",
|
2017-10-26 22:42:55 +00:00
|
|
|
"grunt-notify": "0.4.5",
|
2020-11-22 16:46:57 +00:00
|
|
|
"grunt-stylelint": "0.16.0",
|
2020-04-27 16:57:31 +00:00
|
|
|
"jsdoc": "3.6.4",
|
2020-01-20 21:19:12 +00:00
|
|
|
"less": "3.8.1",
|
2020-01-20 23:19:04 +00:00
|
|
|
"less-loader": "4.1.0",
|
|
|
|
"mustache": "3.0.1",
|
2018-04-10 21:19:08 +00:00
|
|
|
"mwbot": "1.0.10",
|
2018-05-02 14:35:35 +00:00
|
|
|
"pre-commit": "1.2.2",
|
2020-11-22 16:46:57 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.3",
|
2020-03-06 00:20:57 +00:00
|
|
|
"svgo": "1.3.2",
|
2020-06-15 14:54:05 +00:00
|
|
|
"wdio-mediawiki": "1.0.0",
|
2020-06-25 15:18:56 +00:00
|
|
|
"webdriverio": "6.1.25"
|
2020-07-23 18:19:45 +00:00
|
|
|
}
|
2017-04-11 02:30:17 +00:00
|
|
|
}
|