portfolio/package.json
r-freeman 6f53996192
Some checks failed
Build And Publish / BuildAndPublish (push) Failing after 1m37s
Dockerisation
2024-08-23 17:37:47 +01:00

52 lines
1.3 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.7.3",
"@supabase/supabase-js": "^2.27.0",
"@tailwindcss/typography": "^0.5.8",
"@types/mdx": "^2.0.5",
"@types/node": "^18.11.18",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"cheerio": "^1.0.0-rc.12",
"clsx": "^1.2.1",
"encoding": "^0.1.13",
"eslint": "8.31.0",
"eslint-config-next": "^14.1.0",
"fast-glob": "^3.2.12",
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
"motion": "^10.15.5",
"next": "^14.1.1",
"next-themes": "^0.2.1",
"postcss": "^8.4.21",
"postcss-focus-visible": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.33.2",
"supabase": "^1.50.2",
"swr": "^2.1.2",
"tailwind-merge": "^1.9.0",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.1",
"typescript": "4.9.4"
}
}