mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-07-08 16:01:01 +00:00
82 lines
2.7 KiB
JSON
82 lines
2.7 KiB
JSON
{
|
|
"name": "awakened-poe-trade",
|
|
"version": "2.5.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"
|
|
}
|
|
}
|