From c4ab6bf50f91fd8fe9b8005bf73e38573f663489 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:37:41 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/ui/botui/examples/hello-world-webpack/package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 js/ui/botui/examples/hello-world-webpack/package.json 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" + } +}