Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 493 B
{
  "name": "just-the-docs",
  "version": "0.2.6",
  "description": "A modern Jekyll theme for documentation",
  "repository": "pmarsceill/just-the-docs",
  "license": "MIT",
  "bugs": "https://github.com/pmarsceill/just-the-docs/issues",
  "devDependencies": {
    "stylelint": "^10.0.1",
    "stylelint-config-primer": "^7.0.1",
    "stylelint-selector-no-utility": "^4.0.0"
  },
  "dependencies": {
    "@primer/css": "^12.6.0"
  },
  "scripts": {
    "test": "stylelint '**/*.scss'"
  }
}