{ "name": "xivi", "version": "15.2.1-hotfix.1", "type": "module", "license": "MIT", "scripts": { "build": "mkdir -p ./dist/ && vite build && cp -r ./server/* ./dist/ && cp ./vite.config.ts ./dist/vite.config.ts", "clean": "rm -rf dist; rm -rf playwright-report; rm -rf test-results; rm -rf coverage;", "cmd:corepack": "corepack enable", "cmd:production": "./production.sh", "dev": "vite dev", "dev:check": "bun tsc", "dev:dev": "vite dev", "pm2:delete": "pm2 delete ecosystem.config.cjs; pm2 save --force", "pm2:flush": "pm2 flush; pm2 save --force", "pm2:reset": "pm2 delete ecosystem.config.cjs; pm2 save --force; pm2 start ecosystem.config.cjs; pm2 save --force", "pm2:restart": "pm2 restart ecosystem.config.cjs; pm2 save --force", "pm2:start": "pm2 start ecosystem.config.cjs; pm2 save --force", "pm2:stop": "pm2 stop ecosystem.config.cjs; pm2 save --force", "start": "[ -f ./.env ] && source ./.env; bun dist/index.ts", "test": "vitest run", "test:clean": "rm -rf coverage; rm -rf playwright-report; rm -rf test-results;", "test:coverage": "vitest run --coverage", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:watch": "vitest", "update": "bun upgrade; git pull; bun install; bun run build; bun run pm2:reset" }, "packageManager": "bun@1.2.8", "dependencies": { "@hookform/resolvers": "^3.10.0", "@jridgewell/trace-mapping": "^0.3.25", "@radix-ui/react-accordion": "^1.2.3", "@radix-ui/react-alert-dialog": "^1.1.6", "@radix-ui/react-aspect-ratio": "^1.1.2", "@radix-ui/react-avatar": "^1.1.3", "@radix-ui/react-checkbox": "^1.1.5", "@radix-ui/react-collapsible": "^1.1.3", "@radix-ui/react-context-menu": "^2.2.6", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dropdown-menu": "^2.1.6", "@radix-ui/react-hover-card": "^1.1.6", "@radix-ui/react-label": "^2.1.2", "@radix-ui/react-menubar": "^1.1.6", "@radix-ui/react-navigation-menu": "^1.2.5", "@radix-ui/react-popover": "^1.1.6", "@radix-ui/react-progress": "^1.1.3", "@radix-ui/react-radio-group": "^1.2.3", "@radix-ui/react-scroll-area": "^1.2.4", "@radix-ui/react-select": "^2.1.6", "@radix-ui/react-separator": "^1.1.2", "@radix-ui/react-slider": "^1.2.3", "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-switch": "^1.1.4", "@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-toast": "^1.2.7", "@radix-ui/react-toggle": "^1.1.2", "@radix-ui/react-toggle-group": "^1.1.2", "@radix-ui/react-tooltip": "^1.1.8", "@replit/vite-plugin-shadcn-theme-json": "^0.0.4", "@tanstack/react-query": "^5.66.8", "axios": "^1.8.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.0.4", "date-fns": "^3.6.0", "drizzle-orm": "^0.38.4", "drizzle-zod": "^0.7.1", "embla-carousel-react": "^8.6.0", "express": "^4.21.2", "express-session": "^1.18.1", "framer-motion": "^11.18.2", "input-otp": "^1.4.2", "lucide-react": "^0.487.0", "memorystore": "^1.6.7", "nanoid": "^5.1.0", "node-fetch": "^3.3.2", "passport": "^0.7.0", "passport-local": "^1.0.0", "pm2": "^5.4.3", "react": "^18.3.1", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", "react-hook-form": "^7.55.0", "react-icons": "^5.5.0", "react-resizable-panels": "^2.1.7", "recharts": "^2.15.1", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "vaul": "^1.1.2", "wouter": "^3.6.0", "ws": "^8.18.1", "zod": "^3.24.2", "zustand": "^5.0.3" }, "devDependencies": { "@playwright/test": "^1.51.1", "@replit/vite-plugin-runtime-error-modal": "^0.0.3", "@tailwindcss/typography": "^0.5.16", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/express": "4.17.21", "@types/express-session": "^1.18.1", "@types/node": "20.16.11", "@types/passport": "^1.0.17", "@types/passport-local": "^1.0.38", "@types/react": "^18.2.58", "@types/react-dom": "^18.3.5", "@types/ws": "^8.18.1", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "3.1.1", "autoprefixer": "^10.4.21", "bun": "^1.2.2", "drizzle-kit": "^0.27.2", "esbuild": "^0.24.2", "eslint": "^9.24.0", "happy-dom": "^17.4.4", "jsdom": "^26.0.0", "playwright": "^1.51.1", "postcss": "^8.5.3", "tailwindcss": "^3.4.17", "tsx": "^4.19.3", "typescript": "5.6.3", "vite": "^5.4.14", "vitest": "^3.1.1" }, "optionalDependencies": { "bufferutil": "^4.0.9" } }