-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.1.1",
"contentlayer": "^0.3.2",
"date-fns": "^2.30.0",
"next": "13.4.2",
"next-contentlayer": "^0.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-figure": "^1.0.1",
"rehype-img-size": "^1.0.1",
"rehype-pretty-code": "^0.9.6",
"shiki": "^0.14.2",
"tailwind-merge": "^2.5.2",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^20.1.4",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.20",
"eslint-config-next": "^13.4.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.9",
"typescript": "^5.0.4"
}
}