mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-10 10:17:11 +00:00
19 lines
539 B
JSON
19 lines
539 B
JSON
{
|
|
"name": "breezedark",
|
|
"version": "1.0.0",
|
|
"description": "Breeze Dark theme for Nextcloud",
|
|
"author": "Magnus Walbeck",
|
|
"devDependencies": {
|
|
"prettier": "^2.2.1",
|
|
"stylelint": "^13.8.0",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-config-sass-guidelines": "^7.1.0",
|
|
"stylelint-prettier": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"prettier": "prettier --check css/ js/",
|
|
"prettier-write": "prettier --write css/ js/",
|
|
"lint:scss": "stylelint css/"
|
|
}
|
|
}
|