lollms-webui/web/package.json
dependabot[bot] 95aace05dd
Bump vite from 5.4.8 to 5.4.14 in /web
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.14.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 22:10:52 +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.4.14",
"vite-plugin-monaco-editor": "^1.1.0"
}
}