UI: Port 80 + lucide-react
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
"description": "Rippy Web UI",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev": "vite --port 80",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.7",
|
||||
"lucide-react": "^0.453.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-icons": "^5.3.0",
|
||||
"zustand": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -21,8 +21,9 @@
|
||||
"@vitejs/plugin-react": "^4.3.3",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.47",
|
||||
"tailwindcss": "^3.4.14",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"vite": "^5.4.10"
|
||||
},
|
||||
"packageManager": "npm@10.8.0"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user