diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index ef0ae8e..b215add 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "timecode-boss": "^4.2.3", - "ts-json-schema-generator": "^0.92.0" + "ts-json-schema-generator": "^0.92.0", + "zustand": "^3.5.1" }, "devDependencies": { "typescript": "^4.2.4" |