summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json9
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"
}
}