-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.17",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.2.4",
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^2.0.1",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"next": "^15.5.7",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^7.0.2",
"rehype-slug": "^5.1.0",
"remark": "^14.0.2",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"autoprefixer": "^10.4.14",
"eslint-config-next": "^13.2.4",
"postcss": "^8.4.31",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"typescript": "5.0.3"
}
}