From 07827d066d37077a44406bfb9b279e0e83d62b6c Mon Sep 17 00:00:00 2001 From: Le Date: Tue, 15 Oct 2024 16:36:37 -0700 Subject: [PATCH] add vite to package json frontend --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 876d4fc0..0fc9b6db 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,8 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-vue": "^9.28.0", "flush-promises": "^1.0.2", - "lodash": "^4.17.21" + "lodash": "^4.17.21", + "vite": "^4.4.9" }, "browserslist": [ "> 1%",