mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 15:51:11 +08:00
【新增】插件git同步模块,用于同步项目内容,加速项目开发
【调整】前端暗色问题
This commit is contained in:
26
frontend/plugin/vite-plugin-ftp-sync/package.json
Normal file
26
frontend/plugin/vite-plugin-ftp-sync/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "@baota/vite-plugin-ftp-sync",
|
||||
"version": "1.0.0",
|
||||
"description": "FTP/SFTP sync plugin for build process",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"dev": "tsc -w"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"ssh2-sftp-client": "^12.0.0",
|
||||
"@types/ssh2-sftp-client": "^9.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.0",
|
||||
"@types/node": "^20.0.0",
|
||||
"vite": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user