aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/package.json
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-15 17:44:55 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-15 17:44:55 -0800
commitc652ac6a2cd23ef29f48465be09c2b674783e8e9 (patch)
treec5c05a71a1d5b8155b05dad4a512b18ff7258f47 /frontend-vanilla/package.json
parent90c1a68d6478138f538094fc83e48da8ddd21fa0 (diff)
downloadneko-c652ac6a2cd23ef29f48465be09c2b674783e8e9.tar.gz
neko-c652ac6a2cd23ef29f48465be09c2b674783e8e9.tar.bz2
neko-c652ac6a2cd23ef29f48465be09c2b674783e8e9.zip
Vanilla JS (v3): Implement 3-pane layout, item fetching, reading, and testing
Diffstat (limited to 'frontend-vanilla/package.json')
-rw-r--r--frontend-vanilla/package.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/frontend-vanilla/package.json b/frontend-vanilla/package.json
index ee57be1..65e19b2 100644
--- a/frontend-vanilla/package.json
+++ b/frontend-vanilla/package.json
@@ -6,10 +6,15 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
- "preview": "vite preview"
+ "preview": "vite preview",
+ "test": "vitest"
},
"devDependencies": {
+ "@testing-library/dom": "^10.4.1",
+ "@testing-library/jest-dom": "^6.9.1",
+ "jsdom": "^28.1.0",
"typescript": "~5.9.3",
- "vite": "^7.3.1"
+ "vite": "^7.3.1",
+ "vitest": "^4.0.18"
}
-}
+} \ No newline at end of file