nixpkgs/pkgs/applications/networking/misc/zammad/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
478 B
JSON
Raw Normal View History

2022-02-23 04:50:33 +01:00
{
2022-03-21 10:27:10 +01:00
"scripts": {
"lint:css": "stylelint \"**/*.{css,scss}\"",
"lint:css:fix": "stylelint \"**/*.{css,scss}\" --fix"
},
2022-02-23 04:50:33 +01:00
"devDependencies": {
2022-03-21 10:27:10 +01:00
"postcss": "^8.4.4",
"postcss-html": "^1.3.0",
"prettier": "2.5.0",
"stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-prettier": "^2.0.0"
},
"name": "Zammad",
"version": "5.1.1"
2022-02-23 04:50:33 +01:00
}