diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-11 00:32:51 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-11 00:32:51 +0000 |
| commit | 27d85f0cda4d6f71a5a8eab8f416f29f01602b38 (patch) | |
| tree | 13e7c6b1956030170cef6ce5bade5224e56b1c17 /package.json | |
| parent | aceef6edd8bd1663249e9d06fc1d4a063add4689 (diff) | |
Add rest of item stack picker
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 c9fff2d..bd11781 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "pinia": "^2.1.7", "vue": "^3.4.15", "vue-multiselect": "^3.0.0-beta.3", - "vue-router": "^4.2.5" + "vue-router": "^4.2.5", + "yaml": "^2.4.1" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", |
