1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 14:40:46 +00:00
notes/package.json
Patrick Marsceill fbbf6a5d01
Merge pull request #247 from pmarsceill/dependabot/npm_and_yarn/stylelint-config-primer-9.0.0
Bump stylelint-config-primer from 8.0.0 to 9.0.0
2020-04-23 15:48:50 -04:00

20 lines
493 B
JSON

{
"name": "just-the-docs",
"version": "0.2.7",
"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": "^9.0.0",
"stylelint-selector-no-utility": "^4.0.0"
},
"dependencies": {
"@primer/css": "^14.3.0"
},
"scripts": {
"test": "stylelint '**/*.scss'"
}
}