mirror of
https://github.com/thangisme/notes.git
synced 2024-11-02 23:27:29 -04:00
22 lines
630 B
JSON
22 lines
630 B
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.2.8",
|
|
"description": "A modern Jekyll theme for documentation",
|
|
"repository": "pmarsceill/just-the-docs",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
|
|
"devDependencies": {
|
|
"@primer/css": "^14.3.0",
|
|
"prettier": "^2.0.5",
|
|
"stylelint": "^10.0.1",
|
|
"stylelint-config-prettier": "^8.0.1",
|
|
"stylelint-config-primer": "^9.0.0",
|
|
"stylelint-prettier": "^1.1.2",
|
|
"stylelint-selector-no-utility": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'",
|
|
"format": "prettier --write '**/*.{scss,js,json}'"
|
|
}
|
|
}
|