Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
20 lines
398 B
JSON
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"
|
|
}
|
|
}
|