-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.39 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
35
36
37
38
39
40
{
"name": "hugo-theme-windicss-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"windi:dev": "windicss -mto themes/hugo-theme-windicss-starter/assets/css/windi.css --config windi.config.js --dev",
"windi": "windicss -mto themes/hugo-theme-windicss-starter/assets/css/windi.css --config windi.config.js",
"hugo:dev": "hugo server -DF",
"hugo": "hugo --gc --minify",
"dev": "run-p windi:dev hugo:dev",
"build": "run-s windi hugo",
"example": "run-p windi:example hugo:example",
"windi:example": "windicss -mto ../assets/css/windi.css --config windi.config.js --dev",
"hugo:example": "hugo server -s ./ -DF --disableFastRender --themesDir=../..",
"build:example": "run-s windi:build:example hugo:build:example",
"windi:build:example": "windicss -mto ../assets/css/windi.css --config windi.config.js",
"hugo:build:example": "hugo --gc -s ./ --themesDir=.."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ravelin/bgh-hugo-theme"
},
"keywords": [
"hugo",
"windicss",
"template",
"starter"
],
"author": "taocode",
"license": "MIT",
"bugs": {
"url": "https://github.com/taocode/hugo-theme-windicss-starter/issues"
},
"homepage": "https://github.com/taocode/hugo-windicss-starter#readme",
"devDependencies": {
"npm-run-all": "^4.1.5",
"windicss": "^3.1.4"
}
}