1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Files
spring-security/package.json
T
Dan Allen f2f7eb7482 eliminate the dependency on the generated-docs repository
- add and register Antora Collector
- configure Antora Collection at runtime using another extension
2022-09-12 13:13:02 -05:00

16 lines
329 B
JSON

{
"name": "spring-security-docs-site",
"description": "Spring Security Docs",
"private": true,
"dependencies": {
"@antora/cli": "^3.1.0",
"@antora/site-generator-default": "^3.1.0",
"@antora/collector-extension": "1.0.0-alpha.2"
},
"overrides": {
"vinyl-fs": {
"glob-stream": "~7.0"
}
}
}