{
  "name": "omicronfront",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@headlessui/react": "^2.2.0",
    "@radix-ui/react-slot": "^1.1.2",
    "@radix-ui/react-toast": "^1.2.6",
    "@tabler/icons-react": "^3.29.0",
    "@types/html-truncate": "^1.2.4",
    "axios": "^1.8.4",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "framer-motion": "^12.5.0",
    "html-truncate": "^1.2.2",
    "lucide-react": "^0.474.0",
    "next": "14.2.19",
    "react": "^18",
    "react-dom": "^18",
    "react-toastify": "^11.0.5",
    "tailwind-merge": "^3.0.1",
    "tailwindcss-animate": "^1.0.7",
    "zod": "^3.24.2",
    "zustand": "^5.0.3"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "eslint": "^8",
    "eslint-config-next": "14.2.19",
    "postcss": "^8",
    "tailwind-scrollbar-hide": "^2.0.0",
    "tailwindcss": "^3.4.1",
    "typescript": "^5"
  }
}
