minecraft-website/package.json
Nicholai d0bd636a43 Implement stylistic improvements: visual hierarchy, card depth, color accents, and layout balance
- Enhanced hero heading with size contrast, letter-spacing variation, and text shadows
- Added card depth utilities with inner shadows and varied shadow intensities
- Applied strategic color accents using primary theme variables
- Improved typography with better line-height and text shadows
- Standardized spacing with consistent gap and padding patterns
- Enhanced interactive states with smooth transforms and glow effects
- Added border styling variety with thickness and gradient borders
- Implemented background texture with noise pattern and backdrop enhancements
- Polished micro-interactions with smooth transitions
- Improved visual balance with adjusted proportions and dividers
- Updated fonts: Merriweather for headings, Chivo Mono for body text
- Removed navigation component and repositioned theme toggle
- Fixed ServerStatus component layout and removed double-card nesting
2025-11-09 20:47:57 -07:00

47 lines
1.2 KiB
JSON

{
"name": "minecraft-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"cf-typegen": "wrangler types --env-interface CloudflareEnv ./cloudflare-env.d.ts"
},
"dependencies": {
"@opennextjs/cloudflare": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"html2canvas": "^1.4.1",
"lucide-react": "^0.552.0",
"minecraft-server-util": "^5.4.4",
"motion": "^12.23.24",
"next": "15.4.6",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"recharts": "2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.24",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.6",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"wrangler": "^4.45.3"
}
}