From 5c46e01a7f739751d3536107e95d445301e678a8 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Tue, 27 Sep 2022 11:11:01 -0600 Subject: [PATCH] adding daisyui to the packages file --- src/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/package.json b/src/package.json index 7b0a895..8789879 100644 --- a/src/package.json +++ b/src/package.json @@ -24,6 +24,7 @@ "@tailwindcss/typography": "^0.5.2", "@vueuse/core": "^8.7.5", "axios": "^0.27.2", + "daisyui": "^2.29.0", "dayjs": "^1.11.3", "laravel-vue-i18n": "^1.4.3", "lodash": "^4.17.21",