mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-22 20:38:02 +00:00
26 lines
513 B
JSON
26 lines
513 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.16",
|
|
"axios": "^1.6.3",
|
|
"flowbite": "^2.2.1",
|
|
"postcss": "^8.4.32",
|
|
"tailwind-scrollbar": "^3.0.5",
|
|
"tailwindcss": "^3.4.0",
|
|
"vue": "^3.3.11",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"vite": "^5.0.8"
|
|
}
|
|
}
|