add licenses to frontend

This commit is contained in:
Yeicor
2024-02-24 11:44:53 +01:00
parent 5701aaad27
commit 4d529aec66
10 changed files with 4350 additions and 25 deletions

10
.generatelicensefile.json Normal file
View File

@@ -0,0 +1,10 @@
{
"append": [
"assets/fox.glb.license",
"LICENSE"
],
"replace": {
"bare-path@2.1.0": "./node_modules/bare-path/LICENSE",
"rc@1.2.8": "./node_modules/rc/LICENSE.MIT"
}
}