create-skybridge 0.0.0-dev.e85f510 → 0.0.0-dev.f561bc3
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/dist/index.d.ts +1 -1
- package/dist/index.js +24 -17
- package/dist/index.test.d.ts +1 -0
- package/dist/index.test.js +27 -0
- package/index.js +6 -1
- package/package.json +5 -2
- package/template/README.md +19 -69
- package/template/_gitignore +2 -192
- package/template/server/package.json +0 -2
- package/template/server/src/server.ts +63 -60
- package/template/web/package.json +1 -9
- package/template/web/src/helpers.ts +1 -1
- package/template/web/src/index.css +23 -113
- package/template/web/src/widgets/magic-8-ball.tsx +22 -0
- package/template/web/vite.config.ts +1 -2
- package/template/.cursor/mcp.json +0 -7
- package/template/.nvmrc +0 -1
- package/template/.vscode/launch.json +0 -16
- package/template/.vscode/settings.json +0 -3
- package/template/.vscode/tasks.json +0 -14
- package/template/docs/demo.gif +0 -0
- package/template/pnpm-lock.yaml +0 -317
- package/template/server/pnpm-lock.yaml +0 -3796
- package/template/server/src/pokedex.ts +0 -148
- package/template/web/components.json +0 -22
- package/template/web/pnpm-lock.yaml +0 -2629
- package/template/web/src/components/ui/shadcn-io/spinner/index.tsx +0 -272
- package/template/web/src/utils.ts +0 -6
- package/template/web/src/widgets/pokemon.tsx +0 -203
|
@@ -1,120 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
@theme inline {
|
|
7
|
-
--radius-sm: calc(var(--radius) - 4px);
|
|
8
|
-
--radius-md: calc(var(--radius) - 2px);
|
|
9
|
-
--radius-lg: var(--radius);
|
|
10
|
-
--radius-xl: calc(var(--radius) + 4px);
|
|
11
|
-
--color-background: var(--background);
|
|
12
|
-
--color-foreground: var(--foreground);
|
|
13
|
-
--color-card: var(--card);
|
|
14
|
-
--color-card-foreground: var(--card-foreground);
|
|
15
|
-
--color-popover: var(--popover);
|
|
16
|
-
--color-popover-foreground: var(--popover-foreground);
|
|
17
|
-
--color-primary: var(--primary);
|
|
18
|
-
--color-primary-foreground: var(--primary-foreground);
|
|
19
|
-
--color-secondary: var(--secondary);
|
|
20
|
-
--color-secondary-foreground: var(--secondary-foreground);
|
|
21
|
-
--color-muted: var(--muted);
|
|
22
|
-
--color-muted-foreground: var(--muted-foreground);
|
|
23
|
-
--color-accent: var(--accent);
|
|
24
|
-
--color-accent-foreground: var(--accent-foreground);
|
|
25
|
-
--color-destructive: var(--destructive);
|
|
26
|
-
--color-border: var(--border);
|
|
27
|
-
--color-input: var(--input);
|
|
28
|
-
--color-ring: var(--ring);
|
|
29
|
-
--color-chart-1: var(--chart-1);
|
|
30
|
-
--color-chart-2: var(--chart-2);
|
|
31
|
-
--color-chart-3: var(--chart-3);
|
|
32
|
-
--color-chart-4: var(--chart-4);
|
|
33
|
-
--color-chart-5: var(--chart-5);
|
|
34
|
-
--color-sidebar: var(--sidebar);
|
|
35
|
-
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
36
|
-
--color-sidebar-primary: var(--sidebar-primary);
|
|
37
|
-
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
38
|
-
--color-sidebar-accent: var(--sidebar-accent);
|
|
39
|
-
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
40
|
-
--color-sidebar-border: var(--sidebar-border);
|
|
41
|
-
--color-sidebar-ring: var(--sidebar-ring);
|
|
1
|
+
.container {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: center;
|
|
4
|
+
align-items: center;
|
|
5
|
+
height: 100%;
|
|
42
6
|
}
|
|
43
7
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
--secondary: oklch(0.97 0 0);
|
|
55
|
-
--secondary-foreground: oklch(0.205 0 0);
|
|
56
|
-
--muted: oklch(0.97 0 0);
|
|
57
|
-
--muted-foreground: oklch(0.556 0 0);
|
|
58
|
-
--accent: oklch(0.97 0 0);
|
|
59
|
-
--accent-foreground: oklch(0.205 0 0);
|
|
60
|
-
--destructive: oklch(0.577 0.245 27.325);
|
|
61
|
-
--border: oklch(0.922 0 0);
|
|
62
|
-
--input: oklch(0.922 0 0);
|
|
63
|
-
--ring: oklch(0.708 0 0);
|
|
64
|
-
--chart-1: oklch(0.646 0.222 41.116);
|
|
65
|
-
--chart-2: oklch(0.6 0.118 184.704);
|
|
66
|
-
--chart-3: oklch(0.398 0.07 227.392);
|
|
67
|
-
--chart-4: oklch(0.828 0.189 84.429);
|
|
68
|
-
--chart-5: oklch(0.769 0.188 70.08);
|
|
69
|
-
--sidebar: oklch(0.985 0 0);
|
|
70
|
-
--sidebar-foreground: oklch(0.145 0 0);
|
|
71
|
-
--sidebar-primary: oklch(0.205 0 0);
|
|
72
|
-
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
73
|
-
--sidebar-accent: oklch(0.97 0 0);
|
|
74
|
-
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
75
|
-
--sidebar-border: oklch(0.922 0 0);
|
|
76
|
-
--sidebar-ring: oklch(0.708 0 0);
|
|
8
|
+
.ball {
|
|
9
|
+
background-color: black;
|
|
10
|
+
border-radius: 50%;
|
|
11
|
+
width: 12rem;
|
|
12
|
+
height: 12rem;
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
align-items: center;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
font-family: monospace;
|
|
77
18
|
}
|
|
78
19
|
|
|
79
|
-
.
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
--card: oklch(0.205 0 0);
|
|
83
|
-
--card-foreground: oklch(0.985 0 0);
|
|
84
|
-
--popover: oklch(0.205 0 0);
|
|
85
|
-
--popover-foreground: oklch(0.985 0 0);
|
|
86
|
-
--primary: oklch(0.922 0 0);
|
|
87
|
-
--primary-foreground: oklch(0.205 0 0);
|
|
88
|
-
--secondary: oklch(0.269 0 0);
|
|
89
|
-
--secondary-foreground: oklch(0.985 0 0);
|
|
90
|
-
--muted: oklch(0.269 0 0);
|
|
91
|
-
--muted-foreground: oklch(0.708 0 0);
|
|
92
|
-
--accent: oklch(0.269 0 0);
|
|
93
|
-
--accent-foreground: oklch(0.985 0 0);
|
|
94
|
-
--destructive: oklch(0.704 0.191 22.216);
|
|
95
|
-
--border: oklch(1 0 0 / 10%);
|
|
96
|
-
--input: oklch(1 0 0 / 15%);
|
|
97
|
-
--ring: oklch(0.556 0 0);
|
|
98
|
-
--chart-1: oklch(0.488 0.243 264.376);
|
|
99
|
-
--chart-2: oklch(0.696 0.17 162.48);
|
|
100
|
-
--chart-3: oklch(0.769 0.188 70.08);
|
|
101
|
-
--chart-4: oklch(0.627 0.265 303.9);
|
|
102
|
-
--chart-5: oklch(0.645 0.246 16.439);
|
|
103
|
-
--sidebar: oklch(0.205 0 0);
|
|
104
|
-
--sidebar-foreground: oklch(0.985 0 0);
|
|
105
|
-
--sidebar-primary: oklch(0.488 0.243 264.376);
|
|
106
|
-
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
107
|
-
--sidebar-accent: oklch(0.269 0 0);
|
|
108
|
-
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
109
|
-
--sidebar-border: oklch(1 0 0 / 10%);
|
|
110
|
-
--sidebar-ring: oklch(0.556 0 0);
|
|
20
|
+
.question {
|
|
21
|
+
font-size: 0.75rem;
|
|
22
|
+
color: lightgrey;
|
|
111
23
|
}
|
|
112
24
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
@apply bg-background text-foreground;
|
|
119
|
-
}
|
|
25
|
+
.answer {
|
|
26
|
+
font-size: 1.125rem;
|
|
27
|
+
font-weight: bold;
|
|
28
|
+
margin-top: 0.5rem;
|
|
29
|
+
color: aqua;
|
|
120
30
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import "@/index.css";
|
|
2
|
+
|
|
3
|
+
import { mountWidget } from "skybridge/web";
|
|
4
|
+
import { useToolInfo } from "../helpers";
|
|
5
|
+
|
|
6
|
+
function Magic8Ball() {
|
|
7
|
+
const { input, output } = useToolInfo<"magic-8-ball">();
|
|
8
|
+
if (!output) return <div>Shaking...</div>;
|
|
9
|
+
|
|
10
|
+
return (
|
|
11
|
+
<div className="container">
|
|
12
|
+
<div className="ball">
|
|
13
|
+
<div className="question">{input.question}</div>
|
|
14
|
+
<div className="answer">{output.answer}</div>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export default Magic8Ball;
|
|
21
|
+
|
|
22
|
+
mountWidget(<Magic8Ball />);
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import path from "node:path";
|
|
2
|
-
import tailwindcss from "@tailwindcss/vite";
|
|
3
2
|
import react from "@vitejs/plugin-react";
|
|
4
3
|
import { skybridge } from "skybridge/web";
|
|
5
4
|
import { defineConfig } from "vite";
|
|
6
5
|
|
|
7
6
|
// https://vite.dev/config/
|
|
8
7
|
export default defineConfig({
|
|
9
|
-
plugins: [skybridge(), react()
|
|
8
|
+
plugins: [skybridge(), react()],
|
|
10
9
|
|
|
11
10
|
resolve: {
|
|
12
11
|
alias: {
|
package/template/.nvmrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
lts/jod
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "0.0.1",
|
|
3
|
-
"configurations": [
|
|
4
|
-
{
|
|
5
|
-
"name": "Debug MCP Server",
|
|
6
|
-
"type": "node",
|
|
7
|
-
"request": "launch",
|
|
8
|
-
"program": "${workspaceFolder}/dist/index.js",
|
|
9
|
-
"console": "integratedTerminal",
|
|
10
|
-
"sourceMaps": true,
|
|
11
|
-
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
|
|
12
|
-
"preLaunchTask": "npm: build",
|
|
13
|
-
"stopOnEntry": false
|
|
14
|
-
}
|
|
15
|
-
]
|
|
16
|
-
}
|
package/template/docs/demo.gif
DELETED
|
Binary file
|
package/template/pnpm-lock.yaml
DELETED
|
@@ -1,317 +0,0 @@
|
|
|
1
|
-
lockfileVersion: '9.0'
|
|
2
|
-
|
|
3
|
-
settings:
|
|
4
|
-
autoInstallPeers: true
|
|
5
|
-
excludeLinksFromLockfile: false
|
|
6
|
-
|
|
7
|
-
importers:
|
|
8
|
-
|
|
9
|
-
.:
|
|
10
|
-
devDependencies:
|
|
11
|
-
tsx:
|
|
12
|
-
specifier: ^4.19.4
|
|
13
|
-
version: 4.20.6
|
|
14
|
-
|
|
15
|
-
packages:
|
|
16
|
-
|
|
17
|
-
'@esbuild/aix-ppc64@0.25.11':
|
|
18
|
-
resolution: {integrity: sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==}
|
|
19
|
-
engines: {node: '>=18'}
|
|
20
|
-
cpu: [ppc64]
|
|
21
|
-
os: [aix]
|
|
22
|
-
|
|
23
|
-
'@esbuild/android-arm64@0.25.11':
|
|
24
|
-
resolution: {integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==}
|
|
25
|
-
engines: {node: '>=18'}
|
|
26
|
-
cpu: [arm64]
|
|
27
|
-
os: [android]
|
|
28
|
-
|
|
29
|
-
'@esbuild/android-arm@0.25.11':
|
|
30
|
-
resolution: {integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==}
|
|
31
|
-
engines: {node: '>=18'}
|
|
32
|
-
cpu: [arm]
|
|
33
|
-
os: [android]
|
|
34
|
-
|
|
35
|
-
'@esbuild/android-x64@0.25.11':
|
|
36
|
-
resolution: {integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==}
|
|
37
|
-
engines: {node: '>=18'}
|
|
38
|
-
cpu: [x64]
|
|
39
|
-
os: [android]
|
|
40
|
-
|
|
41
|
-
'@esbuild/darwin-arm64@0.25.11':
|
|
42
|
-
resolution: {integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==}
|
|
43
|
-
engines: {node: '>=18'}
|
|
44
|
-
cpu: [arm64]
|
|
45
|
-
os: [darwin]
|
|
46
|
-
|
|
47
|
-
'@esbuild/darwin-x64@0.25.11':
|
|
48
|
-
resolution: {integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==}
|
|
49
|
-
engines: {node: '>=18'}
|
|
50
|
-
cpu: [x64]
|
|
51
|
-
os: [darwin]
|
|
52
|
-
|
|
53
|
-
'@esbuild/freebsd-arm64@0.25.11':
|
|
54
|
-
resolution: {integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==}
|
|
55
|
-
engines: {node: '>=18'}
|
|
56
|
-
cpu: [arm64]
|
|
57
|
-
os: [freebsd]
|
|
58
|
-
|
|
59
|
-
'@esbuild/freebsd-x64@0.25.11':
|
|
60
|
-
resolution: {integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==}
|
|
61
|
-
engines: {node: '>=18'}
|
|
62
|
-
cpu: [x64]
|
|
63
|
-
os: [freebsd]
|
|
64
|
-
|
|
65
|
-
'@esbuild/linux-arm64@0.25.11':
|
|
66
|
-
resolution: {integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==}
|
|
67
|
-
engines: {node: '>=18'}
|
|
68
|
-
cpu: [arm64]
|
|
69
|
-
os: [linux]
|
|
70
|
-
|
|
71
|
-
'@esbuild/linux-arm@0.25.11':
|
|
72
|
-
resolution: {integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==}
|
|
73
|
-
engines: {node: '>=18'}
|
|
74
|
-
cpu: [arm]
|
|
75
|
-
os: [linux]
|
|
76
|
-
|
|
77
|
-
'@esbuild/linux-ia32@0.25.11':
|
|
78
|
-
resolution: {integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==}
|
|
79
|
-
engines: {node: '>=18'}
|
|
80
|
-
cpu: [ia32]
|
|
81
|
-
os: [linux]
|
|
82
|
-
|
|
83
|
-
'@esbuild/linux-loong64@0.25.11':
|
|
84
|
-
resolution: {integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==}
|
|
85
|
-
engines: {node: '>=18'}
|
|
86
|
-
cpu: [loong64]
|
|
87
|
-
os: [linux]
|
|
88
|
-
|
|
89
|
-
'@esbuild/linux-mips64el@0.25.11':
|
|
90
|
-
resolution: {integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==}
|
|
91
|
-
engines: {node: '>=18'}
|
|
92
|
-
cpu: [mips64el]
|
|
93
|
-
os: [linux]
|
|
94
|
-
|
|
95
|
-
'@esbuild/linux-ppc64@0.25.11':
|
|
96
|
-
resolution: {integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==}
|
|
97
|
-
engines: {node: '>=18'}
|
|
98
|
-
cpu: [ppc64]
|
|
99
|
-
os: [linux]
|
|
100
|
-
|
|
101
|
-
'@esbuild/linux-riscv64@0.25.11':
|
|
102
|
-
resolution: {integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==}
|
|
103
|
-
engines: {node: '>=18'}
|
|
104
|
-
cpu: [riscv64]
|
|
105
|
-
os: [linux]
|
|
106
|
-
|
|
107
|
-
'@esbuild/linux-s390x@0.25.11':
|
|
108
|
-
resolution: {integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==}
|
|
109
|
-
engines: {node: '>=18'}
|
|
110
|
-
cpu: [s390x]
|
|
111
|
-
os: [linux]
|
|
112
|
-
|
|
113
|
-
'@esbuild/linux-x64@0.25.11':
|
|
114
|
-
resolution: {integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==}
|
|
115
|
-
engines: {node: '>=18'}
|
|
116
|
-
cpu: [x64]
|
|
117
|
-
os: [linux]
|
|
118
|
-
|
|
119
|
-
'@esbuild/netbsd-arm64@0.25.11':
|
|
120
|
-
resolution: {integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==}
|
|
121
|
-
engines: {node: '>=18'}
|
|
122
|
-
cpu: [arm64]
|
|
123
|
-
os: [netbsd]
|
|
124
|
-
|
|
125
|
-
'@esbuild/netbsd-x64@0.25.11':
|
|
126
|
-
resolution: {integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==}
|
|
127
|
-
engines: {node: '>=18'}
|
|
128
|
-
cpu: [x64]
|
|
129
|
-
os: [netbsd]
|
|
130
|
-
|
|
131
|
-
'@esbuild/openbsd-arm64@0.25.11':
|
|
132
|
-
resolution: {integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==}
|
|
133
|
-
engines: {node: '>=18'}
|
|
134
|
-
cpu: [arm64]
|
|
135
|
-
os: [openbsd]
|
|
136
|
-
|
|
137
|
-
'@esbuild/openbsd-x64@0.25.11':
|
|
138
|
-
resolution: {integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==}
|
|
139
|
-
engines: {node: '>=18'}
|
|
140
|
-
cpu: [x64]
|
|
141
|
-
os: [openbsd]
|
|
142
|
-
|
|
143
|
-
'@esbuild/openharmony-arm64@0.25.11':
|
|
144
|
-
resolution: {integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==}
|
|
145
|
-
engines: {node: '>=18'}
|
|
146
|
-
cpu: [arm64]
|
|
147
|
-
os: [openharmony]
|
|
148
|
-
|
|
149
|
-
'@esbuild/sunos-x64@0.25.11':
|
|
150
|
-
resolution: {integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==}
|
|
151
|
-
engines: {node: '>=18'}
|
|
152
|
-
cpu: [x64]
|
|
153
|
-
os: [sunos]
|
|
154
|
-
|
|
155
|
-
'@esbuild/win32-arm64@0.25.11':
|
|
156
|
-
resolution: {integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==}
|
|
157
|
-
engines: {node: '>=18'}
|
|
158
|
-
cpu: [arm64]
|
|
159
|
-
os: [win32]
|
|
160
|
-
|
|
161
|
-
'@esbuild/win32-ia32@0.25.11':
|
|
162
|
-
resolution: {integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==}
|
|
163
|
-
engines: {node: '>=18'}
|
|
164
|
-
cpu: [ia32]
|
|
165
|
-
os: [win32]
|
|
166
|
-
|
|
167
|
-
'@esbuild/win32-x64@0.25.11':
|
|
168
|
-
resolution: {integrity: sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==}
|
|
169
|
-
engines: {node: '>=18'}
|
|
170
|
-
cpu: [x64]
|
|
171
|
-
os: [win32]
|
|
172
|
-
|
|
173
|
-
esbuild@0.25.11:
|
|
174
|
-
resolution: {integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==}
|
|
175
|
-
engines: {node: '>=18'}
|
|
176
|
-
hasBin: true
|
|
177
|
-
|
|
178
|
-
fsevents@2.3.3:
|
|
179
|
-
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
180
|
-
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
181
|
-
os: [darwin]
|
|
182
|
-
|
|
183
|
-
get-tsconfig@4.12.0:
|
|
184
|
-
resolution: {integrity: sha512-LScr2aNr2FbjAjZh2C6X6BxRx1/x+aTDExct/xyq2XKbYOiG5c0aK7pMsSuyc0brz3ibr/lbQiHD9jzt4lccJw==}
|
|
185
|
-
|
|
186
|
-
resolve-pkg-maps@1.0.0:
|
|
187
|
-
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
188
|
-
|
|
189
|
-
tsx@4.20.6:
|
|
190
|
-
resolution: {integrity: sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==}
|
|
191
|
-
engines: {node: '>=18.0.0'}
|
|
192
|
-
hasBin: true
|
|
193
|
-
|
|
194
|
-
snapshots:
|
|
195
|
-
|
|
196
|
-
'@esbuild/aix-ppc64@0.25.11':
|
|
197
|
-
optional: true
|
|
198
|
-
|
|
199
|
-
'@esbuild/android-arm64@0.25.11':
|
|
200
|
-
optional: true
|
|
201
|
-
|
|
202
|
-
'@esbuild/android-arm@0.25.11':
|
|
203
|
-
optional: true
|
|
204
|
-
|
|
205
|
-
'@esbuild/android-x64@0.25.11':
|
|
206
|
-
optional: true
|
|
207
|
-
|
|
208
|
-
'@esbuild/darwin-arm64@0.25.11':
|
|
209
|
-
optional: true
|
|
210
|
-
|
|
211
|
-
'@esbuild/darwin-x64@0.25.11':
|
|
212
|
-
optional: true
|
|
213
|
-
|
|
214
|
-
'@esbuild/freebsd-arm64@0.25.11':
|
|
215
|
-
optional: true
|
|
216
|
-
|
|
217
|
-
'@esbuild/freebsd-x64@0.25.11':
|
|
218
|
-
optional: true
|
|
219
|
-
|
|
220
|
-
'@esbuild/linux-arm64@0.25.11':
|
|
221
|
-
optional: true
|
|
222
|
-
|
|
223
|
-
'@esbuild/linux-arm@0.25.11':
|
|
224
|
-
optional: true
|
|
225
|
-
|
|
226
|
-
'@esbuild/linux-ia32@0.25.11':
|
|
227
|
-
optional: true
|
|
228
|
-
|
|
229
|
-
'@esbuild/linux-loong64@0.25.11':
|
|
230
|
-
optional: true
|
|
231
|
-
|
|
232
|
-
'@esbuild/linux-mips64el@0.25.11':
|
|
233
|
-
optional: true
|
|
234
|
-
|
|
235
|
-
'@esbuild/linux-ppc64@0.25.11':
|
|
236
|
-
optional: true
|
|
237
|
-
|
|
238
|
-
'@esbuild/linux-riscv64@0.25.11':
|
|
239
|
-
optional: true
|
|
240
|
-
|
|
241
|
-
'@esbuild/linux-s390x@0.25.11':
|
|
242
|
-
optional: true
|
|
243
|
-
|
|
244
|
-
'@esbuild/linux-x64@0.25.11':
|
|
245
|
-
optional: true
|
|
246
|
-
|
|
247
|
-
'@esbuild/netbsd-arm64@0.25.11':
|
|
248
|
-
optional: true
|
|
249
|
-
|
|
250
|
-
'@esbuild/netbsd-x64@0.25.11':
|
|
251
|
-
optional: true
|
|
252
|
-
|
|
253
|
-
'@esbuild/openbsd-arm64@0.25.11':
|
|
254
|
-
optional: true
|
|
255
|
-
|
|
256
|
-
'@esbuild/openbsd-x64@0.25.11':
|
|
257
|
-
optional: true
|
|
258
|
-
|
|
259
|
-
'@esbuild/openharmony-arm64@0.25.11':
|
|
260
|
-
optional: true
|
|
261
|
-
|
|
262
|
-
'@esbuild/sunos-x64@0.25.11':
|
|
263
|
-
optional: true
|
|
264
|
-
|
|
265
|
-
'@esbuild/win32-arm64@0.25.11':
|
|
266
|
-
optional: true
|
|
267
|
-
|
|
268
|
-
'@esbuild/win32-ia32@0.25.11':
|
|
269
|
-
optional: true
|
|
270
|
-
|
|
271
|
-
'@esbuild/win32-x64@0.25.11':
|
|
272
|
-
optional: true
|
|
273
|
-
|
|
274
|
-
esbuild@0.25.11:
|
|
275
|
-
optionalDependencies:
|
|
276
|
-
'@esbuild/aix-ppc64': 0.25.11
|
|
277
|
-
'@esbuild/android-arm': 0.25.11
|
|
278
|
-
'@esbuild/android-arm64': 0.25.11
|
|
279
|
-
'@esbuild/android-x64': 0.25.11
|
|
280
|
-
'@esbuild/darwin-arm64': 0.25.11
|
|
281
|
-
'@esbuild/darwin-x64': 0.25.11
|
|
282
|
-
'@esbuild/freebsd-arm64': 0.25.11
|
|
283
|
-
'@esbuild/freebsd-x64': 0.25.11
|
|
284
|
-
'@esbuild/linux-arm': 0.25.11
|
|
285
|
-
'@esbuild/linux-arm64': 0.25.11
|
|
286
|
-
'@esbuild/linux-ia32': 0.25.11
|
|
287
|
-
'@esbuild/linux-loong64': 0.25.11
|
|
288
|
-
'@esbuild/linux-mips64el': 0.25.11
|
|
289
|
-
'@esbuild/linux-ppc64': 0.25.11
|
|
290
|
-
'@esbuild/linux-riscv64': 0.25.11
|
|
291
|
-
'@esbuild/linux-s390x': 0.25.11
|
|
292
|
-
'@esbuild/linux-x64': 0.25.11
|
|
293
|
-
'@esbuild/netbsd-arm64': 0.25.11
|
|
294
|
-
'@esbuild/netbsd-x64': 0.25.11
|
|
295
|
-
'@esbuild/openbsd-arm64': 0.25.11
|
|
296
|
-
'@esbuild/openbsd-x64': 0.25.11
|
|
297
|
-
'@esbuild/openharmony-arm64': 0.25.11
|
|
298
|
-
'@esbuild/sunos-x64': 0.25.11
|
|
299
|
-
'@esbuild/win32-arm64': 0.25.11
|
|
300
|
-
'@esbuild/win32-ia32': 0.25.11
|
|
301
|
-
'@esbuild/win32-x64': 0.25.11
|
|
302
|
-
|
|
303
|
-
fsevents@2.3.3:
|
|
304
|
-
optional: true
|
|
305
|
-
|
|
306
|
-
get-tsconfig@4.12.0:
|
|
307
|
-
dependencies:
|
|
308
|
-
resolve-pkg-maps: 1.0.0
|
|
309
|
-
|
|
310
|
-
resolve-pkg-maps@1.0.0: {}
|
|
311
|
-
|
|
312
|
-
tsx@4.20.6:
|
|
313
|
-
dependencies:
|
|
314
|
-
esbuild: 0.25.11
|
|
315
|
-
get-tsconfig: 4.12.0
|
|
316
|
-
optionalDependencies:
|
|
317
|
-
fsevents: 2.3.3
|