{ "name": "conai-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit" }, "dependencies": { "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "@tanstack/react-query": "^5.62.0", "axios": "^1.7.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "frappe-gantt": "^0.6.1", "lucide-react": "^0.469.0", "tailwind-merge": "^2.6.0", "zustand": "^5.0.2" }, "devDependencies": { "@types/node": "^22.10.5", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-config-next": "^15.1.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "^5.7.2" } }