1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Penpot-Desktop/package.json
2024-05-20 23:43:55 -04:00

49 lines
1.4 KiB
JSON

{
"name": "penpot-desktop",
"version": "0.3.1",
"author": "SudoVanilla",
"license": "AGPL-3.0-or-later",
"trustedDependencies": [
"electron"
],
"main": "src/process/index.js",
"homepage": "https://ark.sudovanilla.org/Korbs/Penpot-Desktop/",
"keywords": [
"design",
"prototyping",
"mockups",
"graphics"
],
"bugs": {
"url": "https://ark.sudovanilla.org/Korbs/Penpot-Desktop/issues",
"email": "korbs@sudovanilla.org"
},
"funding": [
{
"type": "individual",
"url": "https://liberapay.com/SudoVanilla/"
}
],
"scripts": {
"start": "npm run dev",
"build": "electron-builder --config build/electron-builder.yml",
"build:arm": "electron-builder --config build/electron-builder.yml --arm64",
"dev": "concurrently --kill-others \"npm run scss:app\" \"run-electron .\"",
"scss:app": "sass -q --watch src/base/styles/index.scss:src/base/styles/index.css --style=compressed --no-source-map"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.12.0",
"concurrently": "^8.2.0",
"electron-is-dev": "^3.0.1",
"electron-re": "^1.3.0",
"electron-tabs": "^1.0.1",
"electron-updater": "^6.1.1",
"electron-window-state": "^5.0.3",
"run-electron": "^2.0.0",
"sass": "^1.63.6"
},
"devDependencies": {
"electron": "^30.0.6",
"electron-builder": "^24.9.1"
}
}