portfolio/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

2021-11-16 21:32:21 +00:00
{
2023-01-14 19:31:05 +00:00
"name": "portfolio",
"author": "Ryan Freeman",
2022-12-06 12:54:34 +00:00
"version": "0.1.0",
2021-11-16 21:32:21 +00:00
"private": true,
"scripts": {
"dev": "next dev",
2023-01-14 19:31:05 +00:00
"build": "next build",
2021-11-16 21:32:21 +00:00
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-01-14 19:31:05 +00:00
"@headlessui/react": "^1.7.7",
2023-02-23 21:15:58 +00:00
"@mapbox/rehype-prism": "^0.7.0",
2023-07-29 22:40:36 +00:00
"@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",
2023-01-14 19:31:05 +00:00
"@tailwindcss/typography": "^0.5.8",
2023-07-29 22:40:36 +00:00
"@types/mdx": "^2.0.5",
"@types/node": "^18.11.18",
2023-04-12 20:27:25 +00:00
"@types/nprogress": "^0.2.0",
2023-01-14 19:31:05 +00:00
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
2023-08-07 13:58:08 +00:00
"cheerio": "^1.0.0-rc.12",
2023-01-14 19:31:05 +00:00
"clsx": "^1.2.1",
2023-07-29 22:40:36 +00:00
"encoding": "^0.1.13",
2023-01-14 19:31:05 +00:00
"eslint": "8.31.0",
2024-02-29 20:59:11 +00:00
"eslint-config-next": "^14.1.0",
2023-01-14 19:31:05 +00:00
"fast-glob": "^3.2.12",
2022-12-06 12:54:34 +00:00
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
2023-01-14 19:31:05 +00:00
"motion": "^10.15.5",
2024-02-29 20:59:11 +00:00
"next": "^14.1.0",
2023-07-29 22:40:36 +00:00
"next-themes": "^0.2.1",
2023-01-14 19:31:05 +00:00
"postcss": "^8.4.21",
"postcss-focus-visible": "^7.1.0",
2023-02-23 21:17:52 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-12-06 12:54:34 +00:00
"remark-gfm": "^3.0.1",
2024-02-29 21:53:18 +00:00
"sharp": "^0.33.2",
2023-07-29 22:40:36 +00:00
"supabase": "^1.50.2",
2023-04-10 00:08:52 +00:00
"swr": "^2.1.2",
2023-03-28 20:32:52 +00:00
"tailwind-merge": "^1.9.0",
"tailwindcss": "^3.3.0",
2023-01-17 21:24:16 +00:00
"ts-node": "^10.9.1",
"typescript": "4.9.4"
2021-11-16 21:32:21 +00:00
}
}