-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 907 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 907 Bytes
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
{
"name": "drylungs",
"version": "2.0.0",
"description": "AUSTRiAN DiY RECORD LABEL",
"private": true,
"scripts": {
"clean": "rm -f static/*.css* && rm -rf public",
"test:css": "lessc --lint style/index.less",
"test": "npm run test:css",
"build:hugo": "hugo",
"build:css": "lessc style/index.less static/style.css --source-map --clean-css='--s1 --advanced'",
"build": "npm run build:css && npm run build:hugo",
"dev:less": "hl $DEV/tool/lessc-live/lessc-live.hl -main style/index.less -css static/css/style.css --options '--source-map'",
"dev:hugo": "hugo server -D",
"start": "npm run dev:hugo"
},
"repository": {
"type": "git",
"url": "https://github.com/disktree/drylungs"
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"hugo-bin": "^0.116.4",
"less": "^4.1.2",
"less-plugin-autoprefix": "^2.0.0",
"less-plugin-clean-css": "^1.5.1"
}
}