-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 845 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": "layout-cognitive-biases",
"version": "0.1.0",
"description": "HTML5/CSS layout with HTMLHint and StyleLint",
"repository": {
"type": "git",
"url": "https://github.com/a-gunderin/layout-cognitive-biases.git"
},
"main": "",
"scripts": {
"slint": "npx stylelint ./src/styles/*.css",
"slint-fix": "npx stylelint ./src/styles/*.css --fix",
"hlint": "npx htmlhint ./src/*.html",
"deploy": "npx surge ./src/ irate-suggestion.surge.sh"
},
"devDependencies": {
"htmlhint": "^1.1.3",
"stylelint": "^14.2.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"surge": "^0.23.1"
},
"author": "Andrei Gunderin",
"license": "ISC"
}