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", "license": "Apache-2.0",
"scripts": { "scripts": {
"build": "tsc --project . && vite build --config vite.sw.config.mts", "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", "test": "playwright test",
"clean": "rm -rf dist" "clean": "rm -rf dist"
}, },
@@ -29,6 +29,7 @@
"vite-plugin-static-copy": "^3.1.1" "vite-plugin-static-copy": "^3.1.1"
}, },
"dependencies": { "dependencies": {
"playwriter": "workspace:*" "playwriter": "workspace:*",
"zustand": "^5.0.8"
} }
} }
+23
View File
@@ -32,6 +32,9 @@ importers:
playwriter: playwriter:
specifier: workspace:* specifier: workspace:*
version: link:../playwriter version: link:../playwriter
zustand:
specifier: ^5.0.8
version: 5.0.8
devDependencies: devDependencies:
'@types/chrome': '@types/chrome':
specifier: ^0.0.315 specifier: ^0.0.315
@@ -1697,6 +1700,24 @@ packages:
zod@3.25.76: zod@3.25.76:
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
zustand@5.0.8:
resolution: {integrity: sha512-gyPKpIaxY9XcO2vSMrLbiER7QMAMGOQZVRdJ6Zi782jkbzZygq5GI9nG8g+sMgitRtndwaBSl7uiqC49o1SSiw==}
engines: {node: '>=12.20.0'}
peerDependencies:
'@types/react': '>=18.0.0'
immer: '>=9.0.6'
react: '>=18.0.0'
use-sync-external-store: '>=1.2.0'
peerDependenciesMeta:
'@types/react':
optional: true
immer:
optional: true
react:
optional: true
use-sync-external-store:
optional: true
snapshots: snapshots:
'@babel/runtime@7.28.4': {} '@babel/runtime@7.28.4': {}
@@ -3190,3 +3211,5 @@ snapshots:
zod: 3.25.76 zod: 3.25.76
zod@3.25.76: {} zod@3.25.76: {}
zustand@5.0.8: {}