2018-01-28 23:22:43 +11:00
|
|
|
{
|
2020-05-23 14:54:51 +10:00
|
|
|
"name": "thedesk",
|
2020-08-02 14:26:18 +10:00
|
|
|
"version": "21.0.5",
|
2020-05-23 14:54:51 +10:00
|
|
|
"codename": "Mayu",
|
|
|
|
"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",
|
|
|
|
"construct": "cd view/make && node make --automatic && cd ../../",
|
|
|
|
"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",
|
|
|
|
"build:all": "npx electron-builder --win --linux",
|
|
|
|
"build:win": "npx electron-builder --win",
|
2020-08-02 17:08:07 +10:00
|
|
|
"build:pwa": "node view/make/make.js --automatic --pwa",
|
|
|
|
"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": {
|
2020-07-21 10:19:39 +10:00
|
|
|
"@fortawesome/fontawesome-free": "^5.14.0",
|
2020-07-18 06:58:08 +10:00
|
|
|
"custom-electron-titlebar": "^3.2.3",
|
2020-06-16 12:57:33 +10:00
|
|
|
"electron-dl": "^3.0.1",
|
2020-06-30 06:15:35 +10:00
|
|
|
"jimp": "^0.14.0",
|
2020-07-04 12:28:47 +10:00
|
|
|
"jquery": "^3.5.1",
|
2020-05-23 14:54:51 +10:00
|
|
|
"jquery-ui-dist": "^1.12.1",
|
|
|
|
"json5": "^2.1.3",
|
2020-07-09 07:41:51 +10:00
|
|
|
"lodash": "^4.17.19",
|
2020-05-23 14:54:51 +10:00
|
|
|
"materialize-css": "git://github.com/cutls/materialize#v1-dev",
|
|
|
|
"sumchecker": "^3.0.1",
|
2020-07-15 07:03:09 +10:00
|
|
|
"sweetalert2": "^9.17.0",
|
2020-05-23 14:54:51 +10:00
|
|
|
"system-font-families": "^0.4.1",
|
|
|
|
"vue": "^2.6.11"
|
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-07-21 10:19:24 +10:00
|
|
|
"chokidar": "^3.4.1",
|
2020-07-21 09:53:38 +10:00
|
|
|
"electron": "^9.1.1",
|
2020-07-04 12:28:57 +10:00
|
|
|
"electron-builder": "^22.7.0",
|
2020-07-04 12:12:00 +10:00
|
|
|
"electron-rebuild": "^1.11.0",
|
2020-08-02 17:08:07 +10:00
|
|
|
"eslint": "^7.6.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": [
|
|
|
|
"node_modules/itunes-nowplaying-mac"
|
|
|
|
],
|
|
|
|
"directories": {
|
|
|
|
"output": "../build"
|
|
|
|
},
|
|
|
|
"win": {
|
|
|
|
"icon": "build/thedesk.ico",
|
|
|
|
"target": [
|
|
|
|
"nsis",
|
|
|
|
"portable",
|
|
|
|
"appx"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"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
|
|
|
}
|