-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 KB
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
{
"name": "hypixeloverlay",
"version": "1.4.8",
"description": "Hypixel Overlay",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps "
},
"keywords": [],
"author": "SleepyStew <sleepystew3@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/SleepyStew/HypixelOverlay",
"engines": {
"node": ">=14.14.9"
},
"resolutions": {
"@types/node": "14.14.9"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxt/typescript-build": "^2.1.0",
"@xpda-dev/core": "^0.1.6",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.3.0",
"@xpda-dev/webpack-step": "^0.1.6",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"electron": "^16.0.5",
"electron-builder": "^22.14.5",
"electron-devtools-installer": "^3.2.0",
"nuxt": "^2.15.8",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"webpack": "^4.46.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@electron/remote": "^2.0.9",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@nuxtjs/fontawesome": "^1.1.2",
"chokidar": "^3.5.3"
}
}