From f2d13da0bb8dc12d94af20067fc91808078c8e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Tue, 16 Jan 2024 17:07:02 +0100 Subject: [PATCH] chore: move nuxt to dev deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 172134c7e..24001a977 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "lodash.uniqby": "^4.7.0", "lodash.without": "^4.4.0", "maplibre-gl": "^3.6.2", - "nuxt": "^3.2.3", "opening_hours": "^3.8.0", "pinia": "^2.0.33", "pinia-shared-state": "^0.4.2", @@ -93,6 +92,7 @@ "lodash.get": "^4.4.2", "msw": "^1.2.2", "node-sass": "^9.0.0", + "nuxt": "^3.2.3", "postcss": "^8.4.24", "sass": "^1.63.4", "sass-loader": "^13.3.2",