Skip to content

Commit 9ee80ba

Browse files
committed
feat: add optional dependencies for various libraries in package.json
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
1 parent e389cc2 commit 9ee80ba

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

package.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,27 @@
110110
},
111111
"react-dom": {
112112
"optional": true
113+
},
114+
"@layer5/meshery-design-embed": {
115+
"optional": true
116+
},
117+
"billboard.js": {
118+
"optional": true
119+
},
120+
"js-yaml": {
121+
"optional": true
122+
},
123+
"moment": {
124+
"optional": true
125+
},
126+
"re-resizable": {
127+
"optional": true
128+
},
129+
"react-draggable": {
130+
"optional": true
131+
},
132+
"react-share": {
133+
"optional": true
113134
}
114135
},
115136
"publishConfig": {
@@ -125,4 +146,4 @@
125146
"react-draggable": "^4.4.6",
126147
"react-share": "^5.1.0"
127148
}
128-
}
149+
}

0 commit comments

Comments
 (0)