aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-08-30 22:43:21 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2026-08-30 22:43:21 +0200
commitfc8d8ab8d0da95ec79056f59e14a150df6fcea89 (patch)
tree33f8050b2f2920c0f1b884a205a8aa4c81d7687c /package.json
parentd37ebfda883bcd03b146a85bc3e5a4657d0abd73 (diff)
Moved to sveltemain
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/package.json b/package.json
index 11d527b..8d52c3c 100644
--- a/package.json
+++ b/package.json
@@ -6,10 +6,17 @@
"scripts": {
"dev": "vite",
"build": "vite build",
- "preview": "vite preview"
+ "preview": "vite preview",
+ "test": "vitest run"
},
"devDependencies": {
- "vite": "npm:rolldown-vite@7.2.2"
+ "@sveltejs/vite-plugin-svelte": "^7.3.0",
+ "@testing-library/jest-dom": "^7.0.1",
+ "@testing-library/svelte": "^5.4.2",
+ "jsdom": "^30.0.1",
+ "svelte": "^5.57.0",
+ "vite": "npm:rolldown-vite@7.2.2",
+ "vitest": "^4.1.11"
},
"overrides": {
"vite": "npm:rolldown-vite@7.2.2"
@@ -17,7 +24,6 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@picocss/pico": "^2.1.1",
- "bulma": "^1.0.4",
"notyf": "^3.10.0",
"unique-names-generator": "^4.7.1"
}