feat(desktop): add redis gui foundation baseline
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
28
apps/desktop/package.json
Normal file
28
apps/desktop/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "@redis-gui/desktop",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 0.0.0.0 --port 1420",
|
||||
"build": "vite build",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@tauri-apps/api": "^2.1.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^0.544.0",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"tailwind-merge": "^3.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"@tauri-apps/cli": "^2.1.0",
|
||||
"@vitejs/plugin-react": "^5.0.2",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"vite": "^7.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user