thedesk/app/package.json

144 lines
4.6 KiB
JSON
Raw Normal View History

2018-01-28 23:22:43 +11:00
{
2020-05-23 14:54:51 +10:00
"name": "thedesk",
2021-04-01 21:30:13 +11:00
"version": "22.1.1",
2020-11-28 09:32:06 +11:00
"codename": "Koume",
2020-05-23 14:54:51 +10:00
"description": "TheDesk is a Mastodon client for PC.",
"repository": "https://github.com/cutls/TheDesk",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2020-11-28 07:57:11 +11:00
"construct": "cd view/make && node make --automatic && cd ../../ && browserify aiscript.js -o js/platform/aiscript.js",
"construct:store": "cd view/make && node make --automatic --store && cd ../../ && browserify aiscript.js -o js/platform/aiscript.js",
2020-05-23 14:54:51 +10:00
"dev": "npx electron ./ --dev",
"dist": "build --linux snap",
"watchview": "node view/make/make.js --automatic --watch",
"build:js": "node build.js",
"build": "node view/make/make.js --automatic && npx electron-builder",
2020-08-02 17:08:07 +10:00
"build:pwa": "node view/make/make.js --automatic --pwa",
2020-09-09 17:33:11 +10:00
"build:win:web": "node view/make/make.js --automatic && npx electron-builder --win",
"build:win:msstore": "node view/make/make.js --automatic --store && npx electron-builder --win appx",
"build:linux:web": "node view/make/make.js --automatic && npx electron-builder --linux",
"build:linux:snapstore": "node view/make/make.js --automatic --store && npx electron-builder --linux",
"build:mac:web": "node view/make/make.js --automatic && npx electron-builder --mac",
"build:mac:homebrew": "node view/make/make.js --automatic --store && npx electron-builder --mac",
2020-09-18 22:49:55 +10:00
"lint:fix": "eslint js --fix",
"lint": "eslint js"
2019-01-13 13:05:41 +11:00
},
2020-05-23 14:54:51 +10:00
"keywords": [
"mastodon",
"client",
"electron",
"thedesk"
2019-05-27 00:40:03 +10:00
],
2020-05-23 14:54:51 +10:00
"bugs": {
"url": "https://github.com/cutls/TheDesk/issues",
"email": "p@cutls.com"
2019-05-27 00:40:03 +10:00
},
2020-05-23 14:54:51 +10:00
"homepage": "https://thedesk.top",
"author": {
"name": "Cutls",
"url": "https://cutls.dev",
"email": "p@cutls.com"
2019-05-27 00:40:03 +10:00
},
2020-08-02 17:08:07 +10:00
"contributor": [
{
2020-05-23 14:54:51 +10:00
"name": "とねぢ",
"url": "https://minohdon.jp/@toneji",
"email": "solfa.tono@gmail.com"
},
{
"name": "ぽぷんじゃ",
"url": "https://popon.pptdn.jp/@popn_ja",
"email": "popn.ja@gmail.com"
},
{
"name": "kPherox",
"url": "https://pl.kpherox.dev/kPherox",
"email": "admin@mail.kr-kp.com"
}
],
"license": "GPL-3.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
2020-11-28 07:57:11 +11:00
"@syuilo/aiscript": "^0.11.1",
"electron-dl": "^3.2.1",
"jimp": "^0.16.1",
"jquery": "^3.6.0",
2020-05-23 14:54:51 +10:00
"jquery-ui-dist": "^1.12.1",
"json5": "^2.2.0",
"lodash": "^4.17.21",
2020-05-23 14:54:51 +10:00
"materialize-css": "git://github.com/cutls/materialize#v1-dev",
"sanitize-html": "^2.3.2",
2020-05-23 14:54:51 +10:00
"sumchecker": "^3.0.1",
"sweetalert2": "^10.15.7",
2020-05-23 14:54:51 +10:00
"system-font-families": "^0.4.1",
"vue": "^2.6.12"
2019-05-27 00:40:03 +10:00
},
2020-05-23 14:54:51 +10:00
"optionalDependencies": {
"itunes-nowplaying-mac": "0.3.1"
2019-05-27 00:40:03 +10:00
},
2020-05-23 14:54:51 +10:00
"devDependencies": {
2020-11-28 07:57:11 +11:00
"browserify": "^17.0.0",
"chokidar": "^3.5.1",
"electron": "^10.2.0",
"electron-builder": "^22.10.5",
"electron-rebuild": "^2.3.5",
"eslint": "^7.23.0",
2020-05-23 14:54:51 +10:00
"readline-sync": "1.4.10"
2019-05-27 00:40:03 +10:00
},
2020-05-23 14:54:51 +10:00
"build": {
"productName": "TheDesk",
"appId": "top.thedesk",
"asarUnpack": [
2021-01-16 06:28:09 +11:00
"node_modules/itunes-nowplaying-mac",
"main/script"
2020-05-23 14:54:51 +10:00
],
"directories": {
"output": "../build"
},
"win": {
"icon": "build/thedesk.ico",
"target": [
"nsis",
2020-09-09 17:33:11 +10:00
"appx",
"portable"
2020-05-23 14:54:51 +10:00
]
},
"appx": {
"identityName": "53491Cutls.TheDesk",
"applicationId": "Cutls.TheDesk",
"publisherDisplayName": "Cutls",
"publisher": "CN=629757F5-A5EE-474F-9562-B304A89A9FD1",
"languages": [
"JA-JP",
"EN-US"
]
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"artifactName": "TheDesk-setup.${ext}"
},
"linux": {
"icon": "build/icons",
"target": [
"zip",
2020-09-09 17:33:11 +10:00
"appImage",
2020-05-23 14:54:51 +10:00
"snap",
"deb"
],
"category": "Network"
},
"mac": {
"target": [
"dmg",
"zip"
]
},
"electronDownload": {
2020-07-04 12:26:46 +10:00
"version": "9.0.5"
2020-05-23 14:54:51 +10:00
},
2020-07-04 12:26:46 +10:00
"electronVersion": "9.0.5"
2020-05-23 14:54:51 +10:00
}
2020-08-02 17:08:07 +10:00
}