notes/package.json

24 lines
710 B
JSON
Raw Normal View History

2017-03-09 13:16:08 -05:00
{
"name": "just-the-docs",
2020-10-14 13:21:02 -04:00
"version": "0.3.3",
2019-02-02 14:59:34 -05:00
"description": "A modern Jekyll theme for documentation",
2017-03-09 13:16:08 -05:00
"repository": "pmarsceill/just-the-docs",
"license": "MIT",
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
"devDependencies": {
"stylelint": "^13.7.2",
"@primer/css": "^15.2.0",
"prettier": "^2.1.2",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-primer": "^9.2.1",
2020-04-23 23:42:57 -04:00
"stylelint-prettier": "^1.1.2",
2019-04-30 21:00:56 -04:00
"stylelint-selector-no-utility": "^4.0.0"
},
2018-10-25 10:54:17 -04:00
"scripts": {
2020-04-23 23:45:43 -04:00
"test": "stylelint '**/*.scss'",
2020-04-24 15:09:51 -04:00
"format": "prettier --write '**/*.{scss,js,json}'",
"stylelint-check": "stylelint-config-prettier-check"
2020-04-24 00:30:13 -04:00
},
"dependencies": {}
2017-03-09 13:16:08 -05:00
}