mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
d5b4294386
grunt ^1.0.1 → 1.0.1 grunt-banana-checker ^0.5.0 → 0.6.0 grunt-contrib-watch ^1.0.0 → 1.0.0 grunt-eslint 20.0.0 → 20.1.0 grunt-jsonlint ^1.1.0 → 1.1.0 grunt-notify ^0.4.5 → 0.4.5 Change-Id: I2884c8daed3fe0e0d05c746ec6319956b742695a
24 lines
518 B
JSON
24 lines
518 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test && npm run doc && dev-scripts/svg_check.sh",
|
|
"doc": "jsduck"
|
|
},
|
|
"dependencies": {
|
|
"jsdoc": "3.4.2",
|
|
"svgo": ">=0.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-notify": "0.4.5",
|
|
"grunt-stylelint": "0.8.0",
|
|
"stylelint": "7.8.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|