2018-01-28 23:22:43 +11:00
|
|
|
{
|
2018-08-05 13:36:23 +10:00
|
|
|
"name": "thedesk",
|
2020-05-03 00:32:46 +10:00
|
|
|
"version": "20.3.3",
|
2020-04-08 18:58:37 +10:00
|
|
|
"codename": "Kawaii",
|
2018-08-05 13:36:23 +10:00
|
|
|
"description": "TheDesk is a Mastodon client for PC.",
|
2019-04-14 02:42:49 +10:00
|
|
|
"repository": "https://github.com/cutls/TheDesk",
|
2018-01-28 23:22:43 +11:00
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
2019-01-23 19:58:31 +11:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-08-26 01:09:01 +10:00
|
|
|
"construct": "cd view/make && node make --automatic && cd ../../",
|
2019-12-21 13:09:01 +11:00
|
|
|
"dev": "npx electron ./ --dev",
|
2019-01-25 13:41:48 +11:00
|
|
|
"dist": "build --linux snap",
|
2019-10-20 21:36:44 +11:00
|
|
|
"watchview": "node view/make/make.js --automatic --watch",
|
2019-05-27 00:40:03 +10:00
|
|
|
"build:js": "node build.js",
|
2020-01-27 01:54:40 +11:00
|
|
|
"build": "node view/make/make.js --automatic && npx electron-builder",
|
2019-12-21 13:09:01 +11:00
|
|
|
"build:all": "npx electron-builder --win --linux",
|
2020-02-08 02:01:11 +11:00
|
|
|
"build:win": "npx electron-builder --win",
|
|
|
|
"build:pwa": "node view/make/make.js --automatic --pwa"
|
2018-01-28 23:22:43 +11:00
|
|
|
},
|
2019-05-19 18:01:15 +10:00
|
|
|
"keywords": [
|
|
|
|
"mastodon",
|
|
|
|
"client",
|
|
|
|
"electron",
|
|
|
|
"thedesk"
|
|
|
|
],
|
2018-08-10 01:18:35 +10:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/cutls/TheDesk/issues",
|
2019-05-11 02:31:15 +10:00
|
|
|
"email": "web-pro@cutls.com"
|
2018-08-05 13:36:23 +10:00
|
|
|
},
|
2018-08-10 01:18:35 +10:00
|
|
|
"homepage": "https://thedesk.top",
|
|
|
|
"author": {
|
2019-03-16 03:59:29 +11:00
|
|
|
"name": "Cutls",
|
2019-05-11 02:31:15 +10:00
|
|
|
"url": "https://cutls.com/@Cutls",
|
2018-08-10 01:18:35 +10:00
|
|
|
"email": "web-pro@cutls.com"
|
2018-08-05 13:36:23 +10:00
|
|
|
},
|
2018-08-10 01:18:35 +10:00
|
|
|
"contributor": [
|
|
|
|
{
|
|
|
|
"name": "とねぢ",
|
|
|
|
"url": "https://minohdon.jp/@toneji",
|
|
|
|
"email": "solfa.tono@gmail.com"
|
2019-01-13 13:05:41 +11:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ぽぷんじゃ",
|
|
|
|
"url": "https://popon.pptdn.jp/@popn_ja",
|
|
|
|
"email": "popn.ja@gmail.com"
|
2019-03-20 15:50:00 +11:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "kPherox",
|
2019-06-29 17:11:52 +10:00
|
|
|
"url": "https://pl.kpherox.dev/kPherox",
|
2019-03-20 15:50:00 +11:00
|
|
|
"email": "admin@mail.kr-kp.com"
|
2018-08-10 01:18:35 +10:00
|
|
|
}
|
|
|
|
],
|
2019-01-24 03:04:21 +11:00
|
|
|
"license": "GPL-3.0",
|
2018-02-19 04:41:25 +11:00
|
|
|
"dependencies": {
|
2020-04-07 16:01:02 +10:00
|
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
2020-03-06 03:51:06 +11:00
|
|
|
"custom-electron-titlebar": "^3.2.2-hotfix62",
|
2020-01-13 10:48:23 +11:00
|
|
|
"electron-dl": "^3.0.0",
|
2020-04-21 07:05:16 +10:00
|
|
|
"jimp": "^0.10.3",
|
2020-04-11 06:16:32 +10:00
|
|
|
"jquery": "^3.5.0",
|
2019-08-30 02:45:07 +10:00
|
|
|
"jquery-ui-dist": "^1.12.1",
|
2020-04-07 06:15:46 +10:00
|
|
|
"json5": "^2.1.3",
|
2019-11-09 04:05:15 +11:00
|
|
|
"lodash": "^4.17.15",
|
2020-02-11 03:55:40 +11:00
|
|
|
"materialize-css": "git://github.com/cutls/materialize#v1-dev",
|
2019-11-27 22:55:20 +11:00
|
|
|
"sumchecker": "^3.0.1",
|
2020-04-15 06:16:52 +10:00
|
|
|
"sweetalert2": "^9.10.12",
|
2020-04-07 14:20:50 +10:00
|
|
|
"system-font-families": "^0.4.1",
|
2020-02-10 03:33:09 +11:00
|
|
|
"vue": "^2.6.11"
|
2018-05-20 17:15:35 +10:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2020-04-21 23:18:40 +10:00
|
|
|
"itunes-nowplaying-mac": "0.3.1"
|
2018-09-10 03:06:00 +10:00
|
|
|
},
|
2018-09-27 01:25:35 +10:00
|
|
|
"devDependencies": {
|
2020-01-13 10:49:52 +11:00
|
|
|
"chokidar": "^3.3.1",
|
2020-04-27 18:47:46 +10:00
|
|
|
"electron": "^8.2.3",
|
2020-04-17 06:14:21 +10:00
|
|
|
"electron-builder": "^22.5.1",
|
2020-03-12 07:16:06 +11:00
|
|
|
"electron-rebuild": "^1.10.1",
|
2019-07-30 06:25:25 +10:00
|
|
|
"readline-sync": "1.4.10"
|
2019-05-27 00:40:03 +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": [
|
2019-06-14 01:53:19 +10:00
|
|
|
"zip",
|
2019-10-11 02:04:31 +11:00
|
|
|
"snap",
|
2019-10-11 02:46:59 +11:00
|
|
|
"deb"
|
2019-05-27 00:40:03 +10:00
|
|
|
],
|
|
|
|
"category": "Network"
|
|
|
|
},
|
|
|
|
"mac": {
|
|
|
|
"target": [
|
|
|
|
"dmg",
|
|
|
|
"zip"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"electronDownload": {
|
2019-08-07 00:06:09 +10:00
|
|
|
"version": "6.0.0"
|
2019-05-27 00:40:03 +10:00
|
|
|
},
|
2019-08-07 00:06:09 +10:00
|
|
|
"electronVersion": "6.0.0"
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|
|
|
|
}
|