Update package.json

This commit is contained in:
Tommy D. Rossi
2025-11-15 22:30:30 +01:00
parent 67b673e965
commit eac38d8317
2 changed files with 26 additions and 2 deletions
+3 -2
View File
@@ -17,7 +17,7 @@
"license": "Apache-2.0",
"scripts": {
"build": "tsc --project . && vite build --config vite.sw.config.mts",
"watch": "concurrently \"tsc --watch --project .\" \"vite build --watch --config vite.sw.config.mts\"",
"watch": "vite build --watch --config vite.sw.config.mts",
"test": "playwright test",
"clean": "rm -rf dist"
},
@@ -29,6 +29,7 @@
"vite-plugin-static-copy": "^3.1.1"
},
"dependencies": {
"playwriter": "workspace:*"
"playwriter": "workspace:*",
"zustand": "^5.0.8"
}
}