Initial Commit

This commit is contained in:
Eric Gullickson
2025-09-17 16:09:15 -05:00
parent 0cdb9803de
commit a052040e3a
373 changed files with 437090 additions and 6773 deletions

View File

@@ -6,8 +6,8 @@
"dev": "vite",
"build": "tsc --project tsconfig.build.json && vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src",
"type-check": "tsc --noEmit"
},
@@ -48,9 +48,12 @@
"@emotion/babel-plugin": "^11.11.0",
"typescript": "^5.6.3",
"vite": "^5.0.6",
"vitest": "^1.0.1",
"jest": "^29.7.0",
"@types/jest": "^29.5.10",
"ts-jest": "^29.1.1",
"jest-environment-jsdom": "^29.7.0",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1"
}
}
}