Lots of stuff

This commit is contained in:
Aodhan
2025-07-08 23:04:43 +01:00
parent cfa2eff6ef
commit 65c1972c49
26 changed files with 4094 additions and 104 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"test": "vitest",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
@@ -18,6 +19,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"vitest": "^1.5.0",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.4.3",
"jsdom": "^23.0.0",
"@types/react": "^18.2.50",
"@types/react-dom": "^18.2.17",
"typescript": "^5.3.3",