voice-mode 3.34.3__py3-none-any.whl → 4.1.0__py3-none-any.whl
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.
- voice_mode/__version__.py +1 -1
- voice_mode/cli.py +8 -0
- voice_mode/cli_commands/pronounce_commands.py +223 -0
- voice_mode/cli_commands/transcribe.py +141 -0
- voice_mode/config.py +139 -37
- voice_mode/data/default_pronunciation.yaml +268 -0
- voice_mode/frontend/.next/BUILD_ID +1 -0
- voice_mode/frontend/.next/app-build-manifest.json +28 -0
- voice_mode/frontend/.next/app-path-routes-manifest.json +1 -0
- voice_mode/frontend/.next/build-manifest.json +32 -0
- voice_mode/frontend/.next/export-marker.json +1 -0
- voice_mode/frontend/.next/images-manifest.json +1 -0
- voice_mode/frontend/.next/next-minimal-server.js.nft.json +1 -0
- voice_mode/frontend/.next/next-server.js.nft.json +1 -0
- voice_mode/frontend/.next/package.json +1 -0
- voice_mode/frontend/.next/prerender-manifest.json +1 -0
- voice_mode/frontend/.next/react-loadable-manifest.json +1 -0
- voice_mode/frontend/.next/required-server-files.json +1 -0
- voice_mode/frontend/.next/routes-manifest.json +1 -0
- voice_mode/frontend/.next/server/app/_not-found/page.js +1 -0
- voice_mode/frontend/.next/server/app/_not-found/page.js.nft.json +1 -0
- voice_mode/frontend/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- voice_mode/frontend/.next/server/app/_not-found.html +1 -0
- voice_mode/frontend/.next/server/app/_not-found.meta +6 -0
- voice_mode/frontend/.next/server/app/_not-found.rsc +9 -0
- voice_mode/frontend/.next/server/app/api/connection-details/route.js +12 -0
- voice_mode/frontend/.next/server/app/api/connection-details/route.js.nft.json +1 -0
- voice_mode/frontend/.next/server/app/favicon.ico/route.js +12 -0
- voice_mode/frontend/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- voice_mode/frontend/.next/server/app/favicon.ico.body +0 -0
- voice_mode/frontend/.next/server/app/favicon.ico.meta +1 -0
- voice_mode/frontend/.next/server/app/index.html +1 -0
- voice_mode/frontend/.next/server/app/index.meta +5 -0
- voice_mode/frontend/.next/server/app/index.rsc +7 -0
- voice_mode/frontend/.next/server/app/page.js +11 -0
- voice_mode/frontend/.next/server/app/page.js.nft.json +1 -0
- voice_mode/frontend/.next/server/app/page_client-reference-manifest.js +1 -0
- voice_mode/frontend/.next/server/app-paths-manifest.json +6 -0
- voice_mode/frontend/.next/server/chunks/463.js +1 -0
- voice_mode/frontend/.next/server/chunks/682.js +6 -0
- voice_mode/frontend/.next/server/chunks/948.js +2 -0
- voice_mode/frontend/.next/server/chunks/994.js +2 -0
- voice_mode/frontend/.next/server/chunks/font-manifest.json +1 -0
- voice_mode/frontend/.next/server/font-manifest.json +1 -0
- voice_mode/frontend/.next/server/functions-config-manifest.json +1 -0
- voice_mode/frontend/.next/server/interception-route-rewrite-manifest.js +1 -0
- voice_mode/frontend/.next/server/middleware-build-manifest.js +1 -0
- voice_mode/frontend/.next/server/middleware-manifest.json +6 -0
- voice_mode/frontend/.next/server/middleware-react-loadable-manifest.js +1 -0
- voice_mode/frontend/.next/server/next-font-manifest.js +1 -0
- voice_mode/frontend/.next/server/next-font-manifest.json +1 -0
- voice_mode/frontend/.next/server/pages/404.html +1 -0
- voice_mode/frontend/.next/server/pages/500.html +1 -0
- voice_mode/frontend/.next/server/pages/_app.js +1 -0
- voice_mode/frontend/.next/server/pages/_app.js.nft.json +1 -0
- voice_mode/frontend/.next/server/pages/_document.js +1 -0
- voice_mode/frontend/.next/server/pages/_document.js.nft.json +1 -0
- voice_mode/frontend/.next/server/pages/_error.js +1 -0
- voice_mode/frontend/.next/server/pages/_error.js.nft.json +1 -0
- voice_mode/frontend/.next/server/pages-manifest.json +1 -0
- voice_mode/frontend/.next/server/server-reference-manifest.js +1 -0
- voice_mode/frontend/.next/server/server-reference-manifest.json +1 -0
- voice_mode/frontend/.next/server/webpack-runtime.js +1 -0
- voice_mode/frontend/.next/standalone/.next/BUILD_ID +1 -0
- voice_mode/frontend/.next/standalone/.next/app-build-manifest.json +28 -0
- voice_mode/frontend/.next/standalone/.next/app-path-routes-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/build-manifest.json +32 -0
- voice_mode/frontend/.next/standalone/.next/package.json +1 -0
- voice_mode/frontend/.next/standalone/.next/prerender-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/react-loadable-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/required-server-files.json +1 -0
- voice_mode/frontend/.next/standalone/.next/routes-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.html +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.meta +6 -0
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.rsc +9 -0
- voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js +12 -0
- voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js +12 -0
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico.body +0 -0
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico.meta +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/index.html +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/index.meta +5 -0
- voice_mode/frontend/.next/standalone/.next/server/app/index.rsc +7 -0
- voice_mode/frontend/.next/standalone/.next/server/app/page.js +11 -0
- voice_mode/frontend/.next/standalone/.next/server/app/page.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/app-paths-manifest.json +6 -0
- voice_mode/frontend/.next/standalone/.next/server/chunks/463.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/chunks/682.js +6 -0
- voice_mode/frontend/.next/standalone/.next/server/chunks/948.js +2 -0
- voice_mode/frontend/.next/standalone/.next/server/chunks/994.js +2 -0
- voice_mode/frontend/.next/standalone/.next/server/font-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/middleware-build-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/middleware-manifest.json +6 -0
- voice_mode/frontend/.next/standalone/.next/server/middleware-react-loadable-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/404.html +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/500.html +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_app.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_app.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_document.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_document.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_error.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages/_error.js.nft.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/pages-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.js +1 -0
- voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.json +1 -0
- voice_mode/frontend/.next/standalone/.next/server/webpack-runtime.js +1 -0
- voice_mode/frontend/.next/standalone/package.json +40 -0
- voice_mode/frontend/.next/standalone/server.js +38 -0
- voice_mode/frontend/.next/static/chunks/117-40bc79a2b97edb21.js +2 -0
- voice_mode/frontend/.next/static/chunks/144d3bae-2d5f122b82426d88.js +1 -0
- voice_mode/frontend/.next/static/chunks/471-bd4b96a33883dfa2.js +3 -0
- voice_mode/frontend/.next/static/chunks/app/_not-found/page-5011050e402ab9c8.js +1 -0
- voice_mode/frontend/.next/static/chunks/app/layout-fcb9b9ba5b72c7fc.js +1 -0
- voice_mode/frontend/.next/static/chunks/app/page-7c7ec2ad413ace39.js +1 -0
- voice_mode/frontend/.next/static/chunks/fd9d1056-af324d327b243cf1.js +1 -0
- voice_mode/frontend/.next/static/chunks/framework-f66176bb897dc684.js +1 -0
- voice_mode/frontend/.next/static/chunks/main-3163eca598b76a9f.js +1 -0
- voice_mode/frontend/.next/static/chunks/main-app-d02bd38ac01adb8a.js +1 -0
- voice_mode/frontend/.next/static/chunks/pages/_app-72b849fbd24ac258.js +1 -0
- voice_mode/frontend/.next/static/chunks/pages/_error-7ba65e1336b92748.js +1 -0
- voice_mode/frontend/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- voice_mode/frontend/.next/static/chunks/webpack-0ea9b80f19935b70.js +1 -0
- voice_mode/frontend/.next/static/css/a2f49a47752b5010.css +3 -0
- voice_mode/frontend/.next/static/media/01099be941da1820-s.woff2 +0 -0
- voice_mode/frontend/.next/static/media/39883d31a7792467-s.p.woff2 +0 -0
- voice_mode/frontend/.next/static/media/6368404d2e8d66fe-s.woff2 +0 -0
- voice_mode/frontend/.next/static/pbDjheefW1LwCua_8mPoZ/_buildManifest.js +1 -0
- voice_mode/frontend/.next/static/pbDjheefW1LwCua_8mPoZ/_ssgManifest.js +1 -0
- voice_mode/frontend/.next/trace +43 -0
- voice_mode/frontend/.next/types/app/api/connection-details/route.ts +343 -0
- voice_mode/frontend/.next/types/app/layout.ts +79 -0
- voice_mode/frontend/.next/types/app/page.ts +79 -0
- voice_mode/frontend/.next/types/package.json +1 -0
- voice_mode/frontend/package-lock.json +154 -1
- voice_mode/pronounce.py +397 -0
- voice_mode/providers.py +7 -8
- voice_mode/resources/configuration.py +2 -2
- voice_mode/tools/configuration_management.py +106 -5
- voice_mode/tools/converse.py +109 -0
- voice_mode/tools/pronounce.py +245 -0
- voice_mode/tools/transcription/__init__.py +14 -0
- voice_mode/tools/transcription/backends.py +287 -0
- voice_mode/tools/transcription/core.py +136 -0
- voice_mode/tools/transcription/formats.py +144 -0
- voice_mode/tools/transcription/types.py +52 -0
- {voice_mode-3.34.3.dist-info → voice_mode-4.1.0.dist-info}/METADATA +5 -2
- voice_mode-4.1.0.dist-info/RECORD +259 -0
- voice_mode/voice_preferences.py +0 -125
- voice_mode-3.34.3.dist-info/RECORD +0 -116
- {voice_mode-3.34.3.dist-info → voice_mode-4.1.0.dist-info}/WHEEL +0 -0
- {voice_mode-3.34.3.dist-info → voice_mode-4.1.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,268 @@
|
|
1
|
+
version: 1
|
2
|
+
tts_rules:
|
3
|
+
# Company names
|
4
|
+
- name: "3m_company"
|
5
|
+
order: 10
|
6
|
+
pattern: '\b3M\b'
|
7
|
+
replacement: 'three em'
|
8
|
+
enabled: true
|
9
|
+
description: "Pronounce 3M company name correctly"
|
10
|
+
private: false
|
11
|
+
|
12
|
+
# Networking terms
|
13
|
+
- name: "poe_acronym"
|
14
|
+
order: 20
|
15
|
+
pattern: '\bPoE\+?\b'
|
16
|
+
replacement: 'P O E'
|
17
|
+
enabled: true
|
18
|
+
description: "Power over Ethernet acronym"
|
19
|
+
private: false
|
20
|
+
|
21
|
+
- name: "gigabit_ethernet"
|
22
|
+
order: 30
|
23
|
+
pattern: '\b(\d+(?:\.\d+)?)\s*GbE\b'
|
24
|
+
replacement: '$1 gigabit ethernet'
|
25
|
+
enabled: true
|
26
|
+
description: "Expand GbE to gigabit ethernet with number"
|
27
|
+
private: false
|
28
|
+
|
29
|
+
- name: "tcp_ip"
|
30
|
+
order: 40
|
31
|
+
pattern: '\bTCP/IP\b'
|
32
|
+
replacement: 'T C P I P'
|
33
|
+
enabled: true
|
34
|
+
description: "Pronounce TCP/IP as individual letters"
|
35
|
+
private: false
|
36
|
+
|
37
|
+
- name: "ssh"
|
38
|
+
order: 50
|
39
|
+
pattern: '\bSSH\b'
|
40
|
+
replacement: 'S S H'
|
41
|
+
enabled: true
|
42
|
+
description: "Pronounce SSH as individual letters"
|
43
|
+
private: false
|
44
|
+
|
45
|
+
- name: "https"
|
46
|
+
order: 60
|
47
|
+
pattern: '\bHTTPS\b'
|
48
|
+
replacement: 'H T T P S'
|
49
|
+
enabled: true
|
50
|
+
description: "Pronounce HTTPS as individual letters"
|
51
|
+
private: false
|
52
|
+
|
53
|
+
# Model numbers and versions
|
54
|
+
- name: "unifi_u7"
|
55
|
+
order: 70
|
56
|
+
pattern: '\bU7\b'
|
57
|
+
replacement: 'U seven'
|
58
|
+
enabled: true
|
59
|
+
description: "UniFi U7 model number"
|
60
|
+
private: false
|
61
|
+
|
62
|
+
- name: "wifi_6e"
|
63
|
+
order: 80
|
64
|
+
pattern: '\bWiFi 6E\b'
|
65
|
+
replacement: 'wifi six E'
|
66
|
+
enabled: true
|
67
|
+
description: "WiFi 6E standard"
|
68
|
+
private: false
|
69
|
+
|
70
|
+
- name: "wifi_7"
|
71
|
+
order: 90
|
72
|
+
pattern: '\bWiFi 7\b'
|
73
|
+
replacement: 'wifi seven'
|
74
|
+
enabled: true
|
75
|
+
description: "WiFi 7 standard"
|
76
|
+
private: false
|
77
|
+
|
78
|
+
# Units and measurements
|
79
|
+
- name: "gigahertz"
|
80
|
+
order: 100
|
81
|
+
pattern: '\b(\d+(?:\.\d+)?)\s*GHz\b'
|
82
|
+
replacement: '$1 gigahertz'
|
83
|
+
enabled: true
|
84
|
+
description: "Expand GHz to gigahertz"
|
85
|
+
private: false
|
86
|
+
|
87
|
+
- name: "megahertz"
|
88
|
+
order: 110
|
89
|
+
pattern: '\b(\d+(?:\.\d+)?)\s*MHz\b'
|
90
|
+
replacement: '$1 megahertz'
|
91
|
+
enabled: true
|
92
|
+
description: "Expand MHz to megahertz"
|
93
|
+
private: false
|
94
|
+
|
95
|
+
- name: "gigabytes"
|
96
|
+
order: 120
|
97
|
+
pattern: '\b(\d+(?:\.\d+)?)\s*GB\b'
|
98
|
+
replacement: '$1 gigabytes'
|
99
|
+
enabled: true
|
100
|
+
description: "Expand GB to gigabytes"
|
101
|
+
private: false
|
102
|
+
|
103
|
+
- name: "terabytes"
|
104
|
+
order: 130
|
105
|
+
pattern: '\b(\d+(?:\.\d+)?)\s*TB\b'
|
106
|
+
replacement: '$1 terabytes'
|
107
|
+
enabled: true
|
108
|
+
description: "Expand TB to terabytes"
|
109
|
+
private: false
|
110
|
+
|
111
|
+
- name: "milliseconds"
|
112
|
+
order: 140
|
113
|
+
pattern: '\b(\d+(?:\.\d+)?)\s*ms\b'
|
114
|
+
replacement: '$1 milliseconds'
|
115
|
+
enabled: true
|
116
|
+
description: "Expand ms to milliseconds"
|
117
|
+
private: false
|
118
|
+
|
119
|
+
# Cloud providers
|
120
|
+
- name: "aws"
|
121
|
+
order: 150
|
122
|
+
pattern: '\bAWS\b'
|
123
|
+
replacement: 'A W S'
|
124
|
+
enabled: true
|
125
|
+
description: "Amazon Web Services"
|
126
|
+
private: false
|
127
|
+
|
128
|
+
- name: "gcp"
|
129
|
+
order: 160
|
130
|
+
pattern: '\bGCP\b'
|
131
|
+
replacement: 'G C P'
|
132
|
+
enabled: true
|
133
|
+
description: "Google Cloud Platform"
|
134
|
+
private: false
|
135
|
+
|
136
|
+
# Programming terms
|
137
|
+
- name: "json"
|
138
|
+
order: 170
|
139
|
+
pattern: '\bJSON\b'
|
140
|
+
replacement: 'jason'
|
141
|
+
enabled: true
|
142
|
+
description: "Pronounce JSON as Jason"
|
143
|
+
private: false
|
144
|
+
|
145
|
+
- name: "yaml"
|
146
|
+
order: 180
|
147
|
+
pattern: '\bYAML\b'
|
148
|
+
replacement: 'yammel'
|
149
|
+
enabled: true
|
150
|
+
description: "Pronounce YAML as yammel"
|
151
|
+
private: false
|
152
|
+
|
153
|
+
- name: "api"
|
154
|
+
order: 190
|
155
|
+
pattern: '\bAPI\b'
|
156
|
+
replacement: 'A P I'
|
157
|
+
enabled: true
|
158
|
+
description: "Pronounce API as individual letters"
|
159
|
+
private: false
|
160
|
+
|
161
|
+
- name: "cli"
|
162
|
+
order: 200
|
163
|
+
pattern: '\bCLI\b'
|
164
|
+
replacement: 'C L I'
|
165
|
+
enabled: true
|
166
|
+
description: "Command Line Interface"
|
167
|
+
private: false
|
168
|
+
|
169
|
+
# Project specific
|
170
|
+
- name: "mcp"
|
171
|
+
order: 210
|
172
|
+
pattern: '\bMCP\b'
|
173
|
+
replacement: 'M C P'
|
174
|
+
enabled: true
|
175
|
+
description: "Model Context Protocol"
|
176
|
+
private: false
|
177
|
+
|
178
|
+
- name: "tts"
|
179
|
+
order: 220
|
180
|
+
pattern: '\bTTS\b'
|
181
|
+
replacement: 'T T S'
|
182
|
+
enabled: true
|
183
|
+
description: "Text to Speech"
|
184
|
+
private: false
|
185
|
+
|
186
|
+
- name: "stt"
|
187
|
+
order: 230
|
188
|
+
pattern: '\bSTT\b'
|
189
|
+
replacement: 'S T T'
|
190
|
+
enabled: true
|
191
|
+
description: "Speech to Text"
|
192
|
+
private: false
|
193
|
+
|
194
|
+
stt_rules:
|
195
|
+
# Common Whisper mishearings
|
196
|
+
- name: "metool_correction"
|
197
|
+
order: 10
|
198
|
+
pattern: '\bme tool\b'
|
199
|
+
replacement: 'metool'
|
200
|
+
enabled: true
|
201
|
+
description: "Correct Whisper hearing 'me tool' as two words"
|
202
|
+
private: false
|
203
|
+
|
204
|
+
- name: "cora_seven"
|
205
|
+
order: 20
|
206
|
+
pattern: '\bcora 7\b'
|
207
|
+
replacement: 'Cora 7'
|
208
|
+
enabled: true
|
209
|
+
description: "Ensure proper capitalization of Cora 7"
|
210
|
+
private: false
|
211
|
+
|
212
|
+
- name: "ai_cora"
|
213
|
+
order: 30
|
214
|
+
pattern: '\bAI cora\b'
|
215
|
+
replacement: 'ai-cora'
|
216
|
+
enabled: true
|
217
|
+
description: "GitHub username format"
|
218
|
+
private: false
|
219
|
+
|
220
|
+
# Programming terms often misheard
|
221
|
+
- name: "python_capital"
|
222
|
+
order: 40
|
223
|
+
pattern: '\bpython\b'
|
224
|
+
replacement: 'Python'
|
225
|
+
enabled: true
|
226
|
+
description: "Capitalize Python language name"
|
227
|
+
private: false
|
228
|
+
|
229
|
+
- name: "github_capital"
|
230
|
+
order: 50
|
231
|
+
pattern: '\bgithub\b'
|
232
|
+
replacement: 'GitHub'
|
233
|
+
enabled: true
|
234
|
+
description: "Correct GitHub capitalization"
|
235
|
+
private: false
|
236
|
+
|
237
|
+
- name: "tmux_spelling"
|
238
|
+
order: 60
|
239
|
+
pattern: '\b(tee mux|t mux|teamux)\b'
|
240
|
+
replacement: 'tmux'
|
241
|
+
enabled: true
|
242
|
+
description: "Correct various tmux mishearings"
|
243
|
+
private: false
|
244
|
+
|
245
|
+
- name: "neovim_spelling"
|
246
|
+
order: 70
|
247
|
+
pattern: '\b(neo vim|neovem|neovam)\b'
|
248
|
+
replacement: 'Neovim'
|
249
|
+
enabled: true
|
250
|
+
description: "Correct Neovim mishearings"
|
251
|
+
private: false
|
252
|
+
|
253
|
+
# Common phrases
|
254
|
+
- name: "lets_contraction"
|
255
|
+
order: 80
|
256
|
+
pattern: '\blet us\b'
|
257
|
+
replacement: "let's"
|
258
|
+
enabled: true
|
259
|
+
description: "Contract 'let us' to let's"
|
260
|
+
private: false
|
261
|
+
|
262
|
+
- name: "its_contraction"
|
263
|
+
order: 90
|
264
|
+
pattern: '\bit is\b'
|
265
|
+
replacement: "it's"
|
266
|
+
enabled: false # Disabled by default as it can be wrong
|
267
|
+
description: "Contract 'it is' to it's (use carefully)"
|
268
|
+
private: false
|
@@ -0,0 +1 @@
|
|
1
|
+
pbDjheefW1LwCua_8mPoZ
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"pages": {
|
3
|
+
"/_not-found/page": [
|
4
|
+
"static/chunks/webpack-0ea9b80f19935b70.js",
|
5
|
+
"static/chunks/fd9d1056-af324d327b243cf1.js",
|
6
|
+
"static/chunks/117-40bc79a2b97edb21.js",
|
7
|
+
"static/chunks/main-app-d02bd38ac01adb8a.js",
|
8
|
+
"static/chunks/app/_not-found/page-5011050e402ab9c8.js"
|
9
|
+
],
|
10
|
+
"/layout": [
|
11
|
+
"static/chunks/webpack-0ea9b80f19935b70.js",
|
12
|
+
"static/chunks/fd9d1056-af324d327b243cf1.js",
|
13
|
+
"static/chunks/117-40bc79a2b97edb21.js",
|
14
|
+
"static/chunks/main-app-d02bd38ac01adb8a.js",
|
15
|
+
"static/css/a2f49a47752b5010.css",
|
16
|
+
"static/chunks/app/layout-fcb9b9ba5b72c7fc.js"
|
17
|
+
],
|
18
|
+
"/page": [
|
19
|
+
"static/chunks/webpack-0ea9b80f19935b70.js",
|
20
|
+
"static/chunks/fd9d1056-af324d327b243cf1.js",
|
21
|
+
"static/chunks/117-40bc79a2b97edb21.js",
|
22
|
+
"static/chunks/main-app-d02bd38ac01adb8a.js",
|
23
|
+
"static/chunks/144d3bae-2d5f122b82426d88.js",
|
24
|
+
"static/chunks/471-bd4b96a33883dfa2.js",
|
25
|
+
"static/chunks/app/page-7c7ec2ad413ace39.js"
|
26
|
+
]
|
27
|
+
}
|
28
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"/_not-found/page":"/_not-found","/favicon.ico/route":"/favicon.ico","/page":"/","/api/connection-details/route":"/api/connection-details"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
{
|
2
|
+
"polyfillFiles": [
|
3
|
+
"static/chunks/polyfills-42372ed130431b0a.js"
|
4
|
+
],
|
5
|
+
"devFiles": [],
|
6
|
+
"ampDevFiles": [],
|
7
|
+
"lowPriorityFiles": [
|
8
|
+
"static/pbDjheefW1LwCua_8mPoZ/_buildManifest.js",
|
9
|
+
"static/pbDjheefW1LwCua_8mPoZ/_ssgManifest.js"
|
10
|
+
],
|
11
|
+
"rootMainFiles": [
|
12
|
+
"static/chunks/webpack-0ea9b80f19935b70.js",
|
13
|
+
"static/chunks/fd9d1056-af324d327b243cf1.js",
|
14
|
+
"static/chunks/117-40bc79a2b97edb21.js",
|
15
|
+
"static/chunks/main-app-d02bd38ac01adb8a.js"
|
16
|
+
],
|
17
|
+
"pages": {
|
18
|
+
"/_app": [
|
19
|
+
"static/chunks/webpack-0ea9b80f19935b70.js",
|
20
|
+
"static/chunks/framework-f66176bb897dc684.js",
|
21
|
+
"static/chunks/main-3163eca598b76a9f.js",
|
22
|
+
"static/chunks/pages/_app-72b849fbd24ac258.js"
|
23
|
+
],
|
24
|
+
"/_error": [
|
25
|
+
"static/chunks/webpack-0ea9b80f19935b70.js",
|
26
|
+
"static/chunks/framework-f66176bb897dc684.js",
|
27
|
+
"static/chunks/main-3163eca598b76a9f.js",
|
28
|
+
"static/chunks/pages/_error-7ba65e1336b92748.js"
|
29
|
+
]
|
30
|
+
},
|
31
|
+
"ampFirstPages": []
|
32
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":1,"hasExportPathMap":false,"exportTrailingSlash":false,"isNextImageImported":false}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":1,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"inline","remotePatterns":[],"unoptimized":false,"sizes":[640,750,828,1080,1200,1920,2048,3840,16,32,48,64,96,128,256,384]}}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":1,"files":["../node_modules/styled-jsx/index.js","../node_modules/styled-jsx/package.json","../node_modules/styled-jsx/dist/index/index.js","../node_modules/react/package.json","../node_modules/react/index.js","../node_modules/client-only/package.json","../node_modules/react/cjs/react.production.min.js","../node_modules/client-only/index.js","../node_modules/styled-jsx/style.js","../node_modules/next/dist/compiled/next-server/server.runtime.prod.js","../node_modules/next/package.json","../node_modules/next/dist/lib/constants.js","../node_modules/next/dist/server/body-streams.js","../node_modules/next/dist/lib/picocolors.js","../node_modules/next/dist/shared/lib/constants.js","../node_modules/next/dist/server/web/utils.js","../node_modules/next/dist/client/components/app-router-headers.js","../node_modules/next/dist/server/lib/trace/tracer.js","../node_modules/next/dist/server/lib/trace/constants.js","../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../node_modules/next/dist/shared/lib/error-source.js","../node_modules/next/dist/shared/lib/modern-browserslist-target.js","../node_modules/next/dist/compiled/debug/package.json","../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../node_modules/next/dist/shared/lib/runtime-config.external.js","../node_modules/next/dist/compiled/debug/index.js","../node_modules/next/dist/compiled/ws/package.json","../node_modules/next/dist/compiled/node-html-parser/package.json","../node_modules/next/dist/compiled/lru-cache/package.json","../node_modules/@swc/helpers/_/_interop_require_default/package.json","../node_modules/next/dist/compiled/ws/index.js","../node_modules/next/dist/compiled/node-html-parser/index.js","../node_modules/next/dist/compiled/lru-cache/index.js","../node_modules/next/dist/client/components/async-local-storage.js","../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../node_modules/@swc/helpers/package.json","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","../node_modules/next/dist/compiled/jsonwebtoken/package.json","../node_modules/next/dist/client/components/react-dev-overlay/server/middleware.js","../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../node_modules/next/dist/compiled/jsonwebtoken/index.js","../node_modules/next/dist/compiled/browserslist/package.json","../node_modules/next/dist/compiled/browserslist/index.js","../node_modules/next/dist/client/components/react-dev-overlay/server/shared.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getRawSourceMap.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js","../node_modules/next/dist/compiled/babel/code-frame.js","../node_modules/next/dist/compiled/json5/package.json","../node_modules/next/dist/compiled/semver/package.json","../node_modules/next/dist/compiled/babel/package.json","../node_modules/next/dist/lib/semver-noop.js","../node_modules/next/dist/compiled/json5/index.js","../node_modules/next/dist/compiled/semver/index.js","../node_modules/next/dist/compiled/stacktrace-parser/package.json","../node_modules/next/dist/compiled/source-map08/package.json","../node_modules/caniuse-lite/dist/unpacker/feature.js","../node_modules/caniuse-lite/dist/unpacker/agents.js","../node_modules/caniuse-lite/dist/unpacker/region.js","../node_modules/next/dist/compiled/babel/bundle.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getSourceMapUrl.js","../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../node_modules/next/dist/compiled/source-map08/source-map.js","../node_modules/caniuse-lite/package.json","../node_modules/next/dist/compiled/babel/core.js","../node_modules/caniuse-lite/data/agents.js","../node_modules/caniuse-lite/dist/lib/statuses.js","../node_modules/caniuse-lite/dist/lib/supported.js","../node_modules/caniuse-lite/dist/unpacker/browsers.js","../node_modules/caniuse-lite/dist/unpacker/browserVersions.js","../node_modules/next/dist/compiled/data-uri-to-buffer/package.json","../node_modules/next/dist/compiled/shell-quote/package.json","../node_modules/next/dist/compiled/data-uri-to-buffer/index.js","../node_modules/next/dist/compiled/shell-quote/index.js","../node_modules/caniuse-lite/data/browsers.js","../node_modules/caniuse-lite/data/browserVersions.js","../node_modules/next/dist/compiled/babel-packages/package.json","../node_modules/next/dist/compiled/babel-packages/packages-bundle.js","../node_modules/next/dist/compiled/babel/parser.js","../node_modules/next/dist/compiled/babel/traverse.js","../node_modules/next/dist/compiled/babel/types.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/html-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/future/route-modules/pages/module.compiled.js"]}
|