mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 03:17:08 -06:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "xevion.dev",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.7",
|
|
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5",
|
|
"@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",
|
|
"next": "13.0.2",
|
|
"plaiceholder": "^2.5.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^4.7.1",
|
|
"react-markdown": "^8.0.4",
|
|
"react-ogp": "^0.0.3",
|
|
"react-wrap-balancer": "^0.4.0",
|
|
"sass": "^1.56.2",
|
|
"sharp": "^0.31.3",
|
|
"superjson": "1.9.1",
|
|
"usehooks-ts": "^2.9.1",
|
|
"zod": "^3.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.0",
|
|
"@types/react": "^18.0.14",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "^8.26.0",
|
|
"eslint-config-next": "13.0.2",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"tailwindcss": "^3.2.0",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "6.11.3"
|
|
}
|
|
}
|