Skip to content

Commit

Permalink
fix: merge package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UrijHoruzij committed Jan 13, 2023
2 parents 8351581 + 03a9715 commit 83367ab
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 56 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.3.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.2.0...v1.3.0) (2023-01-12)


### Features

* add slider before-after ([4333f81](https://github.com/UrijHoruzij/super-resolution/commit/4333f81ee17a309e0156a72fe50c23b31c957416))

# [1.2.0](https://github.com/UrijHoruzij/super-resolution/compare/v1.1.5...v1.2.0) (2023-01-11)


Expand Down
104 changes: 48 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,50 @@
{
"private": true,
"name": "super-resolution",
"description": "Free and open source AI image upscaler. It uses the latest AI technology to upscale images to higher resolutions.",
"version": "1.2.0",
"author": "Urij Horuzij",
"homepage": "https://github.com/UrijHoruzij/super-resolution",
"license": "MIT",
"main": "main/background.js",
"scripts": {
"dev": "next dev",
"electron": "electron .",
"build": "next build && next export",
"dist": "npm run build && electron-builder ",
"dist:deb": "electron-builder build -l deb",
"dist:rpm": "electron-builder build -l rpm",
"dist:dmg": "electron-builder build -m dmg",
"dist:pkg": "electron-builder build -m pkg",
"dist:msi": "electron-builder build -w nsis",
"publish-linux-app": "electron-builder -l --publish always",
"publish-win-app": "electron-builder -w --publish always",
"publish-mac-app": "electron-builder -m --publish always",
"postinstall": "electron-builder install-app-deps",
"prepare": "husky install"
},
"dependencies": {
"classnames": "^2.3.2",
"electron-is-dev": "^2.0.0",
"electron-reload": "^2.0.0-alpha.1",
"electron-serve": "^1.1.0",
"electron-settings": "^4.0.2",
"electron-store": "^8.1.0",
"electron-updater": "^5.2.1",
"ui-forest": "^1.11.4"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"electron": "^20.1.0",
"electron-builder": "^23.3.3",
"husky": "^8.0.1",
"next": "^13.1.1",
"next-transpile-modules": "^10.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UrijHoruzij/super-resolution.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/UrijHoruzij/super-resolution/issues"
}
"private": true,
"name": "super-resolution",
"description": "Free and open source AI image upscaler. It uses the latest AI technology to upscale images to higher resolutions.",
"version": "1.3.0",
"author": "Urij Horuzij",
"homepage": "https://github.com/UrijHoruzij/super-resolution",
"license": "MIT",
"main": "main/background.js",
"scripts": {
"dev": "next dev",
"electron": "electron .",
"build": "next build && next export",
"dist": "npm run build && electron-builder ",
"dist:deb": "electron-builder build -l deb",
"dist:rpm": "electron-builder build -l rpm",
"dist:dmg": "electron-builder build -m dmg",
"dist:pkg": "electron-builder build -m pkg",
"dist:msi": "electron-builder build -w nsis",
"publish-linux-app": "electron-builder -l --publish always",
"publish-win-app": "electron-builder -w --publish always",
"publish-mac-app": "electron-builder -m --publish always",
"postinstall": "electron-builder install-app-deps",
"prepare": "husky install"
},
"dependencies": {
"classnames": "^2.3.2",
"electron-is-dev": "^2.0.0",
"electron-reload": "^2.0.0-alpha.1",
"electron-serve": "^1.1.0",
"electron-settings": "^4.0.2",
"electron-store": "^8.1.0",
"electron-updater": "^5.2.1",
"ui-forest": "^1.11.4"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"electron": "^20.1.0",
"electron-builder": "^23.3.3",
"husky": "^8.0.1",
"next": "^13.1.1",
"next-transpile-modules": "^10.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}

0 comments on commit 83367ab

Please sign in to comment.