|
6 | 6 | "scripts": { |
7 | 7 | "clean": "rm -rf build", |
8 | 8 | "test": "echo \"Error: no test specified\" && exit 1", |
9 | | - "start": "nodemon -e adoc --exec \"npm run build && npm run serve\"", |
| 9 | + "start": "npm update && nodemon -e adoc --exec \"npm run build\" & npm run serve", |
10 | 10 | "serve": "node server.js", |
11 | 11 | "build": "antora --stacktrace preview.yml", |
12 | 12 | "build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json", |
|
24 | 24 | }, |
25 | 25 | "homepage": "https://github.com/neo4j/docs-http-api#readme", |
26 | 26 | "dependencies": { |
27 | | - "@antora/cli": "^3.1.7", |
28 | | - "@antora/site-generator-default": "^3.1.7", |
| 27 | + "antora": "^3.1.10", |
| 28 | + "@neo4j-antora/aliases-redirects": "^0.2.3", |
29 | 29 | "@neo4j-antora/antora-add-notes": "^0.3.1", |
30 | | - "@neo4j-antora/antora-modify-sitemaps": "^0.4.3", |
31 | | - "@neo4j-antora/antora-page-roles": "^0.3.1", |
32 | | - "@neo4j-antora/antora-table-footnotes": "^0.3.2", |
33 | | - "@neo4j-documentation/macros": "^1.0.2", |
| 30 | + "@neo4j-antora/antora-page-roles": "^0.3.2", |
| 31 | + "@neo4j-antora/antora-table-footnotes": "^0.3.3", |
| 32 | + "@neo4j-antora/mark-terms": "1.1.0", |
| 33 | + "@neo4j-documentation/macros": "^1.0.4", |
34 | 34 | "@neo4j-documentation/remote-include": "^1.0.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "express": "^5.0.1", |
| 37 | + "express": "^4.21.2", |
38 | 38 | "nodemon": "^3.1.0" |
39 | | - }, |
40 | | - "overrides": { |
41 | | - "@antora/site-generator-default": { |
42 | | - "glob-parent": "6.0.2" |
43 | | - } |
44 | 39 | } |
45 | 40 | } |
| 41 | + |
| 42 | + |
0 commit comments