feat(frontend): rework ui
This commit is contained in:
parent
10e72b5353
commit
4d9567db9e
13 changed files with 5870 additions and 856 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "cli-proxy-webui-react",
|
||||
"name": "vibe-proxy-frontend",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
|
|
@ -15,11 +15,14 @@
|
|||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@methanium/ui": "https://git.methanium.net/methanium/ui/releases/download/0.0.29/methanium-ui.tgz",
|
||||
"lucide-react": "^0.542.0",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "10.0.1",
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^6.0.3",
|
||||
|
|
@ -28,6 +31,7 @@
|
|||
"eslint-plugin-react-refresh": "^0.4.26",
|
||||
"globals": "^16.5.0",
|
||||
"prettier": "^3.9.5",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"typescript": "^6.0.3",
|
||||
"typescript-eslint": "^8.63.0",
|
||||
"vite": "^8.1.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue