@puffinstudio/fizzyx 0.5.5 → 0.6.1

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.
@@ -0,0 +1,68 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1180" height="420" viewBox="0 0 1180 420" fill="none" role="img" aria-labelledby="flowTitle flowDesc">
2
+ <title id="flowTitle">FizzyX AI Flow Workflow</title>
3
+ <desc id="flowDesc">A compact view of the flow command loop from discovery to completion.</desc>
4
+ <defs>
5
+ <linearGradient id="flowBg" x1="0" y1="0" x2="0" y2="1">
6
+ <stop offset="0%" stop-color="#0f172a"/>
7
+ <stop offset="100%" stop-color="#111827"/>
8
+ </linearGradient>
9
+ <linearGradient id="flowCard" x1="0" y1="0" x2="1" y2="1">
10
+ <stop offset="0%" stop-color="#2dd4bf"/>
11
+ <stop offset="100%" stop-color="#0ea5e9"/>
12
+ </linearGradient>
13
+ <linearGradient id="flowCardAlt" x1="0" y1="0" x2="1" y2="1">
14
+ <stop offset="0%" stop-color="#f97316"/>
15
+ <stop offset="100%" stop-color="#fb7185"/>
16
+ </linearGradient>
17
+ <marker id="arrow" markerWidth="10" markerHeight="10" refX="8.5" refY="5" orient="auto" markerUnits="userSpaceOnUse">
18
+ <path d="M0 0 L0 10 L10 5 z" fill="#22d3ee" />
19
+ </marker>
20
+ </defs>
21
+
22
+ <rect width="1180" height="420" fill="url(#flowBg)"/>
23
+ <g font-family="Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" fill="#f8fafc">
24
+ <text x="48" y="55" font-size="30" font-weight="700">flow Command Workflow</text>
25
+ <text x="48" y="88" font-size="16" fill="#94a3b8">AI-assisted card lifecycle for one card at a time</text>
26
+
27
+ <rect x="48" y="125" width="180" height="84" rx="16" fill="#22d3ee"/>
28
+ <text x="138" y="165" text-anchor="middle" font-size="18" fill="#0f172a" font-weight="700">flow mine</text>
29
+ <text x="138" y="188" text-anchor="middle" font-size="13" fill="#0f172a">Pull your queue</text>
30
+
31
+ <rect x="276" y="125" width="180" height="84" rx="16" fill="url(#flowCard)"/>
32
+ <text x="366" y="165" text-anchor="middle" font-size="18" fill="#032f46" font-weight="700">flow next</text>
33
+ <text x="366" y="188" text-anchor="middle" font-size="13" fill="#082f49">Choose next work</text>
34
+
35
+ <rect x="504" y="125" width="180" height="84" rx="16" fill="url(#flowCard)"/>
36
+ <text x="594" y="165" text-anchor="middle" font-size="18" fill="#032f46" font-weight="700">flow start</text>
37
+ <text x="594" y="188" text-anchor="middle" font-size="13" fill="#082f49">Set In Progress</text>
38
+
39
+ <rect x="732" y="125" width="220" height="84" rx="16" fill="url(#flowCardAlt)"/>
40
+ <text x="842" y="165" text-anchor="middle" font-size="18" fill="#2d0a30" font-weight="700">complete-steps / done</text>
41
+ <text x="842" y="188" text-anchor="middle" font-size="13" fill="#3b0a20">Finish and close</text>
42
+
43
+ <rect x="984" y="125" width="148" height="84" rx="16" fill="#22d3ee"/>
44
+ <text x="1058" y="165" text-anchor="middle" font-size="18" fill="#082f49" font-weight="700">flow status</text>
45
+ <text x="1058" y="188" text-anchor="middle" font-size="13" fill="#082f49">Track progress</text>
46
+
47
+ <path d="M228 167 H270" stroke="#22d3ee" stroke-width="6" marker-end="url(#arrow)"/>
48
+ <path d="M456 167 H498" stroke="#22d3ee" stroke-width="6" marker-end="url(#arrow)"/>
49
+ <path d="M684 167 H724" stroke="#22d3ee" stroke-width="6" marker-end="url(#arrow)"/>
50
+ <path d="M952 167 H984" stroke="#22d3ee" stroke-width="6" marker-end="url(#arrow)"/>
51
+
52
+ <rect x="200" y="268" width="240" height="96" rx="14" fill="#111827" stroke="#1d4ed8" stroke-width="2"/>
53
+ <text x="320" y="304" text-anchor="middle" font-size="18" fill="#93c5fd" font-weight="700">Auto-repair checks</text>
54
+ <text x="320" y="326" text-anchor="middle" font-size="13" fill="#bfdbfe">Missing metadata / workflow drift</text>
55
+ <text x="320" y="348" text-anchor="middle" font-size="13" fill="#bfdbfe">Health view can repair safely</text>
56
+
57
+ <path d="M320 209 C320 235, 320 235, 320 268" stroke="#60a5fa" stroke-width="6" fill="none" marker-end="url(#arrow)"/>
58
+
59
+ <rect x="500" y="268" width="220" height="96" rx="14" fill="#111827" stroke="#14b8a6" stroke-width="2"/>
60
+ <text x="610" y="304" text-anchor="middle" font-size="18" fill="#5eead4" font-weight="700">AI-friendly prompts</text>
61
+ <text x="610" y="326" text-anchor="middle" font-size="13" fill="#99f6e4">Step guidance generated</text>
62
+ <text x="610" y="348" text-anchor="middle" font-size="13" fill="#99f6e4">Less context switching</text>
63
+
64
+ <path d="M488 316 H500" stroke="#14b8a6" stroke-width="6" marker-end="url(#arrow)"/>
65
+ <text x="54" y="386" font-size="14" fill="#94a3b8">Tip: `flow next --fresh --start` executes both selection and begin in one command.</text>
66
+ <text x="54" y="408" font-size="14" fill="#94a3b8">Planner and OSS/OpenAPI commands can be run in parallel; flow is the execution core.</text>
67
+ </g>
68
+ </svg>
@@ -0,0 +1,60 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1180" height="420" viewBox="0 0 1180 420" fill="none" role="img" aria-labelledby="openapiTitle openapiDesc">
2
+ <title id="openapiTitle">OpenAPI Generation Workflow</title>
3
+ <desc id="openapiDesc">End-to-end map from spec input to typed API runtime files.</desc>
4
+ <defs>
5
+ <linearGradient id="openBg" x1="0" y1="0" x2="1" y2="1">
6
+ <stop offset="0%" stop-color="#2e1065"/>
7
+ <stop offset="100%" stop-color="#111827"/>
8
+ </linearGradient>
9
+ <linearGradient id="openCard" x1="0" y1="0" x2="1" y2="1">
10
+ <stop offset="0%" stop-color="#d946ef"/>
11
+ <stop offset="100%" stop-color="#60a5fa"/>
12
+ </linearGradient>
13
+ <linearGradient id="openCard2" x1="0" y1="0" x2="1" y2="1">
14
+ <stop offset="0%" stop-color="#34d399"/>
15
+ <stop offset="100%" stop-color="#06b6d4"/>
16
+ </linearGradient>
17
+ <marker id="arrow" markerWidth="10" markerHeight="10" refX="8.5" refY="5" orient="auto" markerUnits="userSpaceOnUse">
18
+ <path d="M0 0 L0 10 L10 5 z" fill="#bef264"/>
19
+ </marker>
20
+ </defs>
21
+ <rect width="1180" height="420" fill="url(#openBg)"/>
22
+ <g font-family="Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" fill="#f8fafc">
23
+ <text x="52" y="52" font-size="30" font-weight="700">OpenAPI Generator Flow</text>
24
+ <text x="52" y="86" font-size="16" fill="#d8b4fe">JSON/YAML spec -> typed endpoint runtime -> app integration</text>
25
+
26
+ <rect x="52" y="140" width="190" height="92" rx="16" fill="url(#openCard)"/>
27
+ <text x="147" y="178" text-anchor="middle" font-size="18" fill="#fff" font-weight="700">fizzyx openapi</text>
28
+ <text x="147" y="201" text-anchor="middle" font-size="14" fill="#e9d5ff">generate</text>
29
+
30
+ <rect x="286" y="140" width="176" height="92" rx="16" fill="#0f766e"/>
31
+ <text x="374" y="178" text-anchor="middle" font-size="18" fill="#ecfeff" font-weight="700">spec</text>
32
+ <text x="374" y="201" text-anchor="middle" font-size="12" fill="#a5f3fc">url or local path</text>
33
+
34
+ <rect x="500" y="140" width="246" height="92" rx="16" fill="url(#openCard2)"/>
35
+ <text x="623" y="178" text-anchor="middle" font-size="18" fill="#042f2e" font-weight="700">Typed Output</text>
36
+ <text x="623" y="201" text-anchor="middle" font-size="13" fill="#0f766e">api.ts · types.ts · wx-request.ts</text>
37
+
38
+ <rect x="780" y="140" width="214" height="92" rx="16" fill="url(#openCard)"/>
39
+ <text x="887" y="178" text-anchor="middle" font-size="18" fill="#fff" font-weight="700">build & run</text>
40
+ <text x="887" y="201" text-anchor="middle" font-size="13" fill="#e9d5ff">hooks / logger / runtime</text>
41
+
42
+ <rect x="1000" y="140" width="130" height="92" rx="16" fill="#22d3ee"/>
43
+ <text x="1065" y="178" text-anchor="middle" font-size="18" fill="#082f49" font-weight="700">app</text>
44
+ <text x="1065" y="201" text-anchor="middle" font-size="12" fill="#164e63">call typed api</text>
45
+
46
+ <path d="M242 186 H286" stroke="#bef264" stroke-width="6" marker-end="url(#arrow)"/>
47
+ <path d="M462 186 H500" stroke="#bef264" stroke-width="6" marker-end="url(#arrow)"/>
48
+ <path d="M746 186 H780" stroke="#bef264" stroke-width="6" marker-end="url(#arrow)"/>
49
+ <path d="M994 186 H1000" stroke="#bef264" stroke-width="6" marker-end="url(#arrow)"/>
50
+
51
+ <rect x="274" y="258" width="630" height="112" rx="16" fill="#111827" stroke="#7c3aed" stroke-width="2"/>
52
+ <text x="589" y="296" text-anchor="middle" font-size="18" fill="#ddd6fe" font-weight="700">Post-processing hooks</text>
53
+ <text x="589" y="322" text-anchor="middle" font-size="14" fill="#ddd6fe">onRequest · onSuccess · onError</text>
54
+ <text x="589" y="346" text-anchor="middle" font-size="14" fill="#ddd6fe">configure token + storage + retries safely</text>
55
+
56
+ <line x1="589" y1="232" x2="589" y2="258" stroke="#ddd6fe" stroke-width="6" marker-end="url(#arrow)"/>
57
+
58
+ <text x="48" y="401" font-size="14" fill="#c4b5fd">Naming convention: generated interfaces map directly to API schema tags, with stable filenames from CLI config or defaults.</text>
59
+ </g>
60
+ </svg>
@@ -0,0 +1,59 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1180" height="420" viewBox="0 0 1180 420" fill="none" role="img" aria-labelledby="ossTitle ossDesc">
2
+ <title id="ossTitle">FizzyX OSS Workflow</title>
3
+ <desc id="ossDesc">A compact view of OSS setup and sync flow for multiple environments.</desc>
4
+ <defs>
5
+ <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
6
+ <stop offset="0%" stop-color="#0b1020"/>
7
+ <stop offset="100%" stop-color="#111827"/>
8
+ </linearGradient>
9
+ <linearGradient id="node" x1="0" y1="0" x2="1" y2="1">
10
+ <stop offset="0%" stop-color="#22c55e"/>
11
+ <stop offset="100%" stop-color="#06b6d4"/>
12
+ </linearGradient>
13
+ <marker id="arrow" markerWidth="10" markerHeight="10" refX="8.5" refY="5" orient="auto" markerUnits="userSpaceOnUse">
14
+ <path d="M0 0 L0 10 L10 5 z" fill="#a7f3d0"/>
15
+ </marker>
16
+ </defs>
17
+
18
+ <rect width="1180" height="420" fill="url(#bg)"/>
19
+ <g font-family="Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" fill="#f1f5f9">
20
+ <text x="48" y="52" font-size="30" font-weight="700">OSS Command Flow</text>
21
+ <text x="48" y="84" font-size="16" fill="#94a3b8">From credentials to uploaded assets with manifest-safe sync</text>
22
+
23
+ <rect x="56" y="126" width="190" height="84" rx="16" fill="url(#node)"/>
24
+ <text x="151" y="162" text-anchor="middle" font-size="17" fill="#082f49" font-weight="700">oss setup</text>
25
+ <text x="151" y="185" text-anchor="middle" font-size="13" fill="#0f766e">env + bucket + keys</text>
26
+
27
+ <rect x="292" y="126" width="200" height="84" rx="16" fill="url(#node)"/>
28
+ <text x="392" y="162" text-anchor="middle" font-size="17" fill="#082f49" font-weight="700">.fizzy.yaml</text>
29
+ <text x="392" y="185" text-anchor="middle" font-size="13" fill="#0f766e">sync profile
30
+ </text>
31
+ <path d="M246 168 H292" stroke="#a7f3d0" stroke-width="6" marker-end="url(#arrow)"/>
32
+
33
+ <rect x="548" y="126" width="190" height="84" rx="16" fill="#22d3ee"/>
34
+ <text x="643" y="162" text-anchor="middle" font-size="17" fill="#082f49" font-weight="700">oss status</text>
35
+ <text x="643" y="185" text-anchor="middle" font-size="13" fill="#082f49">inspect manifest</text>
36
+
37
+ <rect x="772" y="126" width="190" height="84" rx="16" fill="url(#node)"/>
38
+ <text x="867" y="162" text-anchor="middle" font-size="17" fill="#082f49" font-weight="700">oss sync</text>
39
+ <text x="867" y="185" text-anchor="middle" font-size="13" fill="#0f766e">upload + verify</text>
40
+
41
+ <rect x="992" y="126" width="136" height="84" rx="16" fill="#22d3ee"/>
42
+ <text x="1060" y="162" text-anchor="middle" font-size="17" fill="#082f49" font-weight="700">S3</text>
43
+ <text x="1060" y="185" text-anchor="middle" font-size="13" fill="#082f49">remote files</text>
44
+
45
+ <path d="M492 168 H548" stroke="#a7f3d0" stroke-width="6" marker-end="url(#arrow)"/>
46
+ <path d="M738 168 H772" stroke="#a7f3d0" stroke-width="6" marker-end="url(#arrow)"/>
47
+ <path d="M962 168 H992" stroke="#a7f3d0" stroke-width="6" marker-end="url(#arrow)"/>
48
+
49
+ <rect x="332" y="250" width="530" height="110" rx="16" fill="#111827" stroke="#0f766e" stroke-width="2"/>
50
+ <text x="597" y="286" text-anchor="middle" font-size="18" fill="#67e8f9" font-weight="700">Safety checks in sync loop</text>
51
+ <text x="597" y="312" text-anchor="middle" font-size="14" fill="#bae6fd">mtime + size quick pass</text>
52
+ <text x="597" y="334" text-anchor="middle" font-size="14" fill="#bae6fd">hash pass for changed files</text>
53
+ <text x="597" y="356" text-anchor="middle" font-size="14" fill="#bae6fd">optional `--verify` / `--full` overrides</text>
54
+
55
+ <line x1="597" y1="210" x2="597" y2="250" stroke="#67e8f9" stroke-width="6" marker-end="url(#arrow)"/>
56
+
57
+ <text x="52" y="391" font-size="14" fill="#94a3b8">Use `oss setup --env dev` for multiple environments and reuse `default` keys as fallback.</text>
58
+ </g>
59
+ </svg>
@@ -0,0 +1,60 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1180" height="420" viewBox="0 0 1180 420" fill="none" role="img" aria-labelledby="plannerTitle plannerDesc">
2
+ <title id="plannerTitle">Planner Dashboard Workflow</title>
3
+ <desc id="plannerDesc">Dashboard entry points and maintenance loop for project visibility.</desc>
4
+ <defs>
5
+ <linearGradient id="pbg" x1="0" y1="0" x2="0" y2="1">
6
+ <stop offset="0%" stop-color="#1e293b"/>
7
+ <stop offset="100%" stop-color="#020617"/>
8
+ </linearGradient>
9
+ <linearGradient id="pNode" x1="0" y1="0" x2="1" y2="1">
10
+ <stop offset="0%" stop-color="#7dd3fc"/>
11
+ <stop offset="100%" stop-color="#60a5fa"/>
12
+ </linearGradient>
13
+ <linearGradient id="pNode2" x1="0" y1="0" x2="1" y2="1">
14
+ <stop offset="0%" stop-color="#a78bfa"/>
15
+ <stop offset="100%" stop-color="#34d399"/>
16
+ </linearGradient>
17
+ <marker id="arrow" markerWidth="10" markerHeight="10" refX="8.5" refY="5" orient="auto" markerUnits="userSpaceOnUse">
18
+ <path d="M0 0 L0 10 L10 5 z" fill="#bae6fd"/>
19
+ </marker>
20
+ </defs>
21
+ <rect width="1180" height="420" fill="url(#pbg)"/>
22
+ <g font-family="Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" fill="#f8fafc">
23
+ <text x="54" y="56" font-size="30" font-weight="700">planner Dashboard Loop</text>
24
+ <text x="54" y="89" font-size="16" fill="#94a3b8">Visibility layer on top of flow data and health scoring</text>
25
+
26
+ <rect x="84" y="136" width="178" height="86" rx="16" fill="url(#pNode)"/>
27
+ <text x="173" y="173" text-anchor="middle" font-size="19" fill="#082f49" font-weight="700">planner start</text>
28
+ <text x="173" y="196" text-anchor="middle" font-size="13" fill="#075985">start UI server</text>
29
+
30
+ <rect x="304" y="136" width="184" height="86" rx="16" fill="url(#pNode)"/>
31
+ <text x="396" y="173" text-anchor="middle" font-size="19" fill="#082f49" font-weight="700">planner snapshot</text>
32
+ <text x="396" y="196" text-anchor="middle" font-size="13" fill="#075985">fetch weekly views</text>
33
+
34
+ <rect x="536" y="136" width="164" height="86" rx="16" fill="url(#pNode2)"/>
35
+ <text x="618" y="173" text-anchor="middle" font-size="19" fill="#0f172a" font-weight="700">planner health</text>
36
+ <text x="618" y="196" text-anchor="middle" font-size="13" fill="#052e16">identify issues</text>
37
+
38
+ <rect x="742" y="136" width="208" height="86" rx="16" fill="url(#pNode2)"/>
39
+ <text x="846" y="173" text-anchor="middle" font-size="19" fill="#052e16" font-weight="700">repair-metadata</text>
40
+ <text x="846" y="196" text-anchor="middle" font-size="13" fill="#052e16">auto-fix frontmatter</text>
41
+
42
+ <rect x="994" y="136" width="122" height="86" rx="16" fill="#22d3ee"/>
43
+ <text x="1055" y="173" text-anchor="middle" font-size="19" fill="#082f49" font-weight="700">clear</text>
44
+ <text x="1055" y="196" text-anchor="middle" font-size="13" fill="#082f49">updated board</text>
45
+
46
+ <path d="M262 179 H304" stroke="#bae6fd" stroke-width="6" marker-end="url(#arrow)"/>
47
+ <path d="M488 179 H536" stroke="#bae6fd" stroke-width="6" marker-end="url(#arrow)"/>
48
+ <path d="M700 179 H742" stroke="#bae6fd" stroke-width="6" marker-end="url(#arrow)"/>
49
+ <path d="M950 179 H994" stroke="#bae6fd" stroke-width="6" marker-end="url(#arrow)"/>
50
+
51
+ <rect x="330" y="268" width="540" height="112" rx="16" fill="#111827" stroke="#3b82f6" stroke-width="2"/>
52
+ <text x="600" y="303" text-anchor="middle" font-size="18" fill="#bfdbfe">Status Loop</text>
53
+ <text x="600" y="329" text-anchor="middle" font-size="14" fill="#bfdbfe">Health view drives repairs, and repairs improve flow card ergonomics</text>
54
+ <text x="600" y="351" text-anchor="middle" font-size="14" fill="#bfdbfe">Priority + type defaults can be supplied explicitly for dry-run/apply</text>
55
+
56
+ <line x1="600" y1="228" x2="600" y2="268" stroke="#bfdbfe" stroke-width="6" marker-end="url(#arrow)"/>
57
+
58
+ <text x="54" y="403" font-size="14" fill="#94a3b8">Use planner as a manager view; flow remains the execution channel for every agent.</text>
59
+ </g>
60
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puffinstudio/fizzyx",
3
- "version": "0.5.5",
3
+ "version": "0.6.1",
4
4
  "homepage": "https://github.com/PuffinStudio/fizzyx#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/PuffinStudio/fizzyx/issues"
@@ -15,14 +15,16 @@
15
15
  },
16
16
  "files": [
17
17
  "dist/main.js",
18
+ "docs/images",
18
19
  "LICENSE",
19
20
  "README.md"
20
21
  ],
21
22
  "type": "module",
22
23
  "main": "./dist/main.js",
23
24
  "scripts": {
24
- "build": "bun build ./src/main.ts --outfile ./dist/main.js --target bun --format esm --minify",
25
+ "build": "bun run build.ts",
25
26
  "dev": "bun run src/main.ts",
27
+ "planner": "bun run src/main.ts planner",
26
28
  "prepublishOnly": "bun run check && bun run build",
27
29
  "typecheck": "tsgo --noEmit",
28
30
  "fmt": "oxfmt .",
@@ -32,16 +34,48 @@
32
34
  },
33
35
  "dependencies": {
34
36
  "@apidevtools/json-schema-ref-parser": "^15.4.0",
37
+ "@base-ui/react": "^1.6.0",
38
+ "@dnd-kit/react": "^0.5.0",
39
+ "@fontsource/noto-sans": "^5.2.10",
40
+ "@hugeicons/core-free-icons": "^4.2.1",
41
+ "@hugeicons/react": "^1.1.7",
42
+ "@radix-ui/react-label": "^2.1.7",
43
+ "@radix-ui/react-select": "^2.2.6",
44
+ "@radix-ui/react-slot": "^1.2.3",
45
+ "bun-plugin-tailwind": "^0.1.2",
35
46
  "camelcase": "^9.0.0",
36
- "openapi-types": "^12.1.3"
47
+ "class-variance-authority": "^0.7.1",
48
+ "clsx": "^2.1.1",
49
+ "cmdk": "^1.1.1",
50
+ "date-fns": "^4.4.0",
51
+ "embla-carousel-react": "^8.6.0",
52
+ "input-otp": "^1.4.2",
53
+ "lucide-react": "^1",
54
+ "motion": "^12.41.0",
55
+ "next-themes": "^0.4.6",
56
+ "nuqs": "^2.8.9",
57
+ "openapi-types": "^12.1.3",
58
+ "react": "^19",
59
+ "react-day-picker": "^10.0.1",
60
+ "react-dom": "^19",
61
+ "react-resizable-panels": "^4.11.2",
62
+ "recharts": "3.8.0",
63
+ "shadcn": "^4.11.0",
64
+ "sonner": "^2.0.7",
65
+ "tailwind-merge": "^3.6.0",
66
+ "tw-animate-css": "^1.4.0",
67
+ "vaul": "^1.1.2"
37
68
  },
38
69
  "devDependencies": {
39
70
  "@tanstack/react-query": "^5.101.1",
40
71
  "@types/bun": "latest",
41
- "effect": "^4.0.0-beta.86",
72
+ "@types/react": "^19",
73
+ "@types/react-dom": "^19",
74
+ "effect": "^4.0.0-beta.87",
42
75
  "miniprogram-api-typings": "^5.2.1",
43
76
  "oxfmt": "^0.56.0",
44
77
  "oxlint": "^1.71.0",
78
+ "tailwindcss": "^4.1.11",
45
79
  "typescript": "^7.0.1-rc"
46
80
  }
47
81
  }