Initial Build

This commit is contained in:
Alex 2026-06-03 17:18:50 -07:00
parent 71cd3acccd
commit 6c0d9a3f98
140 changed files with 9802 additions and 2403 deletions

View file

@ -12,8 +12,16 @@
* The "importmap:require" command can be used to add new entries to this file.
*/
return [
'app' => [
'path' => './assets/app.js',
'main' => [
'path' => './assets/main.js',
'entrypoint' => true,
],
'brain' => [
'path' => './assets/brain.js',
'entrypoint' => true,
],
'landing' => [
'path' => './assets/landing.js',
'entrypoint' => true,
],
'@hotwired/stimulus' => [
@ -25,4 +33,29 @@ return [
'@hotwired/turbo' => [
'version' => '8.0.23',
],
'tom-select' => [
'version' => '2.6.1',
],
'@orchidjs/sifter' => [
'version' => '1.1.0',
],
'@orchidjs/unicode-variants' => [
'version' => '1.1.2',
],
'tom-select/dist/css/tom-select.default.min.css' => [
'version' => '2.6.1',
'type' => 'css',
],
'tom-select/dist/css/tom-select.default.css' => [
'version' => '2.6.1',
'type' => 'css',
],
'tom-select/dist/css/tom-select.bootstrap4.css' => [
'version' => '2.6.1',
'type' => 'css',
],
'tom-select/dist/css/tom-select.bootstrap5.css' => [
'version' => '2.6.1',
'type' => 'css',
],
];