forked from chesslablab/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimportmap.php
98 lines (97 loc) · 3.05 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
<?php
return [
'js/iframes/analysis/index.js' => [
'path' => './assets/js/iframes/analysis/index.js',
'entrypoint' => true,
],
'js/iframes/annotations/index.js' => [
'path' => './assets/js/iframes/annotations/index.js',
'entrypoint' => true,
],
'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/analysis/index.js' => [
'path' => './assets/js/pages/learn/analysis/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/annotated_games/index.js' => [
'path' => './assets/js/pages/learn/annotated_games/index.js',
'entrypoint' => true,
],
'js/pages/openings/search/index.js' => [
'path' => './assets/js/pages/openings/search/index.js',
'entrypoint' => true,
],
'js/pages/openings/most_played/index.js' => [
'path' => './assets/js/pages/openings/most_played/index.js',
'entrypoint' => true,
],
'js/pages/openings/by_player/index.js' => [
'path' => './assets/js/pages/openings/by_player/index.js',
'entrypoint' => true,
],
'js/pages/openings/by_event/index.js' => [
'path' => './assets/js/pages/openings/by_event/index.js',
'entrypoint' => true,
],
'js/pages/games/index.js' => [
'path' => './assets/js/pages/games/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,
],
'js/pages/signin/index.js' => [
'path' => './assets/js/pages/signin/index.js',
'entrypoint' => true,
],
'js/pages/signin/register/index.js' => [
'path' => './assets/js/pages/signin/register/index.js',
'entrypoint' => true,
],
'@chesslablab/chessboard' => [
'version' => '0.0.4',
],
'@chesslablab/js-utils' => [
'version' => '0.4.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',
],
'js-cookie' => [
'version' => '3.0.5',
],
];