This repository has been archived by the owner on May 2, 2024. It is now read-only.
generated from HugoBlox/create-blox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.16 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"scripts": {
"prepare": "husky install",
"precommit": "lint-staged",
"clean:hugo": "rimraf hugo{.log,_stats.json} resources public assets/jsconfig.json .hugo_build.lock _vendor",
"serve": "run-s serve:hugo",
"build": "run-s build:hugo",
"_start:_hugo": "./shoginn_scripts/bin/build/hugo.sh",
"serve:hugo": "cross-env SHOGINN_SCRIPTS_SERVE_HUGO=1 run-s _start:_hugo",
"build:hugo": "cross-env SHOGINN_SCRIPTS_BUILD_HUGO=1 run-s clean:hugo _start:_hugo",
"update:deps": "npx ncu && npm install"
},
"lint-staged": {
"*.md": [
"prettier --parser markdown --write",
"cspell"
]
},
"cspell": {
"words": [
"adipisicing",
"aliqua",
"aliquip",
"amet",
"aute",
"Aute",
"cillum",
"commodo",
"consectetur",
"consequat",
"cupidatat",
"Cushen",
"deserunt",
"Deserunt",
"dolore",
"duis",
"eiusmod",
"elit",
"emojify",
"enim",
"excepteur",
"fontawesome",
"fugiat",
"incididunt",
"irure",
"Irure",
"labore",
"laboris",
"laborum",
"markdownify",
"mollit",
"nohover",
"nostrud",
"nulla",
"occaecat",
"officia",
"Officia",
"pariatur",
"precommit",
"proident",
"quis",
"reprehenderit",
"shoginn",
"shortcode",
"sint",
"sunt",
"tempor",
"ullamco",
"velit",
"veniam",
"Veniam",
"voluptate",
"wowchemy"
]
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"cross-env": "^7.0.3",
"cspell": "^8.4.1",
"html-validate": "^8.11.1",
"html-validate-markdown": "^4.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"npm-check-updates": "^16.14.15",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier-plugin-go-template": "^0.0.15",
"rimraf": "^5.0.5",
"run-script-os": "^1.1.6"
},
"version": "1.0.3"
}