From 5bbad8ec8c775f3874a00b5b08e91a716d87a7a3 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 4 Jun 2024 15:57:32 +0300 Subject: [PATCH] move dev to not dev --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0aa1806..99b76ec 100644 --- a/package.json +++ b/package.json @@ -11,13 +11,13 @@ }, "dependencies": { "@tailwindcss/typography": "^0.5.13", + "@nuxtjs/tailwindcss": "^6.12.0", "nuxt": "^3.11.2", "tailwindcss": "^3.4.3", "vue": "^3.4.27", - "vue-router": "^4.3.2" + "vue-router": "^4.3.2", + "sass": "^1.77.4" }, "devDependencies": { - "@nuxtjs/tailwindcss": "^6.12.0", - "sass": "^1.77.4" } }