portfolio/package.json

49 lines
1.2 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-01-14 19:31:05 +00:00
"@next/mdx": "^13.1.1",
2023-01-17 21:24:16 +00:00
"@prisma/client": "^4.8.1",
2023-01-14 19:31:05 +00:00
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/mdx": "^2.0.3",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"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",
"next": "13.1.2",
2022-12-06 12:54:34 +00:00
"node-fetch": "^3.3.0",
2023-01-14 19:31:05 +00:00
"postcss": "^8.4.21",
"postcss-focus-visible": "^7.1.0",
2022-12-06 12:54:34 +00:00
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "^3.0.1",
2023-01-14 19:31:05 +00:00
"sharp": "^0.31.3",
"swr": "^2.0.0",
"tailwind-merge": "^1.9.0"
2023-01-17 21:24:16 +00:00
},
"devDependencies": {
"@types/node": "^18.11.18",
"prisma": "^4.8.1",
"tailwindcss": "^3.2.4",
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
}
}