-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
53
54
55
56
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev-content": "contentlayer dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^5.8.1",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/og": "^0.4.0",
"contentlayer": "^0.3.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.3",
"eslint": "8.35.0",
"eslint-config-next": "13.1.6",
"formik": "^2.4.5",
"framer-motion": "^10.0.2",
"next": "^13.5.6",
"next-contentlayer": "^0.3.0",
"next-seo": "^5.15.0",
"next-share": "^0.20.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-toastify": "^10.0.4",
"react-use": "^17.4.0",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.9.4",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.1",
"swr": "^2.1.0",
"typescript": "4.9.5",
"yup": "^1.3.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/crypto-js": "^4.1.1",
"@types/nodemailer": "^6.4.14",
"@types/react-google-recaptcha": "^2.1.9",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prisma": "^5.8.1",
"slugify": "^1.6.5",
"tailwindcss": "^3.2.7"
}
}