This repository has been archived by the owner on May 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
98 lines (98 loc) · 3.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "Mixin",
"version": "0.12.0",
"private": true,
"description": "Mixin messenger desktop",
"author": "[email protected]",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"async-retry": "^1.3.1",
"axios": "^0.21.1",
"better-sqlite3": "^7.1.4",
"blurhash": "^1.1.3",
"bot-api-js-client": "https://github.com/MixinNetwork/bot-api-js-client.git#master",
"bytebuffer": "^5.0.1",
"electron-log": "^4.3.2",
"electron-updater": "^4.3.8",
"electron-window-state": "^5.0.3",
"highlight.js": "^10.6.0",
"image-size": "^0.9.7",
"interval-promise": "^1.4.0",
"jpeg-autorotate": "^7.1.1",
"jsonwebtoken": "^8.5.1",
"lottie-web": "^5.7.8",
"markdown-it": "^12.0.4",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-ins": "^3.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"md5": "^2.3.0",
"moment": "2.29.1",
"node-abi": "2.19.3",
"pako": "^2.0.3",
"platform": "^1.3.6",
"qrious": "^4.0.2",
"sequential-task-queue": "^1.2.1",
"urijs": "^1.19.6",
"url-parse": "^1.5.1",
"uuid": "^8.3.2",
"video.js": "^7.11.8",
"vue": "^2.6.12",
"vue-axios": "^3.2.4",
"vue-i18n": "^8.22.4",
"vue-property-decorator": "^8.5.1",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2",
"xss": "^1.0.8"
},
"devDependencies": {
"@types/electron-devtools-installer": "^2.2.0",
"@types/node": "^12.12.29",
"@types/url-parse": "^1.4.3",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-typescript": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"babel-eslint": "^10.1.0",
"electron": "^v11.3.0",
"electron-devtools-installer": "^3.1.1",
"electron-icon-builder": "^2.0.1",
"electron-notarize": "^1.0.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.6.0",
"fs-extra": "^9.1.0",
"node-loader": "^0.6.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"svg-sprite-loader": "^5.2.1",
"typescript": "~3.7.5",
"vue-cli-plugin-electron-builder": "^2.0.0-rc.6",
"vue-template-compiler": "^2.6.12"
},
"resolutions": {
"electron-builder": "^22.3.6",
"moment": "2.29.1"
},
"main": "background.js",
"repository": "github:MixinNetwork/desktop-app"
}