-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
{
"name": "mah-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^2.2.4",
"@mantine/core": "^4.2.12",
"@mantine/hooks": "^4.2.12",
"@mantine/next": "^4.2.12",
"@vercel/analytics": "^0.1.5",
"classnames": "^2.3.2",
"feed": "^4.2.2",
"framer-motion": "^9.0.0",
"moment": "^2.29.4",
"next": "12.2.2",
"next-seo": "^5.5.0",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-use": "^17.4.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.2.2",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"contentlayer": "^0.2.6",
"cross-env": "^7.0.3",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"image-size": "^1.0.2",
"next-contentlayer": "^0.2.6",
"postcss": "^8.4.14",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.1.0",
"rehype-katex": "^6.0.2",
"rehype-prism-plus": "^1.4.2",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4",
"unist-util-visit": "^4.1.0",
"vitest": "^0.18.1"
}
}