forked from WeakAuras/WeakAuras-Companion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.21 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
99
100
101
102
103
104
105
106
107
108
109
{
"name": "weakauras-companion",
"version": "5.1.2",
"description": "WeakAuras Companion App",
"author": "Buds <mrbouyou@gmail.com>",
"main": "dist-electron/main/index.js",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/WeakAuras/WeakAuras-Companion.git"
},
"scripts": {
"compile-tools": "tsc -p tools",
"format:prettier": "prettier --write \"src/**/*.?(js|ts|vue|json)\"",
"i18n": "pnpm run compile-tools && node ./tools/scripts/extract-i18n-messages.js",
"i18n-report": "pnpm dlx vue-i18n-extract report --remove --vueFiles './src/components/**/*.?(js|vue)' --languageFiles './i18n/*.json'",
"lint": "eslint . --ext .ts,.js,.vue && pnpm run lint:scss && pnpm run lint:prettier",
"lint:fix": "eslint . --ext .ts,.js,.vue --fix && pnpm run format:prettier",
"lint:prettier": "prettier --check \"src/**/*.?(js|ts|vue|json)\"",
"lint:scss": "stylelint --color \"src/**/*.scss\"",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder",
"preinstall": "npx only-allow pnpm"
},
"config": {
"default-locale": "en",
"supported-locales": [
"en",
"es",
"de",
"fr",
"ru",
"tr",
"zh-cn"
]
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.6.6",
"dependencies": {
"archiver": "^6.0.1",
"got": "^12.6.0",
"regedit": "^5.1.2",
"sharp": "^0.32.6",
"tga": "^1.0.7"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^1.2.0",
"@types/archiver": "^5.3.3",
"@types/auto-launch": "^5.0.3",
"@types/jest": "^29.5.5",
"@types/luaparse": "0.2.1",
"@types/luxon": "^3.3.2",
"@types/node": "^20.6.5",
"@types/tail": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"electron": "26.2.2",
"electron-builder": "^24.6.4",
"electron-log": "^5.0.0-beta.29",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-vite": "^1.3.0",
"eslint-plugin-import": "npm:eslint-plugin-i@2.27.5-3",
"eslint-plugin-vue": "^9.17.0",
"floating-vue": "^2.0.0-beta.24",
"glob": "^10.3.7",
"luaparse": "^0.2.1",
"luxon": "^3.4.3",
"material-icons": "^1.13.11",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate-2": "^2.0.14",
"prettier": "^3.0.3",
"sass": "^1.68.0",
"stylelint": "^15.10.3",
"stylelint-config-recommended-scss": "^13.0.0",
"tail": "^2.2.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-electron": "^0.14.1",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-resolve": "^2.4.1",
"vite-plugin-vue-devtools": "^0.5.1",
"vue": "^3.3.4",
"vue-i18n": "^9.4.1",
"vue-tsc": "^1.8.13"
},
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue",
"WeakAuras",
"World of Warcraft"
]
}