-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.hugo.json
More file actions
34 lines (34 loc) · 886 Bytes
/
package.hugo.json
File metadata and controls
34 lines (34 loc) · 886 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
30
31
32
33
34
{
"name": "score-technical-documentation",
"version": "0.0.1",
"description": "Score technical documentation.",
"main": "none.js",
"scripts": {
"fmt": "dprint fmt",
"build": "hugo server",
"draft": "hugo server --buildDrafts",
"lint": "vale content/en/docs/**/* && dprint check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/score-spec/docs.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/score-spec/docs/issues"
},
"homepage": "https://github.com/score-spec/docs#readme",
"devDependencies": {},
"dependencies": {
"@popperjs/core": "^2.11.6",
"autoprefixer": "^10.4.19",
"dprint": "^0.46.0",
"html-hint": "^0.2.4",
"hugo-cli": "^0.13.0",
"hugo-extended": "^0.123.8",
"lunr": "^2.3.9",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0"
}
}