diff --git a/js/ui/botui/examples/hello-world-webpack/package.json b/js/ui/botui/examples/hello-world-webpack/package.json new file mode 100644 index 0000000..07bc956 --- /dev/null +++ b/js/ui/botui/examples/hello-world-webpack/package.json @@ -0,0 +1,7 @@ +{ + "private": true, + "dependencies": { + "botui": "^0.3.3", + "vue": "^2.4.2" + } +}