-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.73 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
{
"private": false,
"version": "0.6.90",
"name": "dekita-palhub-client",
"productName": "PalHUB Client",
"description": "PalHUB Client written by DekitaRPG",
"repository": "[email protected]:dekita/palhub-client",
"author": "DekitaRPG <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"main": "app/background.js",
"scripts": {
"dev": "nextron --run-only",
"build": "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 .",
"lint": "next lint",
"full": "npm run prettier && npm run lint && npm run publish",
"publish": "nextron build --publish always"
},
"dependencies": {
"7z-wasm": "^1.1.0",
"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",
"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",
"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",
"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",
"tailwindcss": "^3.4.10"
},
"resolutions": {
"bbcode-to-react/react": "18.3.1"
},
"release": {
"date": "1/8/2025",
"time": "6:45:31 AM"
}
}