Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/package.json

34 lines
858 B
JSON

{
"name": "tildes-issue-log",
"description": "Monthly blog highlighting the changes of Tildes.net",
"author": "Bauke <me@bauke.xyz>",
"license": "AGPL-3.0-or-later",
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"dl": "gulp download",
"nodl": "gulp no_download",
"lint": "gulp lint"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.24.5",
"cheerio": "^1.0.0-rc.3",
"date-format": "^2.0.0",
"eslint": "^5.1.0",
"fancy-log": "^1.3.3",
"feed": "^3.0.0",
"fs-extra": "^7.0.1",
"gitlab": "^4.3.0",
"gulp": "^4.0.0",
"gulp-htmlclean": "^2.7.22",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.1",
"gulp-stylelint": "^8.0.0",
"klaw-sync": "^6.0.0",
"merge2": "^1.2.3",
"stylelint": "^9.3.0",
"stylelint-config-recommended": "^2.1.0"
}
}