{ "name": "stalwart-webui-fork", "private": true, "version": "1.1.1", "description": "Stalwart WebUI Fork", "type": "module", "scripts": { "dev": "vite", "dev:server": "docker compose up -d", "dev:server:down": "docker compose down", "dev:server:logs": "docker compose logs -f stalwart", "build": "tsc -b && vite build", "typecheck": "tsc -p tsconfig.app.json --noEmit", "lint": "eslint .", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "format": "prettier --write src/", "format:check": "prettier --check src/" }, "dependencies": { "@daypicker/react": "^10.0.1", "@radix-ui/react-alert-dialog": "^1.1.23", "@radix-ui/react-checkbox": "^1.3.11", "@radix-ui/react-collapsible": "^1.1.20", "@radix-ui/react-dialog": "^1.1.23", "@radix-ui/react-dropdown-menu": "^2.1.24", "@radix-ui/react-label": "^2.1.15", "@radix-ui/react-popover": "^1.1.23", "@radix-ui/react-scroll-area": "^1.2.18", "@radix-ui/react-select": "^2.3.7", "@radix-ui/react-separator": "^1.1.15", "@radix-ui/react-slot": "^1.3.3", "@radix-ui/react-switch": "^1.3.7", "@radix-ui/react-tabs": "^1.1.21", "@radix-ui/react-tooltip": "^1.2.16", "@types/qrcode": "^1.5.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "i18next": "^26.3.6", "lucide-react": "1.28.0", "otpauth": "^9.5.1", "qrcode": "^1.5.4", "react": "^19.2.8", "react-dom": "^19.2.8", "react-i18next": "^17.0.11", "react-markdown": "^10.1.0", "react-router-dom": "^7.18.2", "recharts": "^3.10.1", "tailwind-merge": "^3.6.0", "zustand": "^5.0.14" }, "devDependencies": { "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.3.3", "@types/node": "^26.1.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "6.0.5", "eslint": "^10.8.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.3", "globals": "^17.8.0", "happy-dom": "^20.11.1", "prettier": "^3.9.6", "tailwindcss": "^4.3.3", "typescript": "~6.0.3", "typescript-eslint": "^8.65.0", "vite": "8.2.0", "vitest": "^4.1.10" } }