mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-08 17:36:54 +00:00
18 lines
479 B
JSON
18 lines
479 B
JSON
{
|
|
"name": "breezedark",
|
|
"version": "1.0.0",
|
|
"description": "Breeze Dark theme for Nextcloud",
|
|
"author": "Magnus Walbeck",
|
|
"devDependencies": {
|
|
"prettier": "^2.1.2",
|
|
"stylelint": "^13.7.2",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-config-sass-guidelines": "^7.1.0",
|
|
"stylelint-prettier": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"prettier": "prettier -c css/ js/",
|
|
"lint:scss": "stylelint css/"
|
|
}
|
|
}
|