2019-08-31 16:14:06 +02:00
|
|
|
{
|
2020-01-03 13:01:50 +01:00
|
|
|
"name": "tabs",
|
2020-05-20 17:46:54 +02:00
|
|
|
"version": "0.9.1",
|
2020-03-05 23:16:57 +01:00
|
|
|
"description": "Persistent and separate browser tabs in one window.",
|
2020-01-03 13:01:50 +01:00
|
|
|
"author": {
|
|
|
|
"name": "Alice Gaudon",
|
|
|
|
"email": "alice@gaudon.pro"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/ArisuOngaku/tabs",
|
2020-05-20 17:46:41 +02:00
|
|
|
"license": "GPL-3.0-only",
|
2020-05-21 07:38:44 +02:00
|
|
|
"main": "build/main.js",
|
2019-08-31 16:14:06 +02:00
|
|
|
"scripts": {
|
2020-05-25 06:16:28 +02:00
|
|
|
"clean": "(! test -d build || rm -r build) && (! test -d resources || rm -r resources)",
|
|
|
|
"compile": "yarn clean && tsc -p tsconfig.backend.json && webpack --mode production",
|
|
|
|
"compile-dev": "yarn clean && tsc -p tsconfig.backend.json && webpack --mode development",
|
2020-05-21 07:38:44 +02:00
|
|
|
"start": "yarn compile && electron .",
|
2020-05-25 07:46:29 +02:00
|
|
|
"dev": "yarn compile-dev && concurrently -k -n \"Electron,Webpack\" -p \"[{name}]\" -c \"green,yellow\" \"electron . --dev\" \"webpack --mode development --watch\"",
|
2020-05-21 07:38:44 +02:00
|
|
|
"build": "yarn compile && electron-builder -wl",
|
|
|
|
"release": "yarn compile && GH_TOKEN=$(cat GH_TOKEN) electron-builder -wlp always"
|
2019-08-31 16:14:06 +02:00
|
|
|
},
|
2020-01-03 15:01:15 +01:00
|
|
|
"dependencies": {
|
2020-05-19 10:52:39 +02:00
|
|
|
"appdata-path": "^1.0.0",
|
2020-01-03 15:01:15 +01:00
|
|
|
"ejs": "^3.0.1",
|
2020-03-05 22:28:15 +01:00
|
|
|
"electron-updater": "^4.2.4",
|
2020-01-03 15:01:15 +01:00
|
|
|
"esm": "^3.2.25",
|
|
|
|
"single-instance": "^0.0.1"
|
|
|
|
},
|
2019-08-31 16:14:06 +02:00
|
|
|
"devDependencies": {
|
2020-05-25 06:16:28 +02:00
|
|
|
"@babel/core": "^7.9.6",
|
|
|
|
"@babel/preset-env": "^7.9.6",
|
|
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
2020-05-21 07:38:44 +02:00
|
|
|
"@types/node": "^12.12.41",
|
2020-05-25 06:16:28 +02:00
|
|
|
"babel-loader": "^8.1.0",
|
2020-05-25 07:46:29 +02:00
|
|
|
"concurrently": "^5.2.0",
|
2020-05-25 06:16:28 +02:00
|
|
|
"copy-webpack-plugin": "^6.0.1",
|
|
|
|
"css-loader": "^3.5.3",
|
2020-05-19 07:14:02 +02:00
|
|
|
"electron": "^9.0.0",
|
2020-05-21 07:38:44 +02:00
|
|
|
"electron-builder": "^22.4.0",
|
2020-05-25 06:16:28 +02:00
|
|
|
"file-loader": "^6.0.0",
|
|
|
|
"imagemin": "^7.0.1",
|
|
|
|
"imagemin-gifsicle": "^7.0.0",
|
|
|
|
"imagemin-mozjpeg": "^8.0.0",
|
|
|
|
"imagemin-pngquant": "^8.0.0",
|
|
|
|
"imagemin-svgo": "^8.0.0",
|
|
|
|
"img-loader": "^3.0.1",
|
|
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
|
|
"node-sass": "^4.14.1",
|
|
|
|
"sass-loader": "^8.0.2",
|
|
|
|
"ts-loader": "^7.0.4",
|
|
|
|
"typescript": "^3.9.3",
|
|
|
|
"webpack": "^4.43.0",
|
|
|
|
"webpack-cli": "^3.3.11"
|
2020-01-03 13:01:50 +01:00
|
|
|
},
|
|
|
|
"build": {
|
2020-01-10 15:01:42 +01:00
|
|
|
"appId": "tabs-app",
|
2020-05-21 07:38:44 +02:00
|
|
|
"files": [
|
|
|
|
"resources/**/*",
|
|
|
|
"build/**/*"
|
|
|
|
],
|
2020-01-03 13:01:50 +01:00
|
|
|
"linux": {
|
2020-05-19 10:51:52 +02:00
|
|
|
"target": "AppImage",
|
2020-03-05 23:17:32 +01:00
|
|
|
"icon": "resources/logo.png",
|
2020-01-03 13:01:50 +01:00
|
|
|
"category": "Utility",
|
2020-03-05 23:17:32 +01:00
|
|
|
"executableName": "tabs",
|
2020-01-03 13:01:50 +01:00
|
|
|
"desktop": {
|
|
|
|
"StartupWMClass": "Tabs",
|
|
|
|
"MimeType": "x-scheme-handler/tabs"
|
2020-03-05 23:17:32 +01:00
|
|
|
},
|
|
|
|
"publish": [
|
|
|
|
{
|
|
|
|
"provider": "github",
|
|
|
|
"owner": "ArisuOngaku",
|
|
|
|
"repo": "tabs"
|
|
|
|
}
|
|
|
|
]
|
2020-01-03 13:01:50 +01:00
|
|
|
},
|
2020-03-05 22:25:43 +01:00
|
|
|
"win": {
|
|
|
|
"target": "nsis",
|
|
|
|
"icon": "resources/logo.png",
|
|
|
|
"publisherName": "Alice Gaudon",
|
|
|
|
"verifyUpdateCodeSignature": "true",
|
2020-03-05 23:17:32 +01:00
|
|
|
"publish": [
|
|
|
|
{
|
|
|
|
"provider": "github",
|
|
|
|
"owner": "ArisuOngaku",
|
|
|
|
"repo": "tabs"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mac": {
|
|
|
|
"target": "default",
|
|
|
|
"icon": "resources/logo.png",
|
|
|
|
"category": "public.app-category.utilities",
|
|
|
|
"publish": [
|
|
|
|
{
|
|
|
|
"provider": "github",
|
|
|
|
"owner": "ArisuOngaku",
|
|
|
|
"repo": "tabs"
|
|
|
|
}
|
|
|
|
]
|
2020-03-05 22:25:43 +01:00
|
|
|
},
|
2020-05-19 07:14:02 +02:00
|
|
|
"electronVersion": "9.0.0"
|
2019-08-31 16:14:06 +02:00
|
|
|
}
|
|
|
|
}
|