-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
77 lines (77 loc) · 2.04 KB
/
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
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
74
75
76
77
{
"name": "antora-ui-spring",
"description": "Produces the UI bundle for projects on docs.spring.io that are built with Antora",
"homepage": "https://docs.spring.io",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/spring-io/antora-ui-spring"
},
"scripts": {
"start": "gulp preview",
"test": "_mocha"
},
"engines": {
"node": ">=16.0.0"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@asciidoctor/core": "~2.2",
"@asciidoctor/tabs": "1.0.0-beta.6",
"@docsearch/js": "3",
"@springio/asciidoctor-extensions": "1.0.0-alpha.8",
"algoliasearch": "4",
"autoprefixer": "~10.4",
"browser-pack-flat": "~3.5",
"browserify": "~17.0",
"chai": "~4.3",
"chai-fs": "~2.0",
"chai-spies": "~1.0",
"core-js": "~3.26",
"cssnano": "~5.1",
"dirty-chai": "~2.0",
"eslint": "~6.8",
"eslint-config-standard": "~14.1",
"eslint-plugin-import": "~2.22",
"eslint-plugin-node": "~11.1",
"eslint-plugin-promise": "~4.2",
"eslint-plugin-standard": "~4.0",
"fancy-log": "~2.0",
"git-rev-sync": "^3.0.2",
"gulp": "~4.0",
"gulp-concat": "~2.6",
"gulp-connect": "~5.7",
"gulp-eslint": "~6.0",
"gulp-imagemin": "~6.2",
"gulp-postcss": "~9.0",
"gulp-replace": "~1.1",
"gulp-stylelint": "~13.0",
"gulp-uglify": "~3.0",
"gulp-vinyl-zip": "~2.5",
"handlebars": "~4.7",
"highlight.js": "9.18.3",
"instantsearch.js": "^4.54.1",
"js-yaml": "~4.1",
"merge-stream": "~2.0",
"micromodal": "^0.4.10",
"mocha": "~10.2",
"postcss": "~8.4",
"postcss-calc": "~8.2",
"postcss-custom-properties": "~12.1",
"postcss-import": "~15.0",
"postcss-url": "~10.1",
"prettier-eslint": "~12.0",
"require-directory": "~2.1",
"require-from-string": "~2.0",
"stylelint": "~13.13",
"stylelint-config-standard": "~22.0",
"vinyl-fs": "~3.0"
},
"dependencies": {
"@algolia/client-search": "^4.17.0",
"@primer/octicons": "^19.8.0",
"init": "^0.1.2"
}
}