-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 888 Bytes
/
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
{
"name": "docs-site",
"description": "Maistra Istio Workspace Documentation Site",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bartoszmajsak/istio-workspace-docs-site.git"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@antora/cli": "3.0.1",
"@antora/site-generator": "3.0.1",
"asciidoctor-plantuml": "^1.1.13",
"command-line-args": "5.1.1",
"date-time": "3.1.0",
"exit-hook": "2.2.0",
"gulp": "^4.0.2",
"gulp-connect": "^5.6.1",
"js-yaml": "^3.13.1",
"open": "6.2.0"
},
"devDependencies": {
"netlify-cli": "^8.6.18"
},
"scripts": {
"init": "npm install -g gulp && npm install",
"build": "gulp build -p site.yml",
"preview": "gulp -d ../istio-workspace -b $(git -C ../istio-workspace rev-parse --abbrev-ref HEAD)"
}
}