-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
86 lines (86 loc) · 2.85 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
{
"private": true,
"version": "0.8.90",
"name": "dekita-ue-mod-hub",
"productName": "UE Mod Hub",
"description": "UE Mod Hub written by DekitaRPG",
"repository": "git@github.com:dekita/ue-mod-hub",
"author": "DekitaRPG <dekitarpg@gmail.com>",
"license": "SEE LICENSE IN LICENSE",
"main": "app/background.js",
"scripts": {
"dev": "nextron --run-only",
"build": "yarn run compress-images && nextron build",
"build:mac": "nextron build --mac",
"build:mac:universal": "nextron build --mac --universal",
"build:linux": "nextron build --linux",
"build:win32": "nextron build --win --ia32",
"build:win64": "nextron build --win --x64",
"postinstall": "electron-builder install-app-deps",
"prettier": "prettier --write .",
"compress-images": "node ./scripts/compressPublicImages.js",
"lint": "next lint",
"full": "npm run prettier && npm run lint && npm run publish",
"publish": "nextron build --publish always"
},
"dependencies": {
"7zip-min": "^1.4.5",
"@bbob/preset-react": "^4.1.1",
"@bbob/react": "^4.1.1",
"@nexusmods/nexus-api": "^1.1.5",
"adm-zip": "^0.5.16",
"bbcode-to-react": "^0.2.9",
"bent": "^7.3.12",
"blurhash": "^2.0.5",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.4",
"dekache": "^1.0.1",
"discord-rpc": "^4.0.1",
"dompurify": "^3.1.6",
"dotenv": "^16.4.5",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"electron-updater": "^6.3.4",
"follow-redirects": "^1.15.9",
"framer-motion": "^11.5.4",
"ini": "^5.0.0",
"json-stringify-pretty-compact": "^4.0.0",
"luxon": "^3.5.0",
"node-unrar-js": "^2.0.2",
"regedit": "^5.1.3",
"satori": "^0.10.14",
"swr": "^2.2.5",
"vdf": "^0.0.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.20",
"electron": "^32.0.2",
"electron-builder": "^24.13.3",
"eslint": "^9",
"eslint-config-next": "14.2.9",
"next": "^14.2.9",
"nextron": "^9.1.0",
"postcss": "^8.4.45",
"postcss-import": "^16.1.0",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"react-blurhash": "^0.3.0",
"react-bootstrap": "^2.10.4",
"react-chartjs": "^1.2.0",
"react-dom": "^18.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^9.0.1",
"react-simple-typewriter": "^5.0.1",
"react-spinners-kit": "^1.9.1",
"react-toastify": "^8.0.2",
"tailwindcss": "^3.4.10"
},
"resolutions": {
"bbcode-to-react/react": "18.3.1"
},
"release": {
"date": "1/29/2025",
"time": "2:54:51 AM"
}
}