forked from stargate/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.49 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
{
"name": "stargate-docs",
"scripts": {
"build:prod": "npm run build:restapi && npm run build:restapiv1 && npm run build:docapi && npm run build:publish",
"build:prodlint": "npm run build:oaslinter && npm run build:prod",
"build:dev": "npm run build:restapi && npm run build:restapiv1 && npm run build:docapi && npm run build:local",
"build:publish": "antora --fetch --clean site-publish.yaml",
"build:local": "antora --stacktrace --fetch --clean site-local.yaml",
"build:restapi": "redoc-cli bundle api/StargateRESTv2.yaml --output modules/ROOT/attachments/restv2.html",
"build:restapiv1": "redoc-cli bundle api/StargateRESTv1.yaml --output modules/ROOT/attachments/restv1.html",
"build:docapi": "npx redoc-cli bundle api/StargateDocv2.yaml --output modules/ROOT/attachments/docv2.html",
"build:oaslinter": "npx @redocly/openapi-cli lint api/StargateRESTv2.yaml && npx @redocly/openapi-cli lint api/StargateRESTv1.yaml && npx @redocly/openapi-cli lint api/StargateDocv2.yaml && npx @redocly/openapi-cli lint api/DevOpsv2.yaml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stargate/docs.git"
},
"dependencies": {
"@antora/cli": "^2.3.4",
"@antora/site-generator-default": "^2.3.4",
"@openapitools/openapi-generator-cli": "^2.1.23",
"mobx": "^6.1.0",
"openapi-generator": "^0.1.39",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"redoc": "^2.0.0-rc.48",
"redoc-cli": "^0.10.4",
"styled-components": "^5.1.1"
}
}