95 lines
3.0 KiB
JSON
95 lines
3.0 KiB
JSON
{
|
|
"name": "thedesk",
|
|
"version": "22.3.0",
|
|
"codename": "Koume",
|
|
"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",
|
|
"postinstall": "run-s util:*",
|
|
"util:hash": "node gitHash.js",
|
|
"util:browserify": "browserify native.js -o js/platform/native.js",
|
|
"construct": "node view/make/makeCli.js",
|
|
"construct:store": "node view/make/makeCli.js --store",
|
|
"dev": "run-p dev:*",
|
|
"dev:run": "electron ./ --dev",
|
|
"dev:watchview": "node view/make/makeCli.js --watch",
|
|
"build": "node buildCli.js",
|
|
"build:pwa": "node view/make/makeCli.js --pwa",
|
|
"build:all:x64": "node buildCli.js --withStore",
|
|
"build:all": "node buildCli.js --withStore --withIa32 --withArm64",
|
|
"lint:fix": "eslint js --fix",
|
|
"lint": "eslint js"
|
|
},
|
|
"keywords": [
|
|
"mastodon",
|
|
"client",
|
|
"electron",
|
|
"thedesk"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/cutls/TheDesk/issues",
|
|
"email": "p@cutls.com"
|
|
},
|
|
"homepage": "https://thedesk.top",
|
|
"author": {
|
|
"name": "Cutls",
|
|
"url": "https://cutls.dev",
|
|
"email": "p@cutls.com"
|
|
},
|
|
"contributor": [
|
|
{
|
|
"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.3",
|
|
"@syuilo/aiscript": "^0.11.1",
|
|
"electron-dl": "^3.2.1",
|
|
"itunes-nowplaying-mac": "https://github.com/cutls/itunes-nowplaying-mac/releases/download/v0.4.0/itunes-nowplaying-mac-0.4.0.tgz",
|
|
"jimp": "^0.16.1",
|
|
"jquery": "^3.6.0",
|
|
"jquery-ui-dist": "^1.12.1",
|
|
"json5": "^2.2.0",
|
|
"lodash": "^4.17.21",
|
|
"materialize-css": "git://github.com/cutls/materialize#v1-dev",
|
|
"sanitize-html": "^2.4.0",
|
|
"sumchecker": "^3.0.1",
|
|
"sweetalert2": "^11.0.17",
|
|
"system-font-families": "^0.4.1",
|
|
"textarea-caret": "^3.1.0",
|
|
"uuid": "^8.3.2",
|
|
"vue": "^2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^17.0.0",
|
|
"chokidar": "^3.5.2",
|
|
"dotenv": "^10.0.0",
|
|
"electron": "^13.1.2",
|
|
"electron-builder": "^22.11.7",
|
|
"electron-notarize": "^1.0.0",
|
|
"electron-rebuild": "^2.3.5",
|
|
"eslint": "^7.28.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"readline-sync": "1.4.10"
|
|
},
|
|
"resolutions": {
|
|
"@types/fs-extra": "9.0.11",
|
|
"plist": "3.0.2"
|
|
}
|
|
}
|