feat: implement Nginx and PHP service management IPC handlers and add sweetalert2 dependency

This commit is contained in:
Ümit Tunç
2026-03-30 07:06:43 +03:00
parent 862364d4d8
commit bd566eea1c
6 changed files with 126 additions and 15 deletions
+12 -1
View File
@@ -20,7 +20,8 @@
"i18next": "^23.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.0"
"react-i18next": "^13.0.0",
"sweetalert2": "^11.26.24"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",
@@ -8940,6 +8941,16 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/sweetalert2": {
"version": "11.26.24",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.24.tgz",
"integrity": "sha512-SLgukW4wicewpW5VOukSXY5Z6DL/z7HCOK2ODSjmQPiSphCN8gJAmh9npoceXOtBRNoDN0xIz+zHYthtfiHmjg==",
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/limonte"
}
},
"node_modules/synckit": {
"version": "0.11.12",
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz",