This repository was archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.28 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.28 KB
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
99
100
101
102
103
104
105
106
107
{
"name": "whointel",
"version": "0.8.15",
"private": true,
"description": "WhoIntel - EVE Online secure tool",
"repository": "github:whointel/WhoIntel",
"license": "MIT",
"author": "WhoIntel",
"homepage": "https://whointel.space",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"electron:serve:debug": "vue-cli-service electron:serve --debug",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
},
"main": "background.js",
"dependencies": {
"@types/await-timeout": "^0.3.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/uuid": "^8.3.4",
"@types/verror": "^1.10.5",
"@vue/composition-api": "^1.0.6",
"autolinker": "^3.14.2",
"await-timeout": "^1.1.1",
"axios": "^0.22.0",
"axios-observable": "^1.1.3",
"backoff-rxjs": "^6.5.7",
"base64url": "^3.0.1",
"cheerio": "^1.0.0-rc.10",
"core-js": "^3.22.0",
"date-fns": "^2.28.0",
"electron-context-menu": "^3.1.2",
"electron-log": "^4.4.6",
"electron-updater": "^4.6.5",
"idb": "^6.1.5",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^2.0.4",
"lodash": "^4.17.21",
"ngraph.graph": "^19.1.0",
"ngraph.path": "^1.3.1",
"normalize-path": "^3.0.0",
"perfect-scrollbar": "^1.5.5",
"portal-vue": "^2.1.7",
"queueing-subject": "^1.0.0",
"rxjs": "^7.3.0",
"rxjs-websockets": "^9.0.0",
"uuid": "^8.3.2",
"verror": "^1.10.1",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-dragscroll": "^3.0.1",
"vue-i18n": "^8.26.5",
"vue-property-decorator": "^9.1.2",
"vuetify": "^2.6.4",
"vuex": "^3.6.2",
"yaml": "^1.10.2"
},
"devDependencies": {
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@fortawesome/fontawesome-free": "^5.15.4",
"@intlify/vue-i18n-loader": "^1.1.0",
"@mdi/font": "^5.9.55",
"@types/cheerio": "^0.22.23",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.27",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/cli-plugin-babel": "~4.5.17",
"@vue/cli-plugin-eslint": "~4.5.17",
"@vue/cli-plugin-router": "~4.5.17",
"@vue/cli-plugin-typescript": "~4.5.17",
"@vue/cli-plugin-vuex": "~4.5.17",
"@vue/cli-service": "~4.5.17",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-eslint": "^10.1.0",
"devtron": "^1.4.0",
"electron": "^18.0.4",
"electron-builder": "^23.0.6",
"electron-devtools-installer": "^3.2.0",
"electron-icon-builder": "^2.0.1",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vuetify": "^1.1.0",
"sass": "^1.36.0",
"sass-loader": "10.1.1",
"typescript": "~4.2.4",
"vue-cli-plugin-electron-builder": "^2.1.1",
"vue-cli-plugin-i18n": "^2.1.3",
"vue-cli-plugin-vuetify": "^2.4.8",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3"
},
"browserslist": [
"chrome 100"
],
"engines": {
"node": "16.14.2"
},
"packageManager": "yarn@3.2.0"
}