curltastic/frontend/package.json
eros 86153894ac feat: add Vite TypeScript frontend for curling game
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-06-24 08:18:13 -07:00

20 lines
398 B
JSON

{
"name": "curltastic-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview --host",
"test": "vitest run"
},
"devDependencies": {
"@playwright/test": "^1.61.0",
"typescript": "~6.0.2",
"vite": "^8.0.12",
"vitest": "^1.6.0",
"ws": "^8.21.0"
}
}