34 lines
795 B
JSON
34 lines
795 B
JSON
{
|
|
"name": "multi-llm-chat-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .ts,.tsx,.vue --fix",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.29",
|
|
"vue-router": "^4.3.0"
|
|
,"marked": "^6.0.0",
|
|
"dompurify": "^3.0.0",
|
|
"highlight.js": "^11.8.0"
|
|
,"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.27.0",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.0"
|
|
}
|
|
}
|