-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"@mapbox/rehype-prism": "^0.9.0",
"@shikijs/rehype": "^1.6.2",
"@types/node": "18.19.34",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"date-fns": "^2.29.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"next": "^14.2.3",
"next-mdx-remote": "^4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-img-size": "^1.0.1",
"rehype-parse": "^9.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remixicon": "^4.0.0",
"shiki": "^1.6.2",
"swr": "^2.0.0",
"typescript": "5.4.3",
"zod": "^3.20.6"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/mapbox__rehype-prism": "^0.8.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}