-
Notifications
You must be signed in to change notification settings - Fork 254
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "my-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@docsearch/react": "^3.6.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@giscus/react": "^3.0.0",
"@jsdevtools/rehype-toc": "^3.0.2",
"@next/mdx": "^14.2.3",
"@react-types/shared": "^3.23.1",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.3.1",
"antd": "^5.18.0",
"asciinema-player": "^3.7.1",
"clsx": "^2.1.1",
"esbuild": "^0.21.4",
"esbuild-plugin-css-modules": "^0.3.0",
"framer-motion": "^11.2.10",
"mdx-bundler": "^10.0.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next": "14.2.3",
"node-fetch": "^3.3.2",
"react": "^18.1.0",
"react-aria": "^3.33.1",
"react-awesome-slider": "^4.1.0",
"react-dom": "^18.1.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-embed-images": "^4.0.0",
"remark-flexible-code-titles": "^1.2.0",
"remark-gfm": "^4.0.0",
"remark-reading-time": "^2.0.1",
"reveal.js": "^5.0.5",
"tailwind-merge": "^2.3.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}