forked from chesslablab/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimportmap.php
90 lines (89 loc) · 2.85 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
<?php
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/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/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/chessboard' => [
'version' => '0.0.4',
],
'@chesslablab/js-utils' => [
'version' => '0.3.7',
],
'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',
],
];