-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.52 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
57
58
59
{
"name": "portfolio-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx}\""
},
"prettier": {
"arrowParens": "always",
"semi": false,
"trailingComma": "all"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@prisma/client": "^4.2.1",
"@vercel/analytics": "^0.1.11",
"@vercel/og": "^0.0.19",
"clsx": "^1.2.1",
"contentlayer": "^0.3.1",
"date-fns": "^2.29.1",
"framer-motion": "^10.12.7",
"next": "13.2",
"next-contentlayer": "^0.3.1",
"next-themes": "^0.2.1",
"qss": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-text-transition": "^3.0.2",
"react-use": "^17.4.0",
"reading-time": "^1.5.0",
"server-only": "^0.0.1",
"swr": "^1.3.0",
"zod": "^3.18.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@types/node": "^18.6.3",
"@types/react": "^17.0.52",
"autoprefixer": "^10.4.8",
"eslint": "8.11.0",
"eslint-config-next": "^13.2.4",
"postcss": "^8.4.15",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.2.1",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.1.0",
"rehype-prism-plus": "^1.4.2",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
}
}