This commit is contained in:
2023-08-24 17:05:21 +08:00
parent f76e67c8fb
commit 5c39fb35f2
8 changed files with 157 additions and 41 deletions

View File

@@ -22,6 +22,7 @@
"monaco-editor": "^0.33.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.3",
"pinyin-match": "^1.2.4",
"postcss-import": "^15.1.0",
"qs": "^6.11.2",
"sortablejs": "^1.15.0",
@@ -3576,6 +3577,11 @@
}
}
},
"node_modules/pinyin-match": {
"version": "1.2.4",
"resolved": "https://registry.npmmirror.com/pinyin-match/-/pinyin-match-1.2.4.tgz",
"integrity": "sha512-HpUiaSxcG3rrpKAMZXq/rMHbEp7wvfu9B64lHJBy+63xAr/hVdBC8xqkWWPnNyjSb19ihdh8FnXo+9m6jAr9Mg=="
},
"node_modules/pirates": {
"version": "4.0.5",
"resolved": "https://registry.npmmirror.com/pirates/-/pirates-4.0.5.tgz",