dotfiles/.config/yarn/global/package.json

18 lines
390 B
JSON
Raw Normal View History

2019-05-28 17:44:30 +02:00
{
2019-10-21 09:51:06 +02:00
"license": "MIT-0",
2019-11-10 17:43:16 +01:00
"private": true,
2019-05-28 17:44:30 +02:00
"dependencies": {
"american-british-english-translator": "^0.1.2",
2019-11-10 17:43:16 +01:00
"eslint": "^6.6.0",
2019-05-28 17:44:30 +02:00
"grunt-cli": "^1.3.2",
"gulp-cli": "^2.2.0",
"htmlhint": "^0.11.0",
"neovim": "^4.5.0",
"pug-cli": "^1.0.0-alpha6",
"pug-lint": "^2.5.0",
2019-10-21 09:51:06 +02:00
"stylelint": "^11.1.1",
2019-11-10 17:43:16 +01:00
"stylelint-scss": "^3.12.1",
"svgo": "^1.3.0"
2019-05-28 17:44:30 +02:00
}
}