mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-05 23:16:57 -06:00
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "xevion.dev",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"build": "next build",
|
|
"dev": "next dev --turbopack",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@directus/sdk": "^18.0.3",
|
|
"@headlessui/react": "^2.2.0",
|
|
"@kodingdotninja/use-tailwind-breakpoint": "^1.0.0",
|
|
"@next/eslint-plugin-next": "^15.1.1",
|
|
"@octokit/core": "^6.1.2",
|
|
"@plaiceholder/next": "^3.0.0",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"@tanstack/react-query": "^4.16.0",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@trpc/client": "^10.0.0",
|
|
"@trpc/next": "^10.0.0",
|
|
"@trpc/react-query": "^10.0.0",
|
|
"@trpc/server": "^10.0.0",
|
|
"@vercel/analytics": "^0.1.6",
|
|
"clsx": "^2.1.1",
|
|
"cssnano": "^7.0.6",
|
|
"next": "^15.1.1",
|
|
"p5i": "^0.6.0",
|
|
"plaiceholder": "^3.0.0",
|
|
"prettier": "^3.4.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^4.10.1",
|
|
"react-markdown": "^9.0.1",
|
|
"react-wrap-balancer": "^0.4.0",
|
|
"sass": "^1.56.2",
|
|
"sharp": "^0.32.1",
|
|
"superjson": "1.9.1",
|
|
"tailwind-merge": "^2.6.0",
|
|
"usehooks-ts": "^3.1.0",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.1",
|
|
"postcss": "^8",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "6.11.3"
|
|
}
|
|
}
|