mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-04-18 21:54:47 +00:00
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 3m11s
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "portfolio",
|
|
"author": "Ryan Freeman",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.7",
|
|
"@mapbox/rehype-prism": "^0.7.0",
|
|
"@mdx-js/loader": "^2.3.0",
|
|
"@mdx-js/react": "^2.3.0",
|
|
"@next/mdx": "^13.4.10",
|
|
"@supabase/auth-helpers-nextjs": "^0.10.0",
|
|
"@supabase/ssr": "^0.5.2",
|
|
"@supabase/supabase-js": "2.49.1",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"@theguild/remark-mermaid": "^0.1.2",
|
|
"@types/mdx": "^2.0.5",
|
|
"@types/node": "^18.11.18",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"autoprefixer": "^10.4.13",
|
|
"clsx": "^1.2.1",
|
|
"encoding": "^0.1.13",
|
|
"eslint": "^9.21.0",
|
|
"eslint-config-next": "^15.1.7",
|
|
"fast-glob": "^3.2.12",
|
|
"feed": "^4.2.2",
|
|
"focus-visible": "^5.2.0",
|
|
"next": "^15.1.7",
|
|
"next-auth": "^5.0.0-beta.25",
|
|
"next-themes": "^0.2.1",
|
|
"postcss": "^8.4.21",
|
|
"postcss-focus-visible": "^7.1.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"sharp": "^0.33.5",
|
|
"supabase": "^2.19.5",
|
|
"swr": "^2.1.2",
|
|
"tailwind-merge": "^1.9.0",
|
|
"tailwindcss": "^3.3.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "5.8.2",
|
|
"zod": "^3.24.2"
|
|
}
|
|
}
|