Initial Build
This commit is contained in:
parent
71cd3acccd
commit
6c0d9a3f98
140 changed files with 9802 additions and 2403 deletions
|
|
@ -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',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue