-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "portfolio-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@prisma/client": "^4.8.1",
"@sentry/nextjs": "^7.57.0",
"@vercel/analytics": "^1.0.1",
"axios": "^1.2.2",
"date-fns": "^2.29.1",
"gray-matter": "^4.0.3",
"mdx-prism": "^0.3.4",
"mongodb": "^4.13.0",
"next": "^13.1.6",
"next-mdx-remote": "^4.1.0",
"next-sitemap": "^3.1.22",
"next-themes": "^0.2.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-loader-spinner": "^5.3.4",
"react-loading-skeleton": "^3.1.1",
"react-rough-notation": "^1.0.3",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-code-titles": "^0.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@types/node": "18.6.2",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "^8.44.0",
"eslint-config-next": "^13.1.6",
"postcss": "^8.4.16",
"prisma": "^4.8.1",
"tailwindcss": "^3.1.8",
"typescript": "^5.1.6"
}
}