Update package.json
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit

This commit is contained in:
Tom Butcher 2025-04-06 22:40:45 +01:00
parent 2e68f3ca55
commit 2763dc17e5

View File

@ -24,7 +24,9 @@
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"react-turnstile": "^1.1.4", "react-turnstile": "^1.1.4",
"sass": "^1.86.3", "sass": "^1.86.3",
"web-vitals": "^4.2.4" "web-vitals": "^4.2.4",
"vite": "^6.2.5",
"wrangler": "^4.7.2"
}, },
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@ -61,7 +63,5 @@
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0", "globals": "^16.0.0",
"vite": "^6.2.5",
"wrangler": "^4.7.2"
} }
} }