mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 12:26:39 -06:00
Major changes: - Upgrade Tailwind CSS from v3 to v4 with @tailwindcss/postcss - Remove deprecated Tailwind v3 configuration and PostCSS plugins - Upgrade Zod from v3 to v4 - Update React Markdown and other dependencies to latest versions - Remove @plaiceholder, @headlessui, and other unused dependencies - Replace SCSS with standard CSS globals - Add font packages (@fontsource-variable) for better typography - Consolidate Prettier configuration to .prettierrc - Remove legacy contact page and custom Payload SCSS - Add Mantine hooks and Lucide React for improved UI components
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "xevion.dev",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"build": "next build",
|
|
"dev": "next dev --turbopack",
|
|
"lint": "eslint .",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/inter": "^5.1.0",
|
|
"@fontsource-variable/roboto": "^5.1.0",
|
|
"@fontsource-variable/roboto-mono": "^5.1.0",
|
|
"@fontsource/hanken-grotesk": "^5.1.0",
|
|
"@mantine/hooks": "^8",
|
|
"@next/eslint-plugin-next": "^15.1.1",
|
|
"@octokit/core": "^7.0.5",
|
|
"@payloadcms/db-postgres": "^3.61.1",
|
|
"@payloadcms/next": "^3.61.1",
|
|
"@payloadcms/payload-cloud": "^3.61.1",
|
|
"@payloadcms/richtext-lexical": "^3.61.1",
|
|
"@tanstack/react-query": "^5.90",
|
|
"@vercel/analytics": "^1.5.0",
|
|
"clsx": "^2.1.1",
|
|
"cssnano": "^7.1.1",
|
|
"graphql": "^16.11.0",
|
|
"lucide-react": "^0.548.0",
|
|
"next": "^15.5.6",
|
|
"p5i": "^0.6.0",
|
|
"payload": "^3.61.1",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-wrap-balancer": "^1",
|
|
"sharp": "^0.34",
|
|
"superjson": "^2.2",
|
|
"tailwind-merge": "^3.3.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.38.0",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^24.9.1",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"eslint": "^9.38.0",
|
|
"eslint-config-next": "^15.1.1",
|
|
"prettier": "^3.6.2",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
|
|
}
|