forked from chesslablab/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimportmap.php
121 lines (120 loc) · 3.9 KB
/
importmap.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?php
/**
* Returns the importmap for this application.
*
* - "path" is a path inside the asset mapper system. Use the
* "debug:asset-map" command to see the full list of paths.
*
* - "entrypoint" (JavaScript only) set to true for any module that will
* be used as an "entrypoint" (and passed to the importmap() Twig function).
*
* The "importmap:require" command can be used to add new entries to this file.
*
* This file has been auto-generated by the importmap commands.
*/
return [
'js/pages/play/online/index.js' => [
'path' => './assets/js/pages/play/online/index.js',
'entrypoint' => true,
],
'js/pages/play/computer/index.js' => [
'path' => './assets/js/pages/play/computer/index.js',
'entrypoint' => true,
],
'js/pages/learn/classical/index.js' => [
'path' => './assets/js/pages/learn/classical/index.js',
'entrypoint' => true,
],
'js/pages/learn/fischer_random/index.js' => [
'path' => './assets/js/pages/learn/fischer_random/index.js',
'entrypoint' => true,
],
'js/pages/learn/rav_movetext/index.js' => [
'path' => './assets/js/pages/learn/rav_movetext/index.js',
'entrypoint' => true,
],
'js/pages/learn/san_movetext/index.js' => [
'path' => './assets/js/pages/learn/san_movetext/index.js',
'entrypoint' => true,
],
'js/pages/learn/fen_string/index.js' => [
'path' => './assets/js/pages/learn/fen_string/index.js',
'entrypoint' => true,
],
'js/pages/learn/annotated_games/index.js' => [
'path' => './assets/js/pages/learn/annotated_games/index.js',
'entrypoint' => true,
],
'js/pages/openings/eco_code/index.js' => [
'path' => './assets/js/pages/openings/eco_code/index.js',
'entrypoint' => true,
],
'js/pages/openings/name/index.js' => [
'path' => './assets/js/pages/openings/name/index.js',
'entrypoint' => true,
],
'js/pages/openings/san_movetext/index.js' => [
'path' => './assets/js/pages/openings/san_movetext/index.js',
'entrypoint' => true,
],
'js/pages/database/search_games/index.js' => [
'path' => './assets/js/pages/database/search_games/index.js',
'entrypoint' => true,
],
'js/pages/database/top_openings/index.js' => [
'path' => './assets/js/pages/database/top_openings/index.js',
'entrypoint' => true,
],
'js/pages/database/player_stats/index.js' => [
'path' => './assets/js/pages/database/player_stats/index.js',
'entrypoint' => true,
],
'js/pages/database/event_stats/index.js' => [
'path' => './assets/js/pages/database/event_stats/index.js',
'entrypoint' => true,
],
'js/pages/training/checkmate/index.js' => [
'path' => './assets/js/pages/training/checkmate/index.js',
'entrypoint' => true,
],
'js/pages/training/endgame/index.js' => [
'path' => './assets/js/pages/training/endgame/index.js',
'entrypoint' => true,
],
'js/pages/settings/index.js' => [
'path' => './assets/js/pages/settings/index.js',
'entrypoint' => true,
],
'js/pages/edit/index.js' => [
'path' => './assets/js/pages/edit/index.js',
'entrypoint' => true,
],
'@chesslablab/cmblab' => [
'version' => '0.0.1',
],
'@chesslablab/jsblab' => [
'version' => '0.3.6',
],
'bootstrap' => [
'version' => '5.3.2',
],
'bootstrap/dist/js/bootstrap.bundle.min.js' => [
'version' => '5.3.2',
],
'bootstrap/dist/css/bootstrap.min.css' => [
'version' => '5.3.2',
'type' => 'css',
],
'bootstrap/js/dist/modal.js' => [
'version' => '5.3.2',
],
'jwt-decode' => [
'version' => '4.0.0',
],
'@auth0/auth0-spa-js' => [
'version' => '2.1.3',
],
'js-cookie' => [
'version' => '3.0.5',
],
];