mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-23 04:48:00 +00:00
25 lines
490 B
JSON
25 lines
490 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",
|
|
"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"
|
|
}
|
|
}
|