Skip to content

Commit 7848679

Browse files
committed
reorganize build dependencies
1 parent 72d60c4 commit 7848679

File tree

3 files changed

+78
-77
lines changed

3 files changed

+78
-77
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node-linker = hoisted
2+
public-hoist-pattern = *

package.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"ts"
9595
],
9696
"homepage": "https://houdoku.org",
97-
"devDependencies": {
97+
"dependencies": {
9898
"@biomejs/biome": "1.9.4",
9999
"@mantine/core": "^7.9.0",
100100
"@mantine/hooks": "^7.9.0",
@@ -121,10 +121,8 @@
121121
"bufferutil": "^4.0.8",
122122
"core-js": "^3.39.0",
123123
"discord-rpc": "^4.0.1",
124-
"electron": "^32.1.2",
125-
"electron-builder": "^25.1.8",
126124
"electron-debug": "^3.1.0",
127-
"electron-log": "^4.4.3",
125+
"electron-log": "^5.2.0",
128126
"electron-updater": "^4.6.1",
129127
"electron-vite": "^2.3.0",
130128
"form-data": "^4.0.1",
@@ -151,5 +149,12 @@
151149
"vite": "^5.4.10",
152150
"vite-plugin-electron-renderer": "^0.14.5",
153151
"vite-plugin-node-polyfills": "^0.22.0"
152+
},
153+
"devDependencies": {
154+
"electron": "^32.1.2",
155+
"electron-builder": "^25.1.8"
156+
},
157+
"optionalDependencies": {
158+
"dmg-license": "^1.0.11"
154159
}
155160
}

0 commit comments

Comments
 (0)