-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.26 KB
/
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
29
30
31
32
33
34
{
"name": "layout-music-box",
"version": "0.1.0",
"description": "HTML5/CSS layout with SCSS, HTMLHint, StyleLint, Surge",
"repository": {
"type": "git",
"url": "https://github.com/a-gunderin/layout-cognitive-biases.git"
},
"main": "",
"scripts": {
"slint": "npx stylelint ./src/scss/*.scss",
"slint:fix": "npx stylelint ./src/scss/*.scss --fix",
"hlint": "npx htmlhint ./src/*.html",
"deploy": "npx surge ./src/ charming-women.surge.sh",
"scss": "sass --no-source-map --style=compressed src/scss/fonts.scss:src/css/fonts.css",
"scss:watch": "sass -w --no-source-map --style=compressed src/scss/fonts.scss:src/css/fonts.css",
"atomizer": "atomizer -c atomic-config.js -o ./src/css/atomic.css ./src/index.html ./src/artist.html",
"atomizer:watch": "atomizer -c atomic-config.js -o ./src/css/atomic.css -w ./src/*.html"
},
"devDependencies": {
"atomizer": "^3.13.0",
"htmlhint": "^1.1.3",
"sass": "^1.50.1",
"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"
}