1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 12:20:05 +02:00
Files
gitlit/package.json
dependabot[bot] bd469bcee6 Bump electron from 13.1.2 to 18.3.7
Bumps [electron](https://github.com/electron/electron) from 13.1.2 to 18.3.7.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.2...v18.3.7)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 14:23:24 +00:00

60 lines
1.2 KiB
JSON

{
"name": "gitlit",
"version": "2.0.16",
"description": "",
"main": "app/main.js",
"build": {
"appId": "s2.gitlit",
"linux": {
"target": [
{
"target": "tar.gz",
"arch": [
"x64"
]
}
]
},
"win": {
"target": [
{
"target": "zip",
"arch": [
"x64"
]
}
]
}
},
"dependencies": {
"animate.css": "^4.1.1",
"bootstrap": "^4.6.0",
"ejs": "^3.1.6",
"ejs-render-remote": "^1.0.13",
"electron-find": "^1.0.6",
"electron-localshortcut": "^3.2.1",
"github-app-updater": "^1.0.5",
"jquery": "^3.6.0",
"material-design-icons": "^3.0.1",
"minimist": "^1.2.5",
"nonblockjs": "^1.0.8",
"pnotify": "^4.0.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"electron": "^18.3.7",
"electron-builder": "^22.11.7"
},
"scripts": {
"start": "electron .",
"pack": "electron-builder --linux --win portable nsis --dir --publish=never",
"dist": "electron-builder --linux --win portable nsis --publish=never"
},
"repository": {
"type": "git",
"url": "https://github.com/S2-/gitlit"
},
"author": "s2",
"license": "ISC"
}