mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-23 03:53:53 +00:00
f604abb30c
Bumps [electron](https://github.com/electron/electron) from 17.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/v17.1.2...v18.3.7) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
938 B
JSON
42 lines
938 B
JSON
{
|
|
"name": "electron-tabs",
|
|
"version": "1.0.1",
|
|
"description": "Simple tabs for Electron applications",
|
|
"main": "dist/electron-tabs.js",
|
|
"types": "dist/electron-tabs.d.ts",
|
|
"source": "src/index.ts",
|
|
"targets": {
|
|
"main": {
|
|
"includeNodeModules": true
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/brrd/electron-tabs"
|
|
},
|
|
"scripts": {
|
|
"demo": "electron ./demo",
|
|
"watch": "parcel watch",
|
|
"build": "parcel build"
|
|
},
|
|
"keywords": [
|
|
"electron",
|
|
"tab",
|
|
"tabs",
|
|
"webview"
|
|
],
|
|
"author": "brrd",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@parcel/packager-ts": "^2.5.0",
|
|
"@parcel/transformer-inline-string": "^2.5.0",
|
|
"@parcel/transformer-typescript-types": "^2.5.0",
|
|
"@types/sortablejs": "^1.13.0",
|
|
"electron": "^18.3.7",
|
|
"parcel": "^2.5.0",
|
|
"postcss": "^8.4.14",
|
|
"sortablejs": "^1.15.0",
|
|
"typescript": "^4.7.2"
|
|
}
|
|
}
|