package add

This commit is contained in:
PinkR1ver 2024-10-10 11:25:28 +08:00
parent 6428e7928b
commit 29b5f76f29
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@ -11,6 +11,7 @@
"dependencies": {
"@clack/prompts": "^0.7.0",
"@floating-ui/dom": "^1.6.3",
"@jackyzha0/quartz": "file:",
"@napi-rs/simple-git": "0.1.16",
"async-mutex": "^0.4.1",
"chalk": "^5.3.0",
@ -515,6 +516,10 @@
"node": ">=12"
}
},
"node_modules/@jackyzha0/quartz": {
"resolved": "",
"link": true
},
"node_modules/@napi-rs/simple-git": {
"version": "0.1.16",
"resolved": "https://registry.npmjs.org/@napi-rs/simple-git/-/simple-git-0.1.16.tgz",

View File

@ -36,6 +36,7 @@
"dependencies": {
"@clack/prompts": "^0.7.0",
"@floating-ui/dom": "^1.6.3",
"@jackyzha0/quartz": "file:",
"@napi-rs/simple-git": "0.1.16",
"async-mutex": "^0.4.1",
"chalk": "^5.3.0",