feat: add auto menu

This commit is contained in:
2025-02-07 16:09:32 +01:00
parent c97a015a71
commit 56c67dd564
11 changed files with 60 additions and 15 deletions

35
package-lock.json generated
View File

@@ -6,6 +6,7 @@
"": {
"name": "ltg-grenoble",
"dependencies": {
"@metalsmith/collections": "^1.3.1",
"@metalsmith/layouts": "^2.7.0",
"@metalsmith/markdown": "^1.10.0",
"@metalsmith/permalinks": "^3.2.0",
@@ -16,6 +17,21 @@
"serve": "^14.2.4"
}
},
"node_modules/@metalsmith/collections": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@metalsmith/collections/-/collections-1.3.1.tgz",
"integrity": "sha512-u2Y3P7lJMtBchxVZZKU4hbVDtq7hqebZoYwk6e/VSvl84Uc9W7D4i47Cwo54bmrCxXalDe+A2Rf0BZr1jnYvKg==",
"dependencies": {
"lodash.get": "^4.4.2",
"read-metadata": "^1.0.0"
},
"engines": {
"node": ">=12"
},
"peerDependencies": {
"metalsmith": "^2.5.0"
}
},
"node_modules/@metalsmith/layouts": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@metalsmith/layouts/-/layouts-2.7.0.tgz",
@@ -911,6 +927,12 @@
"resolved": "https://registry.npmjs.org/lodash.clonedeepwith/-/lodash.clonedeepwith-4.5.0.tgz",
"integrity": "sha512-QRBRSxhbtsX1nc0baxSkkK5WlVTTm/s48DSukcGcWZwIyI8Zz+lB+kFiELJXtzfH4Aj6kMWQ1VWW4U5uUDgZMA=="
},
"node_modules/lodash.get": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
"integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
"deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead."
},
"node_modules/marked": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
@@ -1158,6 +1180,14 @@
"rc": "cli.js"
}
},
"node_modules/read-metadata": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-metadata/-/read-metadata-1.0.0.tgz",
"integrity": "sha512-XJdiOrkzOlIac9vXNvgp/4I8qj9EPuHlbf/eoX2rusLFjdKjp0TQ82V3cj+AFjXBzzoZ1TaqAtHnGsR3UdO1Gw==",
"dependencies": {
"yaml-js": "0.0.8"
}
},
"node_modules/readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
@@ -1548,6 +1578,11 @@
"dependencies": {
"co": "3.1.0"
}
},
"node_modules/yaml-js": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/yaml-js/-/yaml-js-0.0.8.tgz",
"integrity": "sha512-XCqDFUhDO3yhT+Rb/inT3uiC8ekx2lXHDgDeXY8V0Lgkx4yEhzhxraYQxtuajydIrx8L8KmF9OeKCDlyCjvnMQ=="
}
}
}