This commit is contained in:
zyronon
2023-10-15 15:21:34 +08:00
parent 490fcd90ab
commit 05f0439372
3 changed files with 14 additions and 7 deletions

View File

@@ -11,7 +11,8 @@
"preview": "vite preview",
"commit": "git-cz",
"prepare": "husky install",
"test": ""
"test": "",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@opentranslate/baidu": "^1.4.2",
@@ -44,6 +45,7 @@
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"push-dir": "^0.4.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.64.2",
"tslib": "^2.6.2",