-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.15 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.15 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"private": true,
"name": "@outscale/osc-doc-framework",
"version": "1.18.0",
"description": "This package contains tooling for generating OUTSCALE documentations.",
"license": "MPL-2.0",
"author": "André Tran (https://github.com/andrepasteur)",
"repository": {
"type": "git",
"url": "https://github.com/outscale/osc-doc-framework.git"
},
"dependencies": {
"antora": "3.1.10",
"@outscale/antora-ui": "file:antora-ui",
"@antora/collector-extension": "1.0.1",
"@antora/lunr-extension": "1.0.0-alpha.10",
"antora-navigator-extension": "https://gitlab.com/opendevise/oss/antora-navigator-extension/-/archive/2cc12669a3d49b6f32297990ed15bccecb042e8b/antora-navigator-extension-2cc12669a3d49b6f32297990ed15bccecb042e8b.tar.gz",
"allof-merge": "0.6.6",
"csv-parse": "6.0.0",
"js-yaml": "4.1.0",
"openapi-examples-validator": "6.0.3",
"shins": "2.6.0",
"widdershins": "4.0.1",
"@fontsource/roboto": "4.5.8",
"@fontsource/roboto-mono": "4.5.10",
"@vscode/gulp-vinyl-zip": "2.5.0",
"autoprefixer": "10.4.21",
"browser-pack-flat": "3.5.0",
"browserify": "17.0.1",
"cssnano": "7.0.7",
"fs-extra": "11.3.0",
"gulp": "5.0.1",
"gulp-concat": "2.6.1",
"gulp-postcss": "10.0.0",
"gulp-terser": "2.1.0",
"highlight.js": "11.9.0",
"merge-stream": "2.0.0",
"postcss-custom-properties": "14.0.6",
"postcss-import": "16.1.1",
"postcss-url": "10.1.3",
"vinyl-fs": "3.0.3"
},
"peerDependencies": {
"lint-staged": "16.1.2",
"mac-ca": "3.1.3"
},
"bin": {
"antora": "bin/antora"
},
"engines": {
"node": ">=20.0.0"
},
"browserslist": [
"last 2 versions"
],
"overrides": {
"openapi-examples-validator": {
"json-schema-ref-parser": "npm:@apidevtools/json-schema-ref-parser@14.1.0"
},
"shins": {
"ejs": "^3.1.10",
"markdown-it": "^14.1.0",
"sanitize-html": "^2.17.0"
},
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec@1.5.4",
"widdershins": {
"httpsnippet": "npm:@readme/httpsnippet@11.0.0",
"markdown-it": "^14.1.0",
"swagger2openapi": "^7.0.8",
"yargs": "^18.0.0"
}
}
}