-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
48 lines (48 loc) · 1.21 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
{
"author": "",
"bugs": {
"url": "https://github.com/score-spec/docs/issues"
},
"comments": {
"dependencies": {
"@popperjs/core": "project",
"autoprefixer": "project",
"dprint": "project",
"html-hint": "project",
"hugo-cli": "project",
"hugo-extended": "project",
"lunr": "project",
"postcss": "project",
"postcss-cli": "project"
},
"devDependencies": {}
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"autoprefixer": "^10.4.20",
"dprint": "^0.48.0",
"html-hint": "^0.2.4",
"hugo-cli": "^0.14.0",
"hugo-extended": "^0.123.8",
"lunr": "^2.3.9",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0"
},
"description": "Score technical documentation.",
"devDependencies": {},
"homepage": "https://github.com/score-spec/docs#readme",
"license": "Apache-2.0",
"main": "none.js",
"name": "score-technical-documentation",
"repository": {
"type": "git",
"url": "git+https://github.com/score-spec/docs.git"
},
"scripts": {
"build": "hugo server",
"draft": "hugo server --buildDrafts",
"fmt": "dprint fmt",
"lint": "vale content/en/docs/**/* && dprint check"
},
"version": "0.0.1"
}