{ "name": "dwd-consultancy", "version": "0.2.0", "private": true, "scripts": { "dev": "next dev -H 0.0.0.0", "build": "next build", "export": "next build && node scripts/post-export.js", "postexport": "node scripts/post-export.js", "start": "next start", "serve": "npx serve out", "lint": "next lint" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-hover-card": "^1.1.6", "@radix-ui/react-separator": "^1.1.2", "@radix-ui/react-slot": "^1.1.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.475.0", "next": "^15.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwind-merge": "^3.0.1", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "eslint": "^9", "eslint-config-next": "15.1.7", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }