@dfosco/storyboard 0.9.0 → 0.9.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dfosco/storyboard",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Storyboard prototyping framework — core engine, React integration, and canvas",
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
"@primer/octicons": "^19.22.0",
|
|
91
91
|
"@toon-format/toon": "^2.1.0",
|
|
92
92
|
"ansi-to-html": "^0.7.2",
|
|
93
|
+
"clsx": "^2.1.1",
|
|
93
94
|
"cmdk": "^1.1.1",
|
|
94
95
|
"feather-icons": "^4.29.2",
|
|
95
96
|
"ghostty-web": "^0.4.0",
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
"remark": "^15.0.1",
|
|
103
104
|
"remark-gfm": "^4.0.1",
|
|
104
105
|
"remark-html": "^16.0.1",
|
|
106
|
+
"tailwind-merge": "^3.5.0",
|
|
105
107
|
"ws": "^8.0.0",
|
|
106
108
|
"zod": "^3.23.8"
|
|
107
109
|
},
|
|
@@ -126,9 +128,7 @@
|
|
|
126
128
|
"@tailwindcss/vite": "^4.2.2",
|
|
127
129
|
"@types/node": "^20.0.0",
|
|
128
130
|
"@vitejs/plugin-react": "^4.3.4",
|
|
129
|
-
"clsx": "^2.1.1",
|
|
130
131
|
"marked": "^17.0.5",
|
|
131
|
-
"tailwind-merge": "^3.5.0",
|
|
132
132
|
"tailwind-variants": "^3.2.2",
|
|
133
133
|
"tailwindcss": "^4.2.2",
|
|
134
134
|
"tw-animate-css": "^1.4.0",
|