1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00
upscayl/package.json

177 lines
4.8 KiB
JSON
Raw Normal View History

2022-11-11 21:49:16 +01:00
{
"name": "upscayl",
"private": true,
2023-04-15 05:56:40 +02:00
"version": "2.5.0",
2022-11-11 21:49:16 +01:00
"productName": "Upscayl",
"homepage": "https://github.com/TGS963/upscayl",
"contributors": [
{
"name": "Nayam Amarshe",
"email": "nayam@amars.he",
"url": "https://github.com/NayamAmarshe"
},
{
"name": "TGS963",
"email": "tgs@963.com",
"url": "https://github.com/TGS963"
}
],
"email": "simplelogin-newsletter.j1zez@aleeas.com",
"license": "AGPL-3.0",
"description": "Upscayl - Free and Open Source AI Image Upscaler",
"keywords": [
"AI",
"Upscaler",
"Image Upscale",
"Linux image upscale",
"Topaz Gigapixel",
"Linux",
"KDE",
"Gnome"
],
"main": "main/index.js",
"scripts": {
"clean": "rimraf dist renderer/.next renderer/out",
2022-11-11 21:50:20 +01:00
"start": "tsc && electron .",
2022-11-11 22:32:24 +01:00
"dev": "tsc && electron .",
2022-11-11 21:49:16 +01:00
"build": "next build renderer && next export renderer",
"tsc": "tsc",
"pack-app": "npm run build && electron-builder --dir",
"dist": "npm run build && cross-env DEBUG=* electron-builder",
"dist:appimage": "npm run build && cross-env DEBUG=* electron-builder build -l AppImage",
"dist:flatpak": "npm run build && cross-env DEBUG=* electron-builder build -l flatpak",
"dist:deb": "npm run build && cross-env DEBUG=* electron-builder build -l deb",
"dist:rpm": "npm run build && cross-env DEBUG=* electron-builder build -l rpm",
"dist:zip": "npm run build && cross-env DEBUG=* electron-builder build -l zip",
"dist:dmg": "npm run build && cross-env DEBUG=* electron-builder build -m dmg",
"dist:msi": "npm run build && cross-env DEBUG=* electron-builder build -w nsis",
"dist:pkg": "npm run build && cross-env DEBUG=* electron-builder build -m pkg",
2022-11-11 21:49:16 +01:00
"publish-app": "npm run build && electron-builder -wl --publish always",
"publish-linux-app": "npm run build && electron-builder -l --publish always",
"publish-win-app": "npm run build && electron-builder -w --publish always",
"publish-mac-app": "npm run build && electron-builder -m --publish always"
},
"build": {
"productName": "Upscayl",
"appId": "org.upscayl.app",
"artifactName": "${name}-${version}-${os}.${ext}",
"asar": true,
"extraFiles": [
{
"from": "resources/${os}/bin",
"to": "resources/bin",
"filter": [
"**/*"
]
},
{
"from": "resources/models",
"to": "resources/models",
"filter": [
"**/*"
]
}
],
"mac": {
"type": "distribution",
"hardenedRuntime": true,
"entitlements": "main/resources/entitlements.mac.plist",
"entitlementsInherit": "main/resources/entitlements.mac.plist",
"gatekeeperAssess": false,
"target": [
{
"target": "dmg",
"arch": [
"x64"
]
}
]
},
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"publish": [
"github"
],
"target": [
"AppImage",
"zip",
"deb",
2022-12-22 22:25:25 +01:00
"rpm"
2022-11-11 21:49:16 +01:00
],
2022-12-22 21:54:35 +01:00
"maintainer": "Nayam Amarshe <simplelogin-newsletter.j1zez@aleeas.com>",
"category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;",
"synopsis": "AI Image Upscaler",
2023-03-12 09:03:02 +01:00
"description": "Free and Open Source AI Image Upscaler"
2022-11-11 21:49:16 +01:00
},
"win": {
"publish": [
"github"
],
"target": [
"nsis"
],
"icon": "main/build/icon.png"
},
"nsis": {
"allowToChangeInstallationDirectory": true,
2022-12-22 16:05:36 +01:00
"oneClick": false,
"allowElevation": true,
"perMachine": true
},
2022-11-11 21:49:16 +01:00
"files": [
"main",
"renderer/out"
]
},
"devDependencies": {
"@types/electron": "^1.6.10",
2023-04-20 20:39:41 +02:00
"@types/node": "^18.15.12",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
2023-04-20 20:34:49 +02:00
"electron": "^23.2.4",
2023-04-20 20:39:41 +02:00
"electron-builder": "^24.2.1",
"next": "^13.3.0",
"postcss": "^8.4.23",
"prettier": "^2.8.7",
2022-11-11 21:49:16 +01:00
"prettier-plugin-tailwindcss": "^0.1.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-04-20 20:39:41 +02:00
"tailwindcss": "^3.3.1",
2022-11-11 21:49:16 +01:00
"typescript": "^4.8.4"
},
"dependencies": {
"app-root-dir": "^1.0.2",
2023-03-18 18:08:50 +01:00
"daisyui": "^2.51.4",
2022-11-11 21:49:16 +01:00
"electron-is-dev": "^2.0.0",
2023-03-31 12:33:48 +02:00
"electron-log": "^5.0.0-beta.16",
2022-11-11 21:49:16 +01:00
"electron-next": "^3.1.5",
"electron-updater": "^5.3.0",
"image-size": "^1.0.2",
2023-04-20 20:39:41 +02:00
"jotai": "^2.0.4",
2022-11-11 21:49:16 +01:00
"react-compare-slider": "^2.2.0",
"react-dropzone": "^14.2.3",
"react-image-zoom": "^1.3.1",
"react-select": "^5.6.0",
2022-11-23 19:24:30 +01:00
"react-tooltip": "^4.5.0",
"tailwind-scrollbar": "^2.0.1",
2023-04-20 20:39:41 +02:00
"theme-change": "^2.2.0"
2022-11-11 21:49:16 +01:00
},
"volta": {
"node": "16.17.0"
}
}