-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/babel-core": "^6.25.7",
"@types/babel__core": "^7.20.1",
"@types/graceful-fs": "^4.1.6",
"@types/istanbul-lib-coverage": "^2.0.4",
"@types/istanbul-lib-report": "^3.0.0",
"@types/istanbul-reports": "^3.0.1",
"@types/stack-utils": "^2.0.1",
"@types/yargs": "^17.0.24",
"@vercel/analytics": "^1.0.2",
"@vercel/og": "^0.5.10",
"esbuild": "^0.23.0",
"framer-motion": "^10.12.12",
"next": "^13.4.13",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-wrap-balancer": "^0.4.1",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1",
"sass": "^1.62.1",
"shiki": "^0.14.1",
"tocbot": "^4.21.0"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/prettier": "^2.7.2",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@vercel/edge-config": "^0.2.1",
"clsx": "^1.2.1",
"contentlayer": "^0.3.2",
"eslint": "8.26.0",
"eslint-config-next": "^13.3.0",
"gray-matter": "^4.0.3",
"next-contentlayer": "^0.3.2",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.5",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-toc": "^8.0.1",
"typescript": "4.8.4"
}
}