From e4f9084059b491ff9d00aa98427621afaf72768e Mon Sep 17 00:00:00 2001 From: Mathias Hurler Date: Sun, 30 Aug 2026 11:43:11 +0200 Subject: [PATCH] =?UTF-8?q?Start-Command=20f=C3=BCr=20Production=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8458715..58390a2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,8 @@ "tailwind-merge": "^3.0.2", "tailwindcss": "^4.1.18", "three": "^0.185.1", - "tw-animate-css": "^1.3.6" + "tw-animate-css": "^1.3.6", + "tsx": "^4.21.0" }, "devDependencies": { "@biomejs/biome": "2.4.5", @@ -63,7 +64,6 @@ "@vitejs/plugin-react": "^6.0.1", "babel-plugin-react-compiler": "^1.0.0", "dotenv": "^17.3.1", - "tsx": "^4.21.0", "typescript": "^6.0.2", "vite": "^8.0.0" },