{ "name": "admin-panel", "version": "1.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@types/bcryptjs": "^2.4.6", "@types/dockerode": "^3.3.47", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "axios": "^1.13.2", "bcryptjs": "^3.0.3", "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", "dockerode": "^4.0.9", "fast-xml-parser": "^5.3.2", "framer-motion": "^12.23.25", "ioredis": "^5.8.2", "lucide-react": "^0.556.0", "mysql2": "^3.15.3", "next": "16.0.7", "next-auth": "^5.0.0-beta.30", "next-themes": "^0.4.6", "react": "19.2.0", "react-dom": "19.2.0", "react-hotkeys-hook": "^5.2.1", "react-markdown": "^10.1.0", "recharts": "^3.5.1", "remark-gfm": "^4.0.1", "swr": "^2.3.7", "tailwind-merge": "^3.4.0", "zod": "^4.1.13", "zustand": "^5.0.9" }, "devDependencies": { "@playwright/test": "^1.57.0", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "babel-plugin-react-compiler": "1.0.0", "eslint": "^9", "eslint-config-next": "16.0.7", "playwright": "^1.57.0", "tailwindcss": "^4", "typescript": "^5" } }