{ "name": "kspguti-schedule", "version": "0.1.0", "private": true, "engines": { "node": ">=20.0.0", "npm": ">=10.0.0" }, "scripts": { "dev": "next dev --webpack -H 0.0.0.0", "build": "next build --webpack", "start": "next start -H 0.0.0.0", "lint": "next lint" }, "dependencies": { "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slot": "^1.0.2", "@types/content-type": "^1.1.6", "class-variance-authority": "^0.7.0", "classnames": "^2.3.2", "clsx": "^2.0.0", "content-type": "^1.0.5", "date-fns": "^2.30.0", "jsdom": "^22.1.0", "lucide-react": "^0.554.0", "next": "16.0.3", "next-sitemap": "^4.2.3", "next-themes": "^0.2.1", "node-html-parser": "^6.1.10", "node-telegram-bot-api": "^0.63.0", "react": "19.2.0", "react-dom": "19.2.0", "react-icons": "^4.11.0", "sass": "^1.69.3", "sharp": "^0.32.6", "tailwind-merge": "^1.14.0", "tailwind-scrollbar-hide": "^1.1.7", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/jsdom": "^21.1.3", "@types/node": "22.0.0", "@types/node-telegram-bot-api": "^0.61.8", "@types/react": "19.2.0", "@types/react-dom": "19.2.0", "@typescript-eslint/eslint-plugin": "^6.7.3", "autoprefixer": "10.4.20", "eslint": "8.57.0", "eslint-config-next": "16.0.3", "postcss": "8.4.47", "tailwindcss": "^3.4.18", "typescript": "5.9.3" } }