mirror of
https://github.com/bleak-ai/gcontext.git
synced 2026-08-11 13:19:23 +02:00
23 lines
460 B
JSON
23 lines
460 B
JSON
{
|
|||
|
|
"name": "gcontext-dashboard",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"highlight.js": "^11.11.1",
|
||
|
|
"react": "^18.3.1",
|
||
|
|
"react-dom": "^18.3.1",
|
||
|
|
"react-markdown": "^10.1.0",
|
||
|
|
"rehype-highlight": "^7.0.2",
|
||
|
|
"remark-gfm": "^4.0.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-react": "^4.3.1",
|
||
|
|
"vite": "^6.0.0"
|
||
|
|
}
|
||
|
|
}
|