{ "name": "@hexclave/hosted-components", "private": true, "version": "1.0.18", "type": "module", "scripts": { "dev": "vite dev --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}09", "build": "vite build", "start": "node .output/server/index.mjs", "lint": "eslint --ext .ts,.tsx .", "typecheck": "tsc --noEmit", "clean": "rimraf .output && rimraf node_modules" }, "dependencies": { "@hexclave/react": "workspace:*", "@hexclave/shared": "workspace:*", "@hookform/resolvers": "^3.3.4", "@oslojs/otp": "^1.1.0", "@phosphor-icons/react": "^2.1.10", "@radix-ui/react-accordion": "^1.2.1", "@radix-ui/react-avatar": "^1.1.1", "@radix-ui/react-checkbox": "^1.1.2", "@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-popover": "^1.1.2", "@radix-ui/react-select": "^2.1.2", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.1", "@radix-ui/react-tooltip": "^1.1.3", "@stripe/react-stripe-js": "^3.8.1", "@stripe/stripe-js": "^7.7.0", "@tanstack/react-table": "^8.21.3", "browser-image-compression": "^2.0.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.4", "export-to-csv": "^1.4.0", "lucide-react": "^0.468.0", "qrcode": "^1.5.4", "react-easy-crop": "^5.5.6", "react-hook-form": "^7.53.1", "tailwind-merge": "^2.5.4", "yup": "^1.7.1", "@tanstack/react-router": "^1.121.3", "@tanstack/react-start": "^1.121.3", "@tanstack/react-start-client": "^1.121.3", "@tanstack/react-start-server": "^1.121.3", "@tanstack/start-client-core": "^1.121.3", "@tanstack/start-plugin-core": "^1.121.3", "@tanstack/start-server-core": "^1.121.3", "nitro": "^3.0.0", "react": "19.2.1", "react-dom": "19.2.1" }, "devDependencies": { "@types/qrcode": "^1.5.5", "@types/node": "^22.13.0", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.14", "tailwindcss-animate": "^1.0.7", "@types/react": "19.2.1", "@types/react-dom": "19.2.1", "@vitejs/plugin-react": "^5.0.0", "typescript": "5.9.3", "vite": "^7.0.0", "vite-tsconfig-paths": "^4.3.2" }, "packageManager": "pnpm@11.5.0" }