-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.57 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.57 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
43
44
{
"name": "circleci-docs",
"version": "1.0.0",
"description": "his is the public repository for <https://circleci.com/docs/>, a static website generated with [Antora](https://antora.org/).",
"scripts": {
"start:dev": "dotenvx run -- npm run build:ui && gulp preview:docs",
"htmlproofer:dev": "htmlproofer ./build --ignore-empty-alt --checks 'Links,Images' --disable-external --swap-urls '^/docs/:/' --ignore-files './build/api/v1/index.html,./build/api/v2/index.html' --ignore-urls '[url],[path]'",
"preview:ui": "dotenvx run -- gulp preview:ui",
"build:ui": "gulp build:ui",
"build:api-docs": "gulp build:api-docs",
"build:docs": "npm run build:ui && gulp build:docs",
"fetch-server-branches": "chmod +x scripts/fetch-server-branches.sh && ./scripts/fetch-server-branches.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/circleci/circleci-docs.git"
},
"license": "",
"type": "commonjs",
"devDependencies": {
"@antora/cli": "3.1.14",
"@antora/site-generator": "3.1.14",
"@dotenvx/dotenvx": "^1.40.0",
"@redocly/cli": "^2.0.0",
"@sntke/antora-mermaid-extension": "^0.0.9",
"browser-sync": "^3.0.4",
"gulp": "^5.0.0",
"httpsnippet": "^3.0.9"
},
"dependencies": {
"@asciidoctor/tabs": "^1.0.0-beta.6",
"algoliasearch": "^5.25.0",
"antora-shiki-extension": "^1.0.0",
"node-html-parser": "^7.0.1",
"reading-time": "^1.5.0",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2"
},
"overrides": {
"form-data": "^4.0.4",
"minimatch": "^10.2.3",
"qs": "^6.14.1"
}
}