mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-25 03:00:05 -04:00
Converted to Typescript
This commit is contained in:
36
package.json
36
package.json
@@ -34,6 +34,7 @@
|
||||
"clean": "rimraf dist renderer/.next renderer/out",
|
||||
"start": "electron .",
|
||||
"build": "next build renderer && next export renderer",
|
||||
"tsc": "tsc",
|
||||
"pack-app": "npm run build && electron-builder --dir",
|
||||
"dist": "npm run build && DEBUG=* electron-builder",
|
||||
"dist:appimage": "npm run build && DEBUG=* electron-builder build -l AppImage",
|
||||
@@ -123,30 +124,37 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.8",
|
||||
"electron": "^20.0.2",
|
||||
"electron-builder": "^23.3.3",
|
||||
"next": "^12.3.1",
|
||||
"postcss": "^8.4.16",
|
||||
"@types/electron": "^1.6.10",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/react": "^18.0.25",
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"electron": "^21.2.2",
|
||||
"electron-builder": "^23.6.0",
|
||||
"next": "^13.0.2",
|
||||
"postcss": "^8.4.18",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-tailwindcss": "^0.1.13",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"tailwindcss": "^3.1.8"
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"tailwindcss": "^3.2.2",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"app-root-dir": "^1.0.2",
|
||||
"electron-is-dev": "^2.0.0",
|
||||
"electron-is-packaged": "^1.0.2",
|
||||
"electron-next": "^3.1.5",
|
||||
"electron-root-path": "^1.0.16",
|
||||
"electron-updater": "^5.2.1",
|
||||
"electron-root-path": "^1.1.0",
|
||||
"electron-updater": "^5.3.0",
|
||||
"image-size": "^1.0.2",
|
||||
"react-compare-slider": "^2.2.0",
|
||||
"react-dropzone": "^14.2.2",
|
||||
"react-select": "^5.4.0",
|
||||
"react-tooltip": "^4.2.21",
|
||||
"tailwind-scrollbar": "^1.3.1"
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-image-zoom": "^1.3.1",
|
||||
"react-magnifier": "^3.0.4",
|
||||
"react-select": "^5.6.0",
|
||||
"react-tooltip": "^4.4.3",
|
||||
"tailwind-scrollbar": "^2.0.1"
|
||||
},
|
||||
"volta": {
|
||||
"node": "16.17.0"
|
||||
|
||||
Reference in New Issue
Block a user