generated from tacxtv/oh_mine_launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.7 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
{
"name": "@tacxtv/miratopia-launcher",
"version": "0.1.6",
"description": "Launcher officiel du serveur Minecraft Miratopia",
"main": "dist-electron/main.js",
"repository": "https://github.com/tacxtv/miratopia-launcher.git",
"author": "Tacx <[email protected]>",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"postinstall": "clean-modules -y && nuxt prepare",
"dev": "nuxi dev",
"build": "yarn run build:nuxt && yarn run build:electron",
"build:nuxt": "nuxi build --prerender",
"build:electron": "electron-builder"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"electron": "^29.1.0",
"electron-builder": "^24.13.3",
"electron-debug": "^3.2.0",
"electron-log": "^5.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.10.3",
"nuxt-electron": "^0.7.0",
"nuxt-icon": "^0.6.9",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite-plugin-electron": "^0.28.2",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-pug": "^0.3.2"
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@quasar/extras": "^1.16.9",
"axios": "^1.6.7",
"colors": "^1.4.0",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.8",
"jsonwebtoken": "^9.0.2",
"minecraft-java-core": "git+https://github.com/tacxtv/minecraft-java-core.git",
"nuxt-quasar-ui": "^2.0.7",
"quasar": "^2.14.6",
"radash": "^12.1.0"
},
"peerDependencies": {
"vue": "^3.4"
}
}