Move esbuild entry in docs package.json to dependencies rather than devdependencies

This commit is contained in:
jelveh
2026-04-05 11:48:09 -07:00
parent 5319940156
commit 5840348dec
+1 -1
View File
@@ -15,6 +15,7 @@
"license": "ISC",
"dependencies": {
"@fontsource/inter": "^5.2.8",
"esbuild": "0.25.11",
"fs-extra": "^11.2.0",
"highlight.js": "^11.11.1",
"html-entities": "^2.3.3",
@@ -27,7 +28,6 @@
"@types/highlight.js": "^9.12.4",
"@types/jquery": "^3.5.33",
"concurrently": "^8.2.2",
"esbuild": "0.25.11",
"http-server": "^14.1.1",
"nodemon": "^3.1.4"
}