Ajout de la fenetre permettant de selectionner les lightshow voulus

This commit is contained in:
Quentin Millardet
2024-01-28 01:31:10 +01:00
parent 854cb672df
commit 62820d9181
9 changed files with 79 additions and 84 deletions

View File

@@ -18,6 +18,7 @@
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"dotenv": "^16.4.1",
"drivelist": "^11.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
@@ -6516,6 +6517,17 @@
"url": "https://github.com/fb55/domutils?sponsor=1"
}
},
"node_modules/dotenv": {
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz",
"integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
}
},
"node_modules/drivelist": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-11.1.0.tgz",