diff options
| author | Anjana Vakil <contact@anjana.dev> | 2025-08-27 08:49:51 -0500 |
|---|---|---|
| committer | Anjana Vakil <contact@anjana.dev> | 2025-08-27 08:49:51 -0500 |
| commit | 0a413efa2f7784f176d1ee533d9b404b423713a4 (patch) | |
| tree | 553ef412d606bfbc456374f0b12af3f2311da23e /frontend/package.json | |
| parent | 1dc4f56425209d4ce1d7bb78ec8b5e7b5a755a82 (diff) | |
exercise
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/frontend/package.json b/frontend/package.json index 98005ba..bde2683 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,13 +5,12 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", "preview": "vite preview", - "check": "tsc" + "test": "vitest" }, "devDependencies": { - "@types/node": "^24.3.0", - "typescript": "^5.9.2", - "vite": "^7.1.2" + "vite": "^7.1.2", + "vitest": "^3.2.4" } } |
