generated from HackYourFutureBelgium/template-html-css
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 824 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "template-html-css",
"version": "1.0.0",
"description": "",
"scripts": {
"format": "prettier --write ./",
"format:check": "prettier --check ./",
"spell-check": "cspell './**'",
"lint:ls": "ls-lint",
"lint:md": "markdownlint --ignore node_modules --config ./.markdownlint.jsonc ./ ",
"lint:css": "stylelint './**/*.css'",
"validate:html": "html-validate ./",
"accessibility": "achecker"
},
"author": "HYF Belgium",
"license": "MIT",
"devDependencies": {
"@ls-lint/ls-lint": "^1.10.0",
"accessibility-checker": "^3.1.10",
"cspell": "^5.6.6",
"html-validate": "^5.2.0",
"markdownlint-cli": "^0.28.1",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^22.0.0"
}
}