notes/package.json

20 lines
493 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": {
"stylelint": "^10.0.1",
"stylelint-config-primer": "^9.0.0",
2019-04-30 21:00:56 -04:00
"stylelint-selector-no-utility": "^4.0.0"
},
"dependencies": {
"@primer/css": "^14.3.0"
2017-03-09 13:16:08 -05:00
},
2018-10-25 10:54:17 -04:00
"scripts": {
"test": "stylelint '**/*.scss'"
}
2017-03-09 13:16:08 -05:00
}