refactor: plugins

This commit is contained in:
xiaojunnuo
2022-11-08 22:48:57 +08:00
parent b04d4cb5c5
commit c23f6172b5
9 changed files with 632 additions and 3 deletions
+5 -1
View File
@@ -11,11 +11,15 @@
"preview": "vite preview"
},
"dependencies": {
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^0.3.0",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
"node-forge": "^0.10.0",
"@certd/pipeline": "^0.3.0"
"@certd/pipeline": "^0.3.0",
"@certd/plugin-util": "^0.3.0"
},
"devDependencies": {
"@types/lodash": "^4.14.186",