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

28 lines
706 B
JSON
Raw Normal View History

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": {
"watch": "gulp watch",
"build": "gulp build",
"dl": "gulp download",
"nodl": "gulp no-download",
"lint:sass": "gulp lint:sass"
2018-06-24 18:36:24 +00:00
},
"dependencies": {},
2018-06-24 18:36:24 +00:00
"devDependencies": {
"browser-sync": "^2.24.5",
"date-format": "^1.2.0",
"eslint": "^5.1.0",
"gitlab": "^3.5.1",
"gulp": "^3.9.1",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.1",
"gulp-stylelint": "^7.0.0",
"klaw-sync": "^4.0.0",
"stylelint": "^9.3.0",
"stylelint-config-recommended": "^2.1.0"
2018-06-24 16:38:50 +00:00
}
}