forked from devopsdojoconsortium/dojoconsortium.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.3 KB
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
{
"name": "dojoconsortium.org",
"version": "2.0.0",
"description": "Enterprise Dojo Consortium",
"repository": {
"type": "git",
"url": "git+https://code.il2.dso.mil/platform-one/products/holocron/engineering-website.git"
},
"scripts": {
"build": "hugo",
"link-check": "rm -rf public && npm run build && linkinator ./public --config .linkinator.config.json ",
"lint": "markdownlint ./content/**/*.md",
"lint:fix": "markdownlint -f ./content/**/*.md",
"prepare": "husky install",
"start": "hugo server",
"test": "npm run lint && npm run link-check",
"test:ci": "rm -rf public && hugo && npx check-html-links public",
"update": "hugo mod get -u ./... && hugo mod tidy && npx npm-check-updates -u && npm install"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^10.4.21",
"husky": "^9.1.7",
"linkinator": "^7.1.3",
"markdownlint-cli": "^0.45.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"start-server-and-test": "^2.1.2"
},
"comments": {
"dependencies": {},
"devDependencies": {
"autoprefixer": "project",
"husky": "project",
"linkinator": "project",
"markdownlint-cli": "project",
"postcss": "project",
"postcss-cli": "project",
"start-server-and-test": "project"
}
}
}