notes/package.json

20 lines
493 B
JSON
Raw Normal View History

2017-03-09 18:16:08 +00:00
{
"name": "just-the-docs",
2019-09-10 16:45:35 +00:00
"version": "0.2.7",
2019-02-02 19:59:34 +00:00
"description": "A modern Jekyll theme for documentation",
2017-03-09 18:16:08 +00: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": "^8.0.0",
2019-05-01 01:00:56 +00:00
"stylelint-selector-no-utility": "^4.0.0"
},
"dependencies": {
"@primer/css": "^14.3.0"
2017-03-09 18:16:08 +00:00
},
2018-10-25 14:54:17 +00:00
"scripts": {
"test": "stylelint '**/*.scss'"
}
2017-03-09 18:16:08 +00:00
}