-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 889 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
29
30
31
32
33
{
"name": "hugo-with-windicss",
"version": "1.0.0",
"description": "A Hugo setup with windicss",
"main": "index.js",
"scripts": {
"windi:dev": "windicss -mto static/style.css --config windi.config.js --dev",
"windi": "windicss -mto static/style.css --config windi.config.js",
"hugo:dev": "hugo server -D",
"hugo": "hugo",
"dev": "run-p windi:dev hugo:dev",
"build": "run-s windi hugo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pontakornth/hugo-with-windicss.git"
},
"keywords": [
"hugo",
"windicss",
"template"
],
"author": "pontakornth",
"license": "MIT",
"bugs": {
"url": "https://github.com/pontakornth/hugo-with-windicss/issues"
},
"homepage": "https://github.com/pontakornth/hugo-with-windicss#readme",
"dependencies": {
"npm-run-all": "^4.1.5",
"windicss": "^3.1.3"
}
}