2018-06-24 16:38:50 +00:00
|
|
|
{
|
2018-11-09 14:05:34 +00:00
|
|
|
"name": "tildes-issue-log",
|
|
|
|
"description": "Monthly blog highlighting the changes of Tildes.net",
|
|
|
|
"author": "Bauke <me@bauke.xyz>",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
2018-06-24 16:38:50 +00:00
|
|
|
"scripts": {
|
2018-07-16 01:29:01 +00:00
|
|
|
"watch": "gulp watch",
|
|
|
|
"build": "gulp build",
|
|
|
|
"dl": "gulp download",
|
2019-01-05 22:44:59 +00:00
|
|
|
"nodl": "gulp no_download",
|
2019-07-05 21:43:30 +00:00
|
|
|
"test": "xo ; stylelint src/scss/"
|
2018-06-24 18:36:24 +00:00
|
|
|
},
|
2018-07-16 01:29:01 +00:00
|
|
|
"dependencies": {},
|
2018-06-24 18:36:24 +00:00
|
|
|
"devDependencies": {
|
2018-07-16 01:29:01 +00:00
|
|
|
"browser-sync": "^2.24.5",
|
2019-07-05 21:07:23 +00:00
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2019-11-30 12:25:28 +00:00
|
|
|
"date-format": "^3.0.0",
|
2019-01-05 22:44:59 +00:00
|
|
|
"fancy-log": "^1.3.3",
|
2019-11-30 12:25:28 +00:00
|
|
|
"feed": "^4.0.0",
|
2019-07-05 21:43:30 +00:00
|
|
|
"fs-extra": "^8.1.0",
|
2019-11-30 12:25:28 +00:00
|
|
|
"gitlab": "^12.0.1",
|
2019-01-05 22:44:59 +00:00
|
|
|
"gulp": "^4.0.0",
|
|
|
|
"gulp-htmlclean": "^2.7.22",
|
2018-07-16 01:29:01 +00:00
|
|
|
"gulp-pug": "^4.0.1",
|
|
|
|
"gulp-sass": "^4.0.1",
|
2019-01-05 22:44:59 +00:00
|
|
|
"klaw-sync": "^6.0.0",
|
2019-11-30 12:25:28 +00:00
|
|
|
"merge2": "^1.3.0",
|
|
|
|
"stylelint": "^12.0.0",
|
2019-07-05 21:43:30 +00:00
|
|
|
"stylelint-config-xo-scss": "^0.9.0",
|
|
|
|
"stylelint-config-xo-space": "^0.13.0",
|
2019-11-30 12:25:28 +00:00
|
|
|
"xo": "^0.25.3"
|
2019-07-05 21:43:30 +00:00
|
|
|
},
|
|
|
|
"stylelint": {
|
|
|
|
"extends": [
|
|
|
|
"stylelint-config-xo-scss",
|
|
|
|
"stylelint-config-xo-space"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"block-no-empty": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"xo": {
|
2019-07-05 21:51:11 +00:00
|
|
|
"space": true,
|
|
|
|
"rules": {
|
|
|
|
"camelcase": "off",
|
|
|
|
"guard-for-in": "off"
|
|
|
|
}
|
2018-06-24 16:38:50 +00:00
|
|
|
}
|
|
|
|
}
|