@coze-arch/cli 0.0.35 → 0.0.36-alpha.1dcb49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__templates__/phaser/.coze +13 -0
- package/lib/__templates__/phaser/README.md +37 -0
- package/lib/__templates__/phaser/_gitignore +22 -0
- package/lib/__templates__/phaser/_npmrc +14 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0001.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0002.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0003.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0004.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0005.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0006.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0007.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0008.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0009.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0010.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0011.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0012.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0013.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0014.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0015.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0016.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0017.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0018.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0019.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0020.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0021.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0022.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0023.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0024.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/manifest.json +11 -0
- package/lib/__templates__/phaser/debug-runtime/flow-graph.json +20 -0
- package/lib/__templates__/phaser/index.html +12 -0
- package/lib/__templates__/phaser/package.json +31 -0
- package/lib/__templates__/phaser/pnpm-lock.yaml +661 -0
- package/lib/__templates__/phaser/scripts/build.sh +8 -0
- package/lib/__templates__/phaser/scripts/dev.sh +11 -0
- package/lib/__templates__/phaser/scripts/prepare.sh +7 -0
- package/lib/__templates__/phaser/scripts/start.sh +11 -0
- package/lib/__templates__/phaser/scripts/validate.sh +7 -0
- package/lib/__templates__/phaser/src/assets.ts +15 -0
- package/lib/__templates__/phaser/src/global.d.ts +36 -0
- package/lib/__templates__/phaser/src/main.ts +28 -0
- package/lib/__templates__/phaser/src/scene/BootScene.ts +209 -0
- package/lib/__templates__/phaser/src/scene/DevLoadingScene.ts +66 -0
- package/lib/__templates__/phaser/src/style.css +28 -0
- package/lib/__templates__/phaser/src/types.ts +32 -0
- package/lib/__templates__/phaser/src/utils/asset-loader.ts +319 -0
- package/lib/__templates__/phaser/src/utils/index.ts +2 -0
- package/lib/__templates__/phaser/src/utils/mark-editable.ts +6 -0
- package/lib/__templates__/phaser/template.config.js +43 -0
- package/lib/__templates__/phaser/tsconfig.json +23 -0
- package/lib/__templates__/phaser/vite.config.ts +120 -0
- package/lib/__templates__/templates.json +25 -0
- package/lib/cli.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,661 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
phaser:
|
|
12
|
+
specifier: ^3.90.0
|
|
13
|
+
version: 3.90.0
|
|
14
|
+
devDependencies:
|
|
15
|
+
'@types/node':
|
|
16
|
+
specifier: ^24.0.0
|
|
17
|
+
version: 24.13.3
|
|
18
|
+
'@types/serve-static':
|
|
19
|
+
specifier: ^2.2.0
|
|
20
|
+
version: 2.2.0
|
|
21
|
+
only-allow:
|
|
22
|
+
specifier: ^1.2.2
|
|
23
|
+
version: 1.2.2
|
|
24
|
+
serve-static:
|
|
25
|
+
specifier: ^2.2.1
|
|
26
|
+
version: 2.2.1
|
|
27
|
+
typescript:
|
|
28
|
+
specifier: ^5.9.3
|
|
29
|
+
version: 5.9.3
|
|
30
|
+
vite:
|
|
31
|
+
specifier: ^8.2.0
|
|
32
|
+
version: 8.2.1(@types/node@24.13.3)
|
|
33
|
+
|
|
34
|
+
packages:
|
|
35
|
+
|
|
36
|
+
'@oxc-project/types@0.143.0':
|
|
37
|
+
resolution: {integrity: sha512-u6JZdLBTLotrNC9Vd6vPssINdzcCzleKAH6EJKImQb7GtYvX5keN2dxkoK44stCc4tffE6QQRtZTXVSzsLUlWA==}
|
|
38
|
+
|
|
39
|
+
'@rolldown/binding-android-arm64@1.2.3':
|
|
40
|
+
resolution: {integrity: sha512-zrJtHDcaZJ1Fp7xf4hNl+7seH9Cn/N5TwLYkhgXREtBwAd/jaqW3uqeHxpDugJLVICWg4eW44kOQEGJ1r6jCGw==}
|
|
41
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
42
|
+
cpu: [arm64]
|
|
43
|
+
os: [android]
|
|
44
|
+
|
|
45
|
+
'@rolldown/binding-darwin-arm64@1.2.3':
|
|
46
|
+
resolution: {integrity: sha512-ieIiibVCp0tX7TLu2cafoNPv8wJyYi01ekXpbf8q2j7F4rGAhhXb/eQh7ge9DRBY78GwmRQtvjZDux7EDbA8kA==}
|
|
47
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
48
|
+
cpu: [arm64]
|
|
49
|
+
os: [darwin]
|
|
50
|
+
|
|
51
|
+
'@rolldown/binding-darwin-x64@1.2.3':
|
|
52
|
+
resolution: {integrity: sha512-Zh9tCon19eDXJoihx0rqKhMUlMYqzwj3aPsSuHmI4RWZh62dWUL+DJN4C5YQya5TcQBJU/Fe8+rY0jhXTQITqA==}
|
|
53
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
54
|
+
cpu: [x64]
|
|
55
|
+
os: [darwin]
|
|
56
|
+
|
|
57
|
+
'@rolldown/binding-freebsd-x64@1.2.3':
|
|
58
|
+
resolution: {integrity: sha512-nGbJWewA1wrXXZiQhjAT5rhibGfns5ZNkDVqxsO6zJ3f3YvpoDNNmGMSbbhLuXKjNScaBJVOAboztAWVespQMg==}
|
|
59
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
60
|
+
cpu: [x64]
|
|
61
|
+
os: [freebsd]
|
|
62
|
+
|
|
63
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.2.3':
|
|
64
|
+
resolution: {integrity: sha512-QNniJr5Kml0kDEB98jiDOJjXNroxIIi0IXIbdYzY26Xt1pVbeP62+KnoIZLwirOymX/0jDk/2gI/bNUv7A7OIw==}
|
|
65
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
66
|
+
cpu: [arm]
|
|
67
|
+
os: [linux]
|
|
68
|
+
|
|
69
|
+
'@rolldown/binding-linux-arm64-gnu@1.2.3':
|
|
70
|
+
resolution: {integrity: sha512-TkqEAcmmvH3I/q4114NB4RVt6241Dao48pF45uLcFGrwAaIn0iITgTAKP/dLjbN0R4buJjGb91+UHSoFmpgIWw==}
|
|
71
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
72
|
+
cpu: [arm64]
|
|
73
|
+
os: [linux]
|
|
74
|
+
libc: [glibc]
|
|
75
|
+
|
|
76
|
+
'@rolldown/binding-linux-arm64-musl@1.2.3':
|
|
77
|
+
resolution: {integrity: sha512-NHqjnxpsndf4MPymxteFAWHHfkTL8HjWh1KB7z23ofZ6QO2euONuxDXjat69dKZRALnGypg8k8SsK8vZJoXv1Q==}
|
|
78
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
79
|
+
cpu: [arm64]
|
|
80
|
+
os: [linux]
|
|
81
|
+
libc: [musl]
|
|
82
|
+
|
|
83
|
+
'@rolldown/binding-linux-ppc64-gnu@1.2.3':
|
|
84
|
+
resolution: {integrity: sha512-6tbrbwfz5GB9DQ4Jwo6hy9v+vR31xZlvzZ6n5Xut6Hhx5PvrA9q/HsK8KMaYQp063iqZGXwNvZtYNLD7EM/x0w==}
|
|
85
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
86
|
+
cpu: [ppc64]
|
|
87
|
+
os: [linux]
|
|
88
|
+
libc: [glibc]
|
|
89
|
+
|
|
90
|
+
'@rolldown/binding-linux-s390x-gnu@1.2.3':
|
|
91
|
+
resolution: {integrity: sha512-oyuXxXmoZHjXC917IAPFAAv4wWAa0cM9afk8nx1+9/jNNOX1uPf8yDA6p7G0RypOfw/X0PQt5IfoquY1um+zSg==}
|
|
92
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
93
|
+
cpu: [s390x]
|
|
94
|
+
os: [linux]
|
|
95
|
+
libc: [glibc]
|
|
96
|
+
|
|
97
|
+
'@rolldown/binding-linux-x64-gnu@1.2.3':
|
|
98
|
+
resolution: {integrity: sha512-TytMwF2KVGqP2tgd0I1OY0PAv78dZRAYcF5ssDzjM34SUXCED3uXvSd5+lHoC0bTD6eEdFz7LdQNCO1y0oVk9w==}
|
|
99
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
100
|
+
cpu: [x64]
|
|
101
|
+
os: [linux]
|
|
102
|
+
libc: [glibc]
|
|
103
|
+
|
|
104
|
+
'@rolldown/binding-linux-x64-musl@1.2.3':
|
|
105
|
+
resolution: {integrity: sha512-/E9m3qstrJFVPoULV25mVQblSNExY2+kBsYe4sy0Tn0yOOgJ8wZbZt3KnRbF/XeU2Gl1STKUQnDNTqhIE5MD4A==}
|
|
106
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
107
|
+
cpu: [x64]
|
|
108
|
+
os: [linux]
|
|
109
|
+
libc: [musl]
|
|
110
|
+
|
|
111
|
+
'@rolldown/binding-openharmony-arm64@1.2.3':
|
|
112
|
+
resolution: {integrity: sha512-Kr0OcsoQI816i6HOl3vFHpd1K0eZyh76zgfj4c1nTyaTsd5r2Mj1lwM4R90y/qaCfmTn9eHy0SKwi98eitRxug==}
|
|
113
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
114
|
+
cpu: [arm64]
|
|
115
|
+
os: [openharmony]
|
|
116
|
+
|
|
117
|
+
'@rolldown/binding-win32-arm64-msvc@1.2.3':
|
|
118
|
+
resolution: {integrity: sha512-hOtMwTqnME+/gJcH/PCZ0wn0zPUjiWOgkHpxbSJpfGKMezHltx1S7/k1SitzVa7Ww2cqrDDaFbZEhcJZO8o+Jw==}
|
|
119
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
120
|
+
cpu: [arm64]
|
|
121
|
+
os: [win32]
|
|
122
|
+
|
|
123
|
+
'@rolldown/binding-win32-x64-msvc@1.2.3':
|
|
124
|
+
resolution: {integrity: sha512-ekcqMMkI2PlhYnfzQnB/cEdYUVVJViWvoUyLrbzgDoi3Snfc1mVBwdnc306ufA5ejy8JSPjT2RlW1nQSjW7efg==}
|
|
125
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
126
|
+
cpu: [x64]
|
|
127
|
+
os: [win32]
|
|
128
|
+
|
|
129
|
+
'@rolldown/pluginutils@1.0.1':
|
|
130
|
+
resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==}
|
|
131
|
+
|
|
132
|
+
'@types/http-errors@2.0.5':
|
|
133
|
+
resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==}
|
|
134
|
+
|
|
135
|
+
'@types/node@24.13.3':
|
|
136
|
+
resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==}
|
|
137
|
+
|
|
138
|
+
'@types/serve-static@2.2.0':
|
|
139
|
+
resolution: {integrity: sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==}
|
|
140
|
+
|
|
141
|
+
debug@4.4.3:
|
|
142
|
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
143
|
+
engines: {node: '>=6.0'}
|
|
144
|
+
peerDependencies:
|
|
145
|
+
supports-color: '*'
|
|
146
|
+
peerDependenciesMeta:
|
|
147
|
+
supports-color:
|
|
148
|
+
optional: true
|
|
149
|
+
|
|
150
|
+
depd@2.0.0:
|
|
151
|
+
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
|
|
152
|
+
engines: {node: '>= 0.8'}
|
|
153
|
+
|
|
154
|
+
detect-libc@2.1.2:
|
|
155
|
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
156
|
+
engines: {node: '>=8'}
|
|
157
|
+
|
|
158
|
+
ee-first@1.1.1:
|
|
159
|
+
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
|
160
|
+
|
|
161
|
+
encodeurl@2.0.0:
|
|
162
|
+
resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
|
|
163
|
+
engines: {node: '>= 0.8'}
|
|
164
|
+
|
|
165
|
+
escape-html@1.0.3:
|
|
166
|
+
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
|
167
|
+
|
|
168
|
+
etag@1.8.1:
|
|
169
|
+
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
|
|
170
|
+
engines: {node: '>= 0.6'}
|
|
171
|
+
|
|
172
|
+
eventemitter3@5.0.4:
|
|
173
|
+
resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==}
|
|
174
|
+
|
|
175
|
+
fdir@6.5.0:
|
|
176
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
177
|
+
engines: {node: '>=12.0.0'}
|
|
178
|
+
peerDependencies:
|
|
179
|
+
picomatch: ^3 || ^4
|
|
180
|
+
peerDependenciesMeta:
|
|
181
|
+
picomatch:
|
|
182
|
+
optional: true
|
|
183
|
+
|
|
184
|
+
fresh@2.0.0:
|
|
185
|
+
resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==}
|
|
186
|
+
engines: {node: '>= 0.8'}
|
|
187
|
+
|
|
188
|
+
fsevents@2.3.3:
|
|
189
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
190
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
191
|
+
os: [darwin]
|
|
192
|
+
|
|
193
|
+
http-errors@2.0.1:
|
|
194
|
+
resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
|
|
195
|
+
engines: {node: '>= 0.8'}
|
|
196
|
+
|
|
197
|
+
inherits@2.0.4:
|
|
198
|
+
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
199
|
+
|
|
200
|
+
lightningcss-android-arm64@1.33.0:
|
|
201
|
+
resolution: {integrity: sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==}
|
|
202
|
+
engines: {node: '>= 12.0.0'}
|
|
203
|
+
cpu: [arm64]
|
|
204
|
+
os: [android]
|
|
205
|
+
|
|
206
|
+
lightningcss-darwin-arm64@1.33.0:
|
|
207
|
+
resolution: {integrity: sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==}
|
|
208
|
+
engines: {node: '>= 12.0.0'}
|
|
209
|
+
cpu: [arm64]
|
|
210
|
+
os: [darwin]
|
|
211
|
+
|
|
212
|
+
lightningcss-darwin-x64@1.33.0:
|
|
213
|
+
resolution: {integrity: sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==}
|
|
214
|
+
engines: {node: '>= 12.0.0'}
|
|
215
|
+
cpu: [x64]
|
|
216
|
+
os: [darwin]
|
|
217
|
+
|
|
218
|
+
lightningcss-freebsd-x64@1.33.0:
|
|
219
|
+
resolution: {integrity: sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==}
|
|
220
|
+
engines: {node: '>= 12.0.0'}
|
|
221
|
+
cpu: [x64]
|
|
222
|
+
os: [freebsd]
|
|
223
|
+
|
|
224
|
+
lightningcss-linux-arm-gnueabihf@1.33.0:
|
|
225
|
+
resolution: {integrity: sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==}
|
|
226
|
+
engines: {node: '>= 12.0.0'}
|
|
227
|
+
cpu: [arm]
|
|
228
|
+
os: [linux]
|
|
229
|
+
|
|
230
|
+
lightningcss-linux-arm64-gnu@1.33.0:
|
|
231
|
+
resolution: {integrity: sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==}
|
|
232
|
+
engines: {node: '>= 12.0.0'}
|
|
233
|
+
cpu: [arm64]
|
|
234
|
+
os: [linux]
|
|
235
|
+
libc: [glibc]
|
|
236
|
+
|
|
237
|
+
lightningcss-linux-arm64-musl@1.33.0:
|
|
238
|
+
resolution: {integrity: sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==}
|
|
239
|
+
engines: {node: '>= 12.0.0'}
|
|
240
|
+
cpu: [arm64]
|
|
241
|
+
os: [linux]
|
|
242
|
+
libc: [musl]
|
|
243
|
+
|
|
244
|
+
lightningcss-linux-x64-gnu@1.33.0:
|
|
245
|
+
resolution: {integrity: sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==}
|
|
246
|
+
engines: {node: '>= 12.0.0'}
|
|
247
|
+
cpu: [x64]
|
|
248
|
+
os: [linux]
|
|
249
|
+
libc: [glibc]
|
|
250
|
+
|
|
251
|
+
lightningcss-linux-x64-musl@1.33.0:
|
|
252
|
+
resolution: {integrity: sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==}
|
|
253
|
+
engines: {node: '>= 12.0.0'}
|
|
254
|
+
cpu: [x64]
|
|
255
|
+
os: [linux]
|
|
256
|
+
libc: [musl]
|
|
257
|
+
|
|
258
|
+
lightningcss-win32-arm64-msvc@1.33.0:
|
|
259
|
+
resolution: {integrity: sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==}
|
|
260
|
+
engines: {node: '>= 12.0.0'}
|
|
261
|
+
cpu: [arm64]
|
|
262
|
+
os: [win32]
|
|
263
|
+
|
|
264
|
+
lightningcss-win32-x64-msvc@1.33.0:
|
|
265
|
+
resolution: {integrity: sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==}
|
|
266
|
+
engines: {node: '>= 12.0.0'}
|
|
267
|
+
cpu: [x64]
|
|
268
|
+
os: [win32]
|
|
269
|
+
|
|
270
|
+
lightningcss@1.33.0:
|
|
271
|
+
resolution: {integrity: sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==}
|
|
272
|
+
engines: {node: '>= 12.0.0'}
|
|
273
|
+
|
|
274
|
+
mime-db@1.54.0:
|
|
275
|
+
resolution: {integrity: sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==}
|
|
276
|
+
engines: {node: '>= 0.6'}
|
|
277
|
+
|
|
278
|
+
mime-types@3.0.2:
|
|
279
|
+
resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==}
|
|
280
|
+
engines: {node: '>=18'}
|
|
281
|
+
|
|
282
|
+
ms@2.1.3:
|
|
283
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
284
|
+
|
|
285
|
+
nanoid@3.3.18:
|
|
286
|
+
resolution: {integrity: sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==}
|
|
287
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
288
|
+
hasBin: true
|
|
289
|
+
|
|
290
|
+
on-finished@2.4.1:
|
|
291
|
+
resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
|
|
292
|
+
engines: {node: '>= 0.8'}
|
|
293
|
+
|
|
294
|
+
only-allow@1.2.2:
|
|
295
|
+
resolution: {integrity: sha512-uxyNYDsCh5YIJ780G7hC5OHjVUr9reHsbZNMM80L9tZlTpb3hUzb36KXgW4ZUGtJKQnGA3xegmWg1BxhWV0jJA==}
|
|
296
|
+
hasBin: true
|
|
297
|
+
|
|
298
|
+
parseurl@1.3.3:
|
|
299
|
+
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
|
|
300
|
+
engines: {node: '>= 0.8'}
|
|
301
|
+
|
|
302
|
+
phaser@3.90.0:
|
|
303
|
+
resolution: {integrity: sha512-/cziz/5ZIn02uDkC9RzN8VF9x3Gs3XdFFf9nkiMEQT3p7hQlWuyjy4QWosU802qqno2YSLn2BfqwOKLv/sSVfQ==}
|
|
304
|
+
|
|
305
|
+
picocolors@1.1.1:
|
|
306
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
307
|
+
|
|
308
|
+
picomatch@4.0.5:
|
|
309
|
+
resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==}
|
|
310
|
+
engines: {node: '>=12'}
|
|
311
|
+
|
|
312
|
+
postcss@8.5.26:
|
|
313
|
+
resolution: {integrity: sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==}
|
|
314
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
315
|
+
|
|
316
|
+
range-parser@1.3.0:
|
|
317
|
+
resolution: {integrity: sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==}
|
|
318
|
+
engines: {node: '>= 0.6'}
|
|
319
|
+
|
|
320
|
+
rolldown@1.2.3:
|
|
321
|
+
resolution: {integrity: sha512-rn9wpmxplLf7NLNyCk9FyWh3FM43DbY8jOzCdEPzH7uflhTftRbCEpqi6Ly2osgoU8OwObtmavMbWLaWy4LX7A==}
|
|
322
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
323
|
+
hasBin: true
|
|
324
|
+
|
|
325
|
+
send@1.2.1:
|
|
326
|
+
resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
|
|
327
|
+
engines: {node: '>= 18'}
|
|
328
|
+
|
|
329
|
+
serve-static@2.2.1:
|
|
330
|
+
resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
|
|
331
|
+
engines: {node: '>= 18'}
|
|
332
|
+
|
|
333
|
+
setprototypeof@1.2.0:
|
|
334
|
+
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
|
335
|
+
|
|
336
|
+
source-map-js@1.2.1:
|
|
337
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
338
|
+
engines: {node: '>=0.10.0'}
|
|
339
|
+
|
|
340
|
+
statuses@2.0.2:
|
|
341
|
+
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
342
|
+
engines: {node: '>= 0.8'}
|
|
343
|
+
|
|
344
|
+
tinyglobby@0.2.17:
|
|
345
|
+
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
|
|
346
|
+
engines: {node: '>=12.0.0'}
|
|
347
|
+
|
|
348
|
+
toidentifier@1.0.1:
|
|
349
|
+
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
|
|
350
|
+
engines: {node: '>=0.6'}
|
|
351
|
+
|
|
352
|
+
typescript@5.9.3:
|
|
353
|
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
354
|
+
engines: {node: '>=14.17'}
|
|
355
|
+
hasBin: true
|
|
356
|
+
|
|
357
|
+
undici-types@7.18.2:
|
|
358
|
+
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
|
|
359
|
+
|
|
360
|
+
vite@8.2.1:
|
|
361
|
+
resolution: {integrity: sha512-EU/eS7BH3XROHh2YnBefjM6DBKA6ZeMZEYQbj7NLWg5wHYlhB8B/Mayd5XsgWq+NFYccDOTemRpdETWR6Ka/lw==}
|
|
362
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
363
|
+
hasBin: true
|
|
364
|
+
peerDependencies:
|
|
365
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
366
|
+
'@vitejs/devtools': ^0.4.0
|
|
367
|
+
esbuild: ^0.27.0 || ^0.28.0
|
|
368
|
+
jiti: '>=1.21.0'
|
|
369
|
+
less: ^4.0.0
|
|
370
|
+
sass: ^1.70.0
|
|
371
|
+
sass-embedded: ^1.70.0
|
|
372
|
+
stylus: '>=0.54.8'
|
|
373
|
+
sugarss: ^5.0.0
|
|
374
|
+
terser: ^5.16.0
|
|
375
|
+
tsx: ^4.8.1
|
|
376
|
+
yaml: ^2.4.2
|
|
377
|
+
peerDependenciesMeta:
|
|
378
|
+
'@types/node':
|
|
379
|
+
optional: true
|
|
380
|
+
'@vitejs/devtools':
|
|
381
|
+
optional: true
|
|
382
|
+
esbuild:
|
|
383
|
+
optional: true
|
|
384
|
+
jiti:
|
|
385
|
+
optional: true
|
|
386
|
+
less:
|
|
387
|
+
optional: true
|
|
388
|
+
sass:
|
|
389
|
+
optional: true
|
|
390
|
+
sass-embedded:
|
|
391
|
+
optional: true
|
|
392
|
+
stylus:
|
|
393
|
+
optional: true
|
|
394
|
+
sugarss:
|
|
395
|
+
optional: true
|
|
396
|
+
terser:
|
|
397
|
+
optional: true
|
|
398
|
+
tsx:
|
|
399
|
+
optional: true
|
|
400
|
+
yaml:
|
|
401
|
+
optional: true
|
|
402
|
+
|
|
403
|
+
which-pm-runs@1.1.0:
|
|
404
|
+
resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==}
|
|
405
|
+
engines: {node: '>=4'}
|
|
406
|
+
|
|
407
|
+
snapshots:
|
|
408
|
+
|
|
409
|
+
'@oxc-project/types@0.143.0': {}
|
|
410
|
+
|
|
411
|
+
'@rolldown/binding-android-arm64@1.2.3':
|
|
412
|
+
optional: true
|
|
413
|
+
|
|
414
|
+
'@rolldown/binding-darwin-arm64@1.2.3':
|
|
415
|
+
optional: true
|
|
416
|
+
|
|
417
|
+
'@rolldown/binding-darwin-x64@1.2.3':
|
|
418
|
+
optional: true
|
|
419
|
+
|
|
420
|
+
'@rolldown/binding-freebsd-x64@1.2.3':
|
|
421
|
+
optional: true
|
|
422
|
+
|
|
423
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.2.3':
|
|
424
|
+
optional: true
|
|
425
|
+
|
|
426
|
+
'@rolldown/binding-linux-arm64-gnu@1.2.3':
|
|
427
|
+
optional: true
|
|
428
|
+
|
|
429
|
+
'@rolldown/binding-linux-arm64-musl@1.2.3':
|
|
430
|
+
optional: true
|
|
431
|
+
|
|
432
|
+
'@rolldown/binding-linux-ppc64-gnu@1.2.3':
|
|
433
|
+
optional: true
|
|
434
|
+
|
|
435
|
+
'@rolldown/binding-linux-s390x-gnu@1.2.3':
|
|
436
|
+
optional: true
|
|
437
|
+
|
|
438
|
+
'@rolldown/binding-linux-x64-gnu@1.2.3':
|
|
439
|
+
optional: true
|
|
440
|
+
|
|
441
|
+
'@rolldown/binding-linux-x64-musl@1.2.3':
|
|
442
|
+
optional: true
|
|
443
|
+
|
|
444
|
+
'@rolldown/binding-openharmony-arm64@1.2.3':
|
|
445
|
+
optional: true
|
|
446
|
+
|
|
447
|
+
'@rolldown/binding-win32-arm64-msvc@1.2.3':
|
|
448
|
+
optional: true
|
|
449
|
+
|
|
450
|
+
'@rolldown/binding-win32-x64-msvc@1.2.3':
|
|
451
|
+
optional: true
|
|
452
|
+
|
|
453
|
+
'@rolldown/pluginutils@1.0.1': {}
|
|
454
|
+
|
|
455
|
+
'@types/http-errors@2.0.5': {}
|
|
456
|
+
|
|
457
|
+
'@types/node@24.13.3':
|
|
458
|
+
dependencies:
|
|
459
|
+
undici-types: 7.18.2
|
|
460
|
+
|
|
461
|
+
'@types/serve-static@2.2.0':
|
|
462
|
+
dependencies:
|
|
463
|
+
'@types/http-errors': 2.0.5
|
|
464
|
+
'@types/node': 24.13.3
|
|
465
|
+
|
|
466
|
+
debug@4.4.3:
|
|
467
|
+
dependencies:
|
|
468
|
+
ms: 2.1.3
|
|
469
|
+
|
|
470
|
+
depd@2.0.0: {}
|
|
471
|
+
|
|
472
|
+
detect-libc@2.1.2: {}
|
|
473
|
+
|
|
474
|
+
ee-first@1.1.1: {}
|
|
475
|
+
|
|
476
|
+
encodeurl@2.0.0: {}
|
|
477
|
+
|
|
478
|
+
escape-html@1.0.3: {}
|
|
479
|
+
|
|
480
|
+
etag@1.8.1: {}
|
|
481
|
+
|
|
482
|
+
eventemitter3@5.0.4: {}
|
|
483
|
+
|
|
484
|
+
fdir@6.5.0(picomatch@4.0.5):
|
|
485
|
+
optionalDependencies:
|
|
486
|
+
picomatch: 4.0.5
|
|
487
|
+
|
|
488
|
+
fresh@2.0.0: {}
|
|
489
|
+
|
|
490
|
+
fsevents@2.3.3:
|
|
491
|
+
optional: true
|
|
492
|
+
|
|
493
|
+
http-errors@2.0.1:
|
|
494
|
+
dependencies:
|
|
495
|
+
depd: 2.0.0
|
|
496
|
+
inherits: 2.0.4
|
|
497
|
+
setprototypeof: 1.2.0
|
|
498
|
+
statuses: 2.0.2
|
|
499
|
+
toidentifier: 1.0.1
|
|
500
|
+
|
|
501
|
+
inherits@2.0.4: {}
|
|
502
|
+
|
|
503
|
+
lightningcss-android-arm64@1.33.0:
|
|
504
|
+
optional: true
|
|
505
|
+
|
|
506
|
+
lightningcss-darwin-arm64@1.33.0:
|
|
507
|
+
optional: true
|
|
508
|
+
|
|
509
|
+
lightningcss-darwin-x64@1.33.0:
|
|
510
|
+
optional: true
|
|
511
|
+
|
|
512
|
+
lightningcss-freebsd-x64@1.33.0:
|
|
513
|
+
optional: true
|
|
514
|
+
|
|
515
|
+
lightningcss-linux-arm-gnueabihf@1.33.0:
|
|
516
|
+
optional: true
|
|
517
|
+
|
|
518
|
+
lightningcss-linux-arm64-gnu@1.33.0:
|
|
519
|
+
optional: true
|
|
520
|
+
|
|
521
|
+
lightningcss-linux-arm64-musl@1.33.0:
|
|
522
|
+
optional: true
|
|
523
|
+
|
|
524
|
+
lightningcss-linux-x64-gnu@1.33.0:
|
|
525
|
+
optional: true
|
|
526
|
+
|
|
527
|
+
lightningcss-linux-x64-musl@1.33.0:
|
|
528
|
+
optional: true
|
|
529
|
+
|
|
530
|
+
lightningcss-win32-arm64-msvc@1.33.0:
|
|
531
|
+
optional: true
|
|
532
|
+
|
|
533
|
+
lightningcss-win32-x64-msvc@1.33.0:
|
|
534
|
+
optional: true
|
|
535
|
+
|
|
536
|
+
lightningcss@1.33.0:
|
|
537
|
+
dependencies:
|
|
538
|
+
detect-libc: 2.1.2
|
|
539
|
+
optionalDependencies:
|
|
540
|
+
lightningcss-android-arm64: 1.33.0
|
|
541
|
+
lightningcss-darwin-arm64: 1.33.0
|
|
542
|
+
lightningcss-darwin-x64: 1.33.0
|
|
543
|
+
lightningcss-freebsd-x64: 1.33.0
|
|
544
|
+
lightningcss-linux-arm-gnueabihf: 1.33.0
|
|
545
|
+
lightningcss-linux-arm64-gnu: 1.33.0
|
|
546
|
+
lightningcss-linux-arm64-musl: 1.33.0
|
|
547
|
+
lightningcss-linux-x64-gnu: 1.33.0
|
|
548
|
+
lightningcss-linux-x64-musl: 1.33.0
|
|
549
|
+
lightningcss-win32-arm64-msvc: 1.33.0
|
|
550
|
+
lightningcss-win32-x64-msvc: 1.33.0
|
|
551
|
+
|
|
552
|
+
mime-db@1.54.0: {}
|
|
553
|
+
|
|
554
|
+
mime-types@3.0.2:
|
|
555
|
+
dependencies:
|
|
556
|
+
mime-db: 1.54.0
|
|
557
|
+
|
|
558
|
+
ms@2.1.3: {}
|
|
559
|
+
|
|
560
|
+
nanoid@3.3.18: {}
|
|
561
|
+
|
|
562
|
+
on-finished@2.4.1:
|
|
563
|
+
dependencies:
|
|
564
|
+
ee-first: 1.1.1
|
|
565
|
+
|
|
566
|
+
only-allow@1.2.2:
|
|
567
|
+
dependencies:
|
|
568
|
+
which-pm-runs: 1.1.0
|
|
569
|
+
|
|
570
|
+
parseurl@1.3.3: {}
|
|
571
|
+
|
|
572
|
+
phaser@3.90.0:
|
|
573
|
+
dependencies:
|
|
574
|
+
eventemitter3: 5.0.4
|
|
575
|
+
|
|
576
|
+
picocolors@1.1.1: {}
|
|
577
|
+
|
|
578
|
+
picomatch@4.0.5: {}
|
|
579
|
+
|
|
580
|
+
postcss@8.5.26:
|
|
581
|
+
dependencies:
|
|
582
|
+
nanoid: 3.3.18
|
|
583
|
+
picocolors: 1.1.1
|
|
584
|
+
source-map-js: 1.2.1
|
|
585
|
+
|
|
586
|
+
range-parser@1.3.0: {}
|
|
587
|
+
|
|
588
|
+
rolldown@1.2.3:
|
|
589
|
+
dependencies:
|
|
590
|
+
'@oxc-project/types': 0.143.0
|
|
591
|
+
'@rolldown/pluginutils': 1.0.1
|
|
592
|
+
optionalDependencies:
|
|
593
|
+
'@rolldown/binding-android-arm64': 1.2.3
|
|
594
|
+
'@rolldown/binding-darwin-arm64': 1.2.3
|
|
595
|
+
'@rolldown/binding-darwin-x64': 1.2.3
|
|
596
|
+
'@rolldown/binding-freebsd-x64': 1.2.3
|
|
597
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.2.3
|
|
598
|
+
'@rolldown/binding-linux-arm64-gnu': 1.2.3
|
|
599
|
+
'@rolldown/binding-linux-arm64-musl': 1.2.3
|
|
600
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.2.3
|
|
601
|
+
'@rolldown/binding-linux-s390x-gnu': 1.2.3
|
|
602
|
+
'@rolldown/binding-linux-x64-gnu': 1.2.3
|
|
603
|
+
'@rolldown/binding-linux-x64-musl': 1.2.3
|
|
604
|
+
'@rolldown/binding-openharmony-arm64': 1.2.3
|
|
605
|
+
'@rolldown/binding-win32-arm64-msvc': 1.2.3
|
|
606
|
+
'@rolldown/binding-win32-x64-msvc': 1.2.3
|
|
607
|
+
|
|
608
|
+
send@1.2.1:
|
|
609
|
+
dependencies:
|
|
610
|
+
debug: 4.4.3
|
|
611
|
+
encodeurl: 2.0.0
|
|
612
|
+
escape-html: 1.0.3
|
|
613
|
+
etag: 1.8.1
|
|
614
|
+
fresh: 2.0.0
|
|
615
|
+
http-errors: 2.0.1
|
|
616
|
+
mime-types: 3.0.2
|
|
617
|
+
ms: 2.1.3
|
|
618
|
+
on-finished: 2.4.1
|
|
619
|
+
range-parser: 1.3.0
|
|
620
|
+
statuses: 2.0.2
|
|
621
|
+
transitivePeerDependencies:
|
|
622
|
+
- supports-color
|
|
623
|
+
|
|
624
|
+
serve-static@2.2.1:
|
|
625
|
+
dependencies:
|
|
626
|
+
encodeurl: 2.0.0
|
|
627
|
+
escape-html: 1.0.3
|
|
628
|
+
parseurl: 1.3.3
|
|
629
|
+
send: 1.2.1
|
|
630
|
+
transitivePeerDependencies:
|
|
631
|
+
- supports-color
|
|
632
|
+
|
|
633
|
+
setprototypeof@1.2.0: {}
|
|
634
|
+
|
|
635
|
+
source-map-js@1.2.1: {}
|
|
636
|
+
|
|
637
|
+
statuses@2.0.2: {}
|
|
638
|
+
|
|
639
|
+
tinyglobby@0.2.17:
|
|
640
|
+
dependencies:
|
|
641
|
+
fdir: 6.5.0(picomatch@4.0.5)
|
|
642
|
+
picomatch: 4.0.5
|
|
643
|
+
|
|
644
|
+
toidentifier@1.0.1: {}
|
|
645
|
+
|
|
646
|
+
typescript@5.9.3: {}
|
|
647
|
+
|
|
648
|
+
undici-types@7.18.2: {}
|
|
649
|
+
|
|
650
|
+
vite@8.2.1(@types/node@24.13.3):
|
|
651
|
+
dependencies:
|
|
652
|
+
lightningcss: 1.33.0
|
|
653
|
+
picomatch: 4.0.5
|
|
654
|
+
postcss: 8.5.26
|
|
655
|
+
rolldown: 1.2.3
|
|
656
|
+
tinyglobby: 0.2.17
|
|
657
|
+
optionalDependencies:
|
|
658
|
+
'@types/node': 24.13.3
|
|
659
|
+
fsevents: 2.3.3
|
|
660
|
+
|
|
661
|
+
which-pm-runs@1.1.0: {}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
set -Eeuo pipefail
|
|
3
|
+
|
|
4
|
+
COZE_WORKSPACE_PATH="${COZE_WORKSPACE_PATH:-$(pwd)}"
|
|
5
|
+
PORT="${DEPLOY_RUN_PORT:-${PORT:-<%= port %>}}"
|
|
6
|
+
cd "${COZE_WORKSPACE_PATH}"
|
|
7
|
+
|
|
8
|
+
COZE_PHASER_GAME_ENV=DEV pnpm vite \
|
|
9
|
+
--port "${PORT}" \
|
|
10
|
+
--host 127.0.0.1 \
|
|
11
|
+
--strictPort
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
set -Eeuo pipefail
|
|
3
|
+
|
|
4
|
+
COZE_WORKSPACE_PATH="${COZE_WORKSPACE_PATH:-$(pwd)}"
|
|
5
|
+
PORT="${DEPLOY_RUN_PORT:-${PORT:-<%= port %>}}"
|
|
6
|
+
cd "${COZE_WORKSPACE_PATH}"
|
|
7
|
+
|
|
8
|
+
COZE_PHASER_GAME_ENV=PROD pnpm vite preview \
|
|
9
|
+
--port "${PORT}" \
|
|
10
|
+
--host 127.0.0.1 \
|
|
11
|
+
--strictPort
|