8a92df2ee1
* grunt: 1.4.1 → 1.5.2 * grunt-eslint: 23.0.0 → 24.0.0 * grunt-stylelint: 0.16.0 → 0.17.0 * stylelint-config-wikimedia: 0.11.1 → 0.12.1 Change-Id: I0549ccbecb9b80ba8e888400ad266a45d01bf9ad
17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"name": "MonoBook",
|
|
"private": true,
|
|
"scripts": {
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/images",
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.2",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.17.0",
|
|
"stylelint-config-wikimedia": "0.12.1",
|
|
"svgo": "2.8.0"
|
|
}
|
|
}
|