notes/package.json

21 lines
585 B
JSON
Raw Normal View History

2017-03-09 13:16:08 -05:00
{
"name": "just-the-docs",
2020-04-23 17:35:10 -04:00
"version": "0.2.8",
2019-02-02 14:59:34 -05:00
"description": "A modern Jekyll theme for documentation",
2017-03-09 13:16:08 -05:00
"repository": "pmarsceill/just-the-docs",
"license": "MIT",
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
"devDependencies": {
2020-04-23 23:42:57 -04:00
"@primer/css": "^14.3.0",
"prettier": "^2.0.5",
"stylelint": "^10.0.1",
"stylelint-config-primer": "^9.0.0",
2020-04-23 23:42:57 -04:00
"stylelint-prettier": "^1.1.2",
2019-04-30 21:00:56 -04:00
"stylelint-selector-no-utility": "^4.0.0"
},
2018-10-25 10:54:17 -04:00
"scripts": {
"test": "stylelint '**/*.scss'"
2020-04-23 23:42:57 -04:00
"format": "pretter --write '**/*.{scss,js,json}'"
2018-10-25 10:54:17 -04:00
}
2017-03-09 13:16:08 -05:00
}