2015-06-20 05:09:03 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-03-16 19:19:29 +00:00
|
|
|
"start": "webpack -dw",
|
|
|
|
"build": "NODE_ENV=production webpack -p",
|
2018-03-27 19:43:14 +00:00
|
|
|
"lint:fix": "grunt fix",
|
2018-06-27 14:15:08 +00:00
|
|
|
"test:node": "node tests/node-qunit/run.js 'tests/node-qunit/**/*.test.js' | tap-mocha-reporter dot",
|
2018-05-01 18:40:05 +00:00
|
|
|
"test": "npm -s run check-built-assets && grunt lint && npm -s run coverage && npm -s run -s doc && bundlesize",
|
2017-05-19 11:28:35 +00:00
|
|
|
"doc": "jsdoc -c jsdoc.json",
|
2018-06-18 18:36:48 +00:00
|
|
|
"check-built-assets": "echo 'CHECKING BUILD SOURCES ARE COMMITTED OR STAGED' && npm -s run build && git diff -q resources/dist",
|
|
|
|
"coverage": "SPAWN_WRAP_SHIM_ROOT=\"$PWD/.nyc_output\" nyc npm -s run test:node",
|
2018-05-01 18:40:05 +00:00
|
|
|
"precommit": "npm -s t"
|
2015-06-20 05:09:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-06-28 22:33:27 +00:00
|
|
|
"@wikimedia/mw-node-qunit": "5.0.0",
|
2018-03-12 15:28:23 +00:00
|
|
|
"babel-loader": "7.1.4",
|
2018-03-20 13:26:16 +00:00
|
|
|
"babel-preset-env": "1.6.0",
|
|
|
|
"babel-register": "6.24.1",
|
2018-01-30 17:02:46 +00:00
|
|
|
"bundlesize": "0.15.3",
|
2018-06-18 14:09:28 +00:00
|
|
|
"clean-webpack-plugin": "0.1.19",
|
2018-07-06 15:41:19 +00:00
|
|
|
"eslint-config-wikimedia": "0.6.0",
|
2018-04-30 15:41:26 +00:00
|
|
|
"grunt": "1.0.2",
|
2017-10-09 14:56:15 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2018-04-30 15:41:26 +00:00
|
|
|
"grunt-contrib-watch": "1.0.1",
|
2018-02-04 22:09:45 +00:00
|
|
|
"grunt-eslint": "20.1.0",
|
2016-12-16 11:11:54 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-04-30 15:41:26 +00:00
|
|
|
"grunt-stylelint": "0.10.0",
|
2018-03-20 13:26:16 +00:00
|
|
|
"husky": "0.13.3",
|
2018-03-20 13:46:06 +00:00
|
|
|
"jsdoc": "3.5.5",
|
2018-06-18 18:36:48 +00:00
|
|
|
"nyc": "12.0.2",
|
2017-02-02 22:49:42 +00:00
|
|
|
"redux": "3.6.0",
|
|
|
|
"redux-thunk": "2.2.0",
|
2018-04-30 15:41:26 +00:00
|
|
|
"stylelint": "9.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.3",
|
2018-03-07 19:53:09 +00:00
|
|
|
"svg-inline-loader": "0.8.0",
|
2018-06-27 14:15:08 +00:00
|
|
|
"tap-mocha-reporter": "3.0.7",
|
2018-03-16 19:19:29 +00:00
|
|
|
"webpack": "4.1.1",
|
|
|
|
"webpack-cli": "2.0.12"
|
2018-01-30 17:02:46 +00:00
|
|
|
},
|
|
|
|
"bundlesize": [
|
|
|
|
{
|
|
|
|
"path": "resources/dist/index.js",
|
2018-07-12 22:11:54 +00:00
|
|
|
"maxSize": "12.1KB"
|
2018-01-30 17:02:46 +00:00
|
|
|
}
|
|
|
|
]
|
2015-06-20 05:09:03 +00:00
|
|
|
}
|