diff --git a/package.json b/package.json index 031d9a9..ca5899a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "react-scripts": "^5.0.1", "react-turnstile": "^1.1.4", "sass": "^1.86.3", - "web-vitals": "^4.2.4" + "web-vitals": "^4.2.4", + "vite": "^6.2.5", + "wrangler": "^4.7.2" }, "scripts": { "dev": "vite", @@ -61,7 +63,5 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", - "vite": "^6.2.5", - "wrangler": "^4.7.2" } }