mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-07 20:41:22 -06:00
As is, this is invalid and will not cause the TOC to be rendered. The collapsing example is fine. Co-authored-by: Matt Wang <matt@matthewwang.me> Co-authored-by: Peter Mosses <18308236+pdmosses@users.noreply.github.com>
24 lines
716 B
JSON
24 lines
716 B
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.3.3",
|
|
"description": "A modern Jekyll theme for documentation",
|
|
"repository": "just-the-docs/just-the-docs",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/just-the-docs/just-the-docs/issues",
|
|
"devDependencies": {
|
|
"stylelint": "^13.7.2",
|
|
"@primer/css": "^15.2.0",
|
|
"prettier": "^2.7.1",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-config-primer": "^9.2.1",
|
|
"stylelint-prettier": "^1.1.2",
|
|
"stylelint-selector-no-utility": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'",
|
|
"format": "prettier --write '**/*.{scss,js,json}'",
|
|
"stylelint-check": "stylelint-config-prettier-check"
|
|
},
|
|
"dependencies": {}
|
|
}
|