mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-27 20:04:35 +00:00
5478bbcd17
* add code highlighting and math formatting
* code cleanup
* build public/index.html
* rebuild public/index.html
* fixed coding style
* fixed coding style
* style fixes
* highlight: smaller bundle size, fix light & dark theme
* remove katex
* add bundle size check
* add more languages
* add php
* reuse some langs
* use gzip
* Revert "remove katex"
This reverts commit c0e5046acc
.
* use better maintained @vscode/markdown-it-katex
* fix gzip non deterministic
* ability to add a demo conversation for dev
* fix latex rendering
* add comment
* latex codeblock as code
---------
Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
30 lines
679 B
JSON
30 lines
679 B
JSON
{
|
|
"name": "webui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"analyze": "ANALYZE=1 npx vite-bundle-visualizer"
|
|
},
|
|
"devDependencies": {
|
|
"sass-embedded": "^1.83.0",
|
|
"vite": "^5.4.10"
|
|
},
|
|
"dependencies": {
|
|
"@vscode/markdown-it-katex": "^1.1.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"daisyui": "^4.12.14",
|
|
"highlight.js": "^11.10.0",
|
|
"katex": "^0.16.15",
|
|
"markdown-it": "^14.1.0",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.15",
|
|
"textlinestream": "^1.1.1",
|
|
"vite-plugin-singlefile": "^2.0.3",
|
|
"vue": "^3.5.13"
|
|
}
|
|
}
|