-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
94 lines (94 loc) · 3.13 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
{
"name": "bar-lobby",
"type": "module",
"version": "0.15.0-alpha.1",
"private": true,
"description": "Lobby client for the RTS game Beyond All Reason",
"author": "Jazcash <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/beyond-all-reason/bar-lobby.git"
},
"main": ".vite/build/main.cjs",
"scripts": {
"start": "cross-env NODE_OPTIONS=--enable-source-maps electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint",
"format": "prettier --write --cache .",
"format:check": "prettier --check --cache .",
"typecheck": "vue-tsc --noEmit"
},
"engines": {
"node": "20.18.0"
},
"dependencies": {
"7zip-min": "^1.4.5",
"@extractus/feed-extractor": "^7.1.3",
"@iconify-icons/mdi": "^1.2.48",
"@iconify/json": "^2.2.270",
"@iconify/vue": "^4.1.2",
"@octokit/rest": "^21.0.2",
"@sinclair/typebox": "^0.33.21",
"@vueuse/core": "^11.2.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"axios": "^1.7.7",
"chokidar": "^4.0.1",
"date-fns": "^4.1.0",
"dexie": "^4.0.9",
"dompurify": "^3.1.7",
"env-paths": "^3.0.0",
"flag-icons": "^7.2.3",
"glob-promise": "^6.0.7",
"howler": "^2.2.4",
"luaparse": "^0.3.1",
"marked": "^15.0.0",
"pino": "^9.5.0",
"pino-pretty": "^12.1.0",
"primeicons": "^6.0.1",
"primevue": "3.23.0",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-flatpak": "^7.5.0",
"@electron-forge/maker-rpm": "^7.5.0",
"@electron-forge/maker-squirrel": "^7.5.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.5.0",
"@electron-forge/plugin-fuses": "^7.5.0",
"@electron-forge/plugin-vite": "^7.5.0",
"@electron-forge/shared-types": "^7.5.0",
"@electron/fuses": "^1.8.0",
"@types/7zip-min": "^1.3.3",
"@types/better-sqlite3": "^7.6.11",
"@types/dompurify": "^3.0.5",
"@types/howler": "^2.2.12",
"@types/luaparse": "^0.2.12",
"@types/marked": "^6.0.0",
"@types/node": "^20.17.6",
"@vitejs/plugin-vue": "^5.1.4",
"cross-env": "^7.0.3",
"electron": "33.2.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"sass": "^1.80.6",
"ts-node": "^10.9.2",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.10",
"vite-plugin-static-copy": "^2.1.0",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
}
}