Skip to content

Commit

Permalink
pkp/pkp-lib#7505 Add highlight.js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat authored and asmecher committed Dec 18, 2023
1 parent 0f92fe5 commit aff1d46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"dropzone-vue3": "^1.0.2",
"element-resize-event": "^3.0.6",
"floating-vue": "^2.0.0-beta.24",
"highlight.js": "^11.9.0",
"moment": "^2.29.4",
"ofetch": "^1.3.3",
"pinia": "^2.1.7",
Expand All @@ -36,7 +37,8 @@
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-draggable-plus": "^0.2.4",
"vue-scrollto": "^2.20.0"
"vue-scrollto": "^2.20.0",
"vue3-highlightjs": "^1.0.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
Expand Down Expand Up @@ -70,7 +72,7 @@
"plugins": {
"autoprefixer": {},
"tailwindcss": {
"config": "./lib/ui-library/tailwind.config.js"
"config": "./lib/ui-library/tailwind.config.js"
}
}
},
Expand Down

0 comments on commit aff1d46

Please sign in to comment.