The panel assets cannot be installed properly

The problem is indeed in composer.json. When linking the panel assets folder with the media folder, Kirby generates a hash of its version here, and that version is read from Kirby’s composer.json here.

No composer.json means no verson, no hash, and an error when initializing the panel assets.
I opened an issue on GitHub for this.

The composer.json issue will be fixed in Kirby 3.4.0, see https://github.com/getkirby/kirby/issues/2507.