inkbridge 0.1.0-beta.14 → 0.1.0-beta.15
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 +10 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inkbridge",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.0-beta.15",
|
|
4
|
+
"description": "Generate a Figma design system from your Tailwind React components — design tokens, component states, and round-trip code sync.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"inkbridge": "./bin/inkbridge.mjs"
|
|
@@ -50,7 +50,14 @@
|
|
|
50
50
|
],
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"homepage": "https://inkbridge.ink",
|
|
53
|
+
"peerDependencies": {
|
|
54
|
+
"react": ">=18",
|
|
55
|
+
"react-dom": ">=18",
|
|
56
|
+
"tailwindcss": ">=4",
|
|
57
|
+
"postcss": ">=8"
|
|
58
|
+
},
|
|
53
59
|
"dependencies": {
|
|
54
|
-
"tailwind-merge": "^3.4.0"
|
|
60
|
+
"tailwind-merge": "^3.4.0",
|
|
61
|
+
"ts-morph": "^27.0.0"
|
|
55
62
|
}
|
|
56
63
|
}
|