2020-11-28 06:10:49 +00:00
|
|
|
{
|
|
|
|
"name": "webmessage",
|
2020-12-26 20:26:46 +00:00
|
|
|
"author": "sgtaziz",
|
|
|
|
"description": "A client for communicating with the WebMessage tweak on iOS. Send and receive messages from the comfort of your computer.",
|
2021-03-19 06:03:36 +00:00
|
|
|
"version": "0.6.2",
|
2020-11-28 06:10:49 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-12-26 20:26:46 +00:00
|
|
|
"serve": "vue-cli-service electron:serve",
|
2020-12-27 14:41:12 +00:00
|
|
|
"build": "vue-cli-service electron:build",
|
2020-12-26 20:26:46 +00:00
|
|
|
"publish": "yarn build -mwl -p always",
|
2021-03-20 18:17:37 +00:00
|
|
|
"lint": "vue-cli-service lint",
|
2020-12-26 20:26:46 +00:00
|
|
|
"generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
|
2020-12-25 09:58:05 +00:00
|
|
|
"postinstall": "electron-builder install-app-deps",
|
|
|
|
"postuninstall": "electron-builder install-app-deps"
|
2020-11-28 06:10:49 +00:00
|
|
|
},
|
2020-12-25 09:58:05 +00:00
|
|
|
"repository": {
|
2020-12-26 20:26:46 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sgtaziz/WebMessage.git"
|
2020-12-25 09:58:05 +00:00
|
|
|
},
|
|
|
|
"main": "background.js",
|
2020-11-28 06:10:49 +00:00
|
|
|
"dependencies": {
|
2021-02-19 13:07:17 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
2021-03-20 18:17:37 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.0-3",
|
|
|
|
"@techassi/vue-lazy-image": "^1.0.0",
|
2020-12-27 14:41:12 +00:00
|
|
|
"auto-launch": "^5.0.5",
|
2021-01-14 15:34:36 +00:00
|
|
|
"axios": "^0.21.1",
|
2021-03-20 18:17:37 +00:00
|
|
|
"bplist-parser": "^0.3.0",
|
2020-11-28 06:10:49 +00:00
|
|
|
"core-js": "^3.6.5",
|
2021-03-20 18:17:37 +00:00
|
|
|
"electron-context-menu": "^2.5.0",
|
2021-02-12 11:13:17 +00:00
|
|
|
"electron-localshortcut": "^3.2.1",
|
2021-03-20 18:17:37 +00:00
|
|
|
"electron-store": "^7.0.2",
|
|
|
|
"electron-updater": "^4.3.8",
|
|
|
|
"emoji-datasource": "^6.0.1",
|
|
|
|
"emoji-mart-vue-fast": "https://github.com/sgtaziz/emoji-mart-vue",
|
2021-03-13 07:21:38 +00:00
|
|
|
"emoji-regex": "^9.2.2",
|
2020-12-25 09:58:05 +00:00
|
|
|
"feather-icons": "^4.28.0",
|
2021-03-20 18:17:37 +00:00
|
|
|
"jquery": "^3.6.0",
|
2020-12-25 09:58:05 +00:00
|
|
|
"moment": "^2.29.1",
|
2021-03-13 11:24:30 +00:00
|
|
|
"node-notifier": "^9.0.1",
|
2021-04-06 10:01:56 +00:00
|
|
|
"powertoast": "^1.2.3",
|
2021-03-13 07:21:38 +00:00
|
|
|
"rangy": "^1.3.0",
|
2021-02-06 07:17:57 +00:00
|
|
|
"usbmux": "^0.1.0",
|
2021-03-20 18:17:37 +00:00
|
|
|
"vue": "^3.0.0",
|
|
|
|
"vue-class-component": "^8.0.0-0",
|
|
|
|
"vue-feather": "^2.0.0-beta",
|
2021-02-11 13:33:27 +00:00
|
|
|
"vue-js-popover": "^1.2.1",
|
2021-02-05 10:27:39 +00:00
|
|
|
"vue-linkify": "^1.0.1",
|
2021-02-16 17:06:59 +00:00
|
|
|
"vue-long-click": "^0.0.4",
|
2021-03-20 18:17:37 +00:00
|
|
|
"vue-native-websocket-vue3": "^3.1.0",
|
|
|
|
"vue-router": "^4.0.0-0",
|
|
|
|
"vuex": "^4.0.0-0"
|
2020-11-28 06:10:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-20 18:17:37 +00:00
|
|
|
"@types/auto-launch": "^5.0.1",
|
|
|
|
"@types/electron-devtools-installer": "^2.2.0",
|
|
|
|
"@types/electron-localshortcut": "^3.1.0",
|
|
|
|
"@types/jquery": "^3.5.5",
|
2021-04-06 10:01:56 +00:00
|
|
|
"@types/node-notifier": "^8.0.0",
|
2021-03-20 18:17:37 +00:00
|
|
|
"@types/rangy": "^0.0.33",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
|
|
"@typescript-eslint/parser": "^2.33.0",
|
2020-11-28 06:10:49 +00:00
|
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
2021-03-20 18:17:37 +00:00
|
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
2020-11-28 06:10:49 +00:00
|
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
2021-03-20 18:17:37 +00:00
|
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
2020-11-28 06:10:49 +00:00
|
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
|
|
"@vue/cli-service": "~4.5.0",
|
2021-03-20 18:17:37 +00:00
|
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
|
|
"electron": "^11.0.0",
|
|
|
|
"electron-devtools-installer": "^3.1.0",
|
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
|
|
"eslint-plugin-vue": "^7.0.0-0",
|
2020-11-28 06:10:49 +00:00
|
|
|
"node-sass": "^4.12.0",
|
2021-03-20 18:17:37 +00:00
|
|
|
"prettier": "^1.19.1",
|
2020-11-28 06:10:49 +00:00
|
|
|
"sass-loader": "^8.0.2",
|
2021-03-20 18:17:37 +00:00
|
|
|
"typescript": "~3.9.3",
|
|
|
|
"vue-cli-plugin-electron-builder": "~2.0.0-rc.6"
|
2020-11-28 06:10:49 +00:00
|
|
|
}
|
2021-03-13 07:21:38 +00:00
|
|
|
}
|