lollms-webui/web/package.json
dependabot[bot] 5626736461
Bump highlight.js and vue-markdown in /web
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) to 11.11.0 and updates ancestor dependency [vue-markdown](https://github.com/miaolz123/vue-markdown). These dependencies need to be updated together.


Updates `highlight.js` from 9.18.5 to 11.11.0
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.5...11.11.0)

Updates `vue-markdown` from 2.2.4 to 2.2.4
- [Commits](https://github.com/miaolz123/vue-markdown/commits)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: indirect
- dependency-name: vue-markdown
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 21:08:05 +00:00

64 lines
1.8 KiB
JSON

{
"name": "lollms-webui-vue",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"build:themes": "postcss src/themes/*.css --dir public/themes"
},
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.4",
"baklavajs": "^2.3.0",
"dompurify": "^3.1.3",
"feather-icons": "^4.29.2",
"flowbite": "^1.6.5",
"flowbite-vue": "^0.0.7",
"highlight.js": "^11.11.0",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-emoji": "^2.0.2",
"markdown-it-implicit-figures": "^0.11.0",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-texmath": "^1.0.0",
"marked": "^14.1.4",
"mathjax": "^3.2.2",
"mathjax-full": "^3.2.2",
"mermaid": "^11.2.1",
"monaco-editor-vue3": "^0.1.10",
"papaparse": "^5.4.1",
"prismjs": "^1.29.0",
"socket.io-client": "^4.6.1",
"three": "^0.159.0",
"vue": "^3.5.10",
"vue-inline-svg": "^2.1.3",
"vue-json-pretty": "^2.4.0",
"vue-markdown": "^2.2.4",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"monaco-editor": "^0.52.2",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"prettier": "^2.8.4",
"tailwind-scrollbar": "^3.0.1",
"tailwindcss": "^3.4.14",
"vite": "^5.1.8",
"vite-plugin-monaco-editor": "^1.1.0"
}
}