You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
493 B

  1. {
  2. "name": "just-the-docs",
  3. "version": "0.2.7",
  4. "description": "A modern Jekyll theme for documentation",
  5. "repository": "pmarsceill/just-the-docs",
  6. "license": "MIT",
  7. "bugs": "https://github.com/pmarsceill/just-the-docs/issues",
  8. "devDependencies": {
  9. "stylelint": "^10.0.1",
  10. "stylelint-config-primer": "^8.0.0",
  11. "stylelint-selector-no-utility": "^4.0.0"
  12. },
  13. "dependencies": {
  14. "@primer/css": "^12.7.0"
  15. },
  16. "scripts": {
  17. "test": "stylelint '**/*.scss'"
  18. }
  19. }