-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "nextjs-markdown-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@types/highlightjs": "^9.12.6",
"@types/lowlight": "^0.0.7",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"lucide-react": "^0.424.0",
"luxon": "^3.0.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-container": "^4.0.0",
"marked": "^4.0.12",
"marked-react": "^2.0.0",
"moment": "^2.29.4",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-lowlight": "^3.0.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"@types/highlight.js": "^10.1.0",
"@types/luxon": "^3.0.0",
"@types/marked": "^4.0.2",
"@types/node": "17.0.21",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.20",
"eslint": "8.10.0",
"eslint-config-next": "^15.0.3",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.8",
"typescript": "^5.3.3"
}
}