1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-05-15 22:10:26 +00:00
nextcloud-breeze-dark/package.json
Magnus Walbeck a58dc593c2
Rewrite core styling #133 (#163)
Complete rewrite of core styling to realign with current Nextcloud, and rely more on CSS4 variable for theming.
2020-10-06 19:12:45 +02:00

17 lines
479 B
JSON

{
"name": "breezedark",
"version": "1.0.0",
"description": "Breeze Dark theme for Nextcloud",
"author": "Magnus Walbeck",
"devDependencies": {
"prettier": "^2.0.5",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-prettier": "^1.1.2"
},
"scripts": {
"prettier": "prettier -c css/ js/",
"lint:scss": "stylelint css/"
}
}