forked from SnosMe/awakened-poe-trade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.66 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
{
"name": "awakened-poe-trade",
"version": "2.4.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:publish": "vue-cli-service electron:build -p onTagOrDraft",
"electron:serve": "vue-cli-service electron:serve",
"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/web/locales/**/*.json'",
"postinstall": "patch-package && electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"author": {
"name": "Alexander Drozdov"
},
"repository": {
"type": "git",
"url": "https://github.com/SnosMe/awakened-poe-trade.git"
},
"main": "background.js",
"dependencies": {
"@fortawesome/fontawesome-free": "5.14.x",
"dot-prop": "5.2.x",
"electron-overlay-window": "1.0.x",
"electron-store": "5.2.x",
"electron-updater": "^4.2.0",
"fast-deep-equal": "3.1.x",
"luxon": "1.25.x",
"portal-vue": "2.1.7",
"robotjs": "^0.6.0",
"tailwindcss": "1.8.x",
"throttle-debounce": "2.3.x",
"uiohook-napi": "1.0.x",
"vue": "2.6.x",
"vue-i18n": "8.21.x",
"vue-popperjs": "2.3.0",
"vue-router": "3.x.x",
"vue-slider-component": "3.2.5",
"vue-trend-chart": "0.15.2",
"vue-virtual-scroller": "1.0.10",
"vuedraggable": "2.24.1",
"winston": "3.x.x"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^1.0.0",
"@types/electron-devtools-installer": "^2.2.0",
"@types/node": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.0",
"@vue/eslint-config-typescript": "^5.0.1",
"electron": "10.1.1",
"electron-devtools-installer": "^3.1.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.1.2",
"patch-package": "^6.2.0",
"postcss-nested": "^4.2.1",
"typescript": "3.9.x",
"vue-cli-plugin-electron-builder": "2.0.0-rc.4",
"vue-cli-plugin-i18n": "~1.0.1",
"vue-template-compiler": "^2.6.11"
},
"resolutions": {
"vue-cli-plugin-electron-builder/electron-builder": "22.8.0"
},
"engines": {
"node": "12.x.x"
}
}