-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "node ./scripts/sitemap.js"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.6.1",
"@giscus/react": "^2.2.8",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/mdx": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/mdx": "^13.1.6",
"clsx": "^1.2.1",
"daisyui": "^2.50.0",
"eslint-config-next": "^13.1.6",
"lodash": "^4.17.21",
"lucide-react": "^0.114.0",
"next": "^13.1.6",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^0.4.0",
"recharts": "^2.3.2",
"rehype-katex": "^6.0.2",
"rehype-pretty-code": "^0.9.3",
"remark-math": "^5.1.1",
"shiki": "0.14.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"globby": "^11.0.2",
"postcss": "^8.4.21",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.2.4"
}
}